refactor(wms/coil): 移除合并和分条操作中未使用的itemType和itemId字段
This commit is contained in:
@@ -751,8 +751,6 @@ export default {
|
||||
coilId: item.coilId,
|
||||
enterCoilNo: item.enterCoilNo,
|
||||
currentCoilNo: item.currentCoilNo,
|
||||
itemType: item.itemType,
|
||||
itemId: item.itemId,
|
||||
materialType: item.materialType,
|
||||
}))
|
||||
};
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user