refactor(wms/coil): 移除合并和分条操作中未使用的itemType和itemId字段

This commit is contained in:
砂糖
2026-01-14 16:02:54 +08:00
parent f8e15af0fe
commit 9297472049
2 changed files with 0 additions and 4 deletions

View File

@@ -751,8 +751,6 @@ export default {
coilId: item.coilId,
enterCoilNo: item.enterCoilNo,
currentCoilNo: item.currentCoilNo,
itemType: item.itemType,
itemId: item.itemId,
materialType: item.materialType,
}))
};

View File

@@ -620,8 +620,6 @@ export default {
enterCoilNo: this.motherCoil.enterCoilNo, // 入场钢卷号(必填)
currentCoilNo: this.motherCoil.currentCoilNo,
materialType: this.motherCoil.materialType,
itemType: this.motherCoil.itemType,
itemId: this.motherCoil.itemId,
hasMergeSplit: 1, // 1表示分条
newCoils: this.splitList.map(item => ({
...item,