feat(wms): 添加镀锌纵剪分条原料库支持并扩展分条功能

扩展分条功能以支持更多工序类型,包括镀锌、脱脂、拉矫平整等。添加镀锌纵剪分条原料库选项,并改进分条按钮样式和操作流程。同时调整时间格式显示为更易读的形式。

新增镀铬工序分条支持,优化分条操作界面显示当前工序名称。修复分条列表加载逻辑,确保在操作类型有效时才进行加载。添加新的分条操作页面用于管理分条任务。
This commit is contained in:
砂糖
2026-03-11 14:52:59 +08:00
parent b61cea837a
commit 8d73342e9e
5 changed files with 783 additions and 12 deletions

View File

@@ -32,6 +32,7 @@
'镀锌工序': [
{value: '1988150263284953089', label: '镀锌原料库'},
{value: '1988150323162836993', label: '镀锌成品库'},
{value: '1988150487185289217', label: '镀锌纵剪分条原料库'},
],
'脱脂工序': [
{value: '1988150545175736322', label: '脱脂原料库'},
@@ -55,7 +56,7 @@
],
}
if (this.actionType === '镀锌工序') {
if (this.actionType === '镀锌工序' || this.actionType === '脱脂工序' || this.actionType === '拉矫平整工序' || this.actionType === '双机架工序' || this.actionType === '镀铬工序') {
this.useSpecialSplit = true
}
// 从map中获取默认的查询参数