diff --git a/src/views/libraryManage/inventoryLock/apply/ProductBatchNumberLocked.vue b/src/views/libraryManage/inventoryLock/apply/ProductBatchNumberLocked.vue index 7f92e97..36a391c 100644 --- a/src/views/libraryManage/inventoryLock/apply/ProductBatchNumberLocked.vue +++ b/src/views/libraryManage/inventoryLock/apply/ProductBatchNumberLocked.vue @@ -249,7 +249,8 @@ export default { stockId: ele.stockId, reason: ele.reason, userName: this.enterForm.userId, - lockType: 'batchNo' + lockType: 'batchNo', + containerCode: ele.containerCode } }) add(arr).then((res) => { diff --git a/src/views/libraryManage/inventoryLock/apply/ProductLock.vue b/src/views/libraryManage/inventoryLock/apply/ProductLock.vue index d49f75a..aaef86a 100644 --- a/src/views/libraryManage/inventoryLock/apply/ProductLock.vue +++ b/src/views/libraryManage/inventoryLock/apply/ProductLock.vue @@ -247,7 +247,8 @@ export default { stockId: ele.stockId, reason: ele.reason, userName: this.enterForm.userId, - lockType: 'batchNoLocation' + lockType: 'batchNoLocation', + containerCode: ele.containerCode } }) add(arr).then((res) => { diff --git a/src/views/libraryManage/inventoryLock/apply/config.js b/src/views/libraryManage/inventoryLock/apply/config.js index d39603a..fb1a49c 100644 --- a/src/views/libraryManage/inventoryLock/apply/config.js +++ b/src/views/libraryManage/inventoryLock/apply/config.js @@ -32,6 +32,13 @@ export function tableConfig() { "min-width": 120, "show-overflow-tooltip": true, }, + { + label: "箱号", + prop: "containCode", + istrue: true, + "min-width": 120, + "show-overflow-tooltip": true, + }, { label: "单位", prop: "unit", @@ -112,6 +119,13 @@ export function tableConfig() { "min-width": 120, "show-overflow-tooltip": true, }, + { + label: "箱号", + prop: "containCode", + istrue: true, + "min-width": 120, + "show-overflow-tooltip": true, + }, { label: "商品规格", prop: "specifications", @@ -201,6 +215,13 @@ export function tableConfig() { "min-width": 120, "show-overflow-tooltip": true, }, + { + label: "箱号", + prop: "containCode", + istrue: true, + "min-width": 120, + "show-overflow-tooltip": true, + }, { label: "单位", prop: "unit", diff --git a/src/views/libraryManage/inventoryLock/apply/heLotNumberOfTheProductIsLocked.vue b/src/views/libraryManage/inventoryLock/apply/heLotNumberOfTheProductIsLocked.vue index f95158f..7ce3f7e 100644 --- a/src/views/libraryManage/inventoryLock/apply/heLotNumberOfTheProductIsLocked.vue +++ b/src/views/libraryManage/inventoryLock/apply/heLotNumberOfTheProductIsLocked.vue @@ -248,7 +248,8 @@ export default { stockId: ele.stockId, reason: ele.reason, userName: this.enterForm.userId, - lockType: 'goods' + lockType: 'goods', + containerCode: ele.containerCode } }) add(arr).then((res) => { diff --git a/src/views/libraryManage/lockOutStore/index.vue b/src/views/libraryManage/lockOutStore/index.vue index d3b91cf..ca9302a 100644 --- a/src/views/libraryManage/lockOutStore/index.vue +++ b/src/views/libraryManage/lockOutStore/index.vue @@ -433,8 +433,8 @@ export default { id: tempRow.id, batch: tempRow.batch, ptPart: tempRow.ptPart, - lockNo: tempRow.lockNo, - containerCode: tempRow.tempRow + lockNo: tempRow.lockNo + // containerCode: tempRow.tempRow } this.form = data this.open = true