refactor(wms/coil): 优化卷号匹配与表格布局,调整功能按钮权限

1.  修复卷号匹配字段名不统一问题,将encoilid改为coilId适配新逻辑
2.  调整CoilSelector的列名从镀铬卷号改为工序卷号
3.  调整base.vue表格列位置与注释代码,新增correctButton参数控制数据修正按钮
4.  在ship.vue中传入correctButton参数,优化发货页面功能
This commit is contained in:
2026-06-26 11:43:52 +08:00
parent 238e0d2963
commit 97c9a3741a
5 changed files with 61 additions and 52 deletions

View File

@@ -7,6 +7,7 @@
:showControl="showControl"
:showExportTime="showExportTime"
:isShipView="isShipView"
:correctButton="correctButton"
/>
</template>
@@ -32,6 +33,7 @@ export default {
showStatus: false,
hideType: false,
showExportTime: true,
correctButton: true,
}
}
}