锁定库存加箱号

master
Mr.sun 2 years ago
parent 657dfa8430
commit 41ebf3fc0a
  1. 3
      src/views/libraryManage/inventoryLock/apply/ProductBatchNumberLocked.vue
  2. 3
      src/views/libraryManage/inventoryLock/apply/ProductLock.vue
  3. 21
      src/views/libraryManage/inventoryLock/apply/config.js
  4. 3
      src/views/libraryManage/inventoryLock/apply/heLotNumberOfTheProductIsLocked.vue
  5. 4
      src/views/libraryManage/lockOutStore/index.vue

@ -249,7 +249,8 @@ export default {
stockId: ele.stockId, stockId: ele.stockId,
reason: ele.reason, reason: ele.reason,
userName: this.enterForm.userId, userName: this.enterForm.userId,
lockType: 'batchNo' lockType: 'batchNo',
containerCode: ele.containerCode
} }
}) })
add(arr).then((res) => { add(arr).then((res) => {

@ -247,7 +247,8 @@ export default {
stockId: ele.stockId, stockId: ele.stockId,
reason: ele.reason, reason: ele.reason,
userName: this.enterForm.userId, userName: this.enterForm.userId,
lockType: 'batchNoLocation' lockType: 'batchNoLocation',
containerCode: ele.containerCode
} }
}) })
add(arr).then((res) => { add(arr).then((res) => {

@ -32,6 +32,13 @@ export function tableConfig() {
"min-width": 120, "min-width": 120,
"show-overflow-tooltip": true, "show-overflow-tooltip": true,
}, },
{
label: "箱号",
prop: "containCode",
istrue: true,
"min-width": 120,
"show-overflow-tooltip": true,
},
{ {
label: "单位", label: "单位",
prop: "unit", prop: "unit",
@ -112,6 +119,13 @@ export function tableConfig() {
"min-width": 120, "min-width": 120,
"show-overflow-tooltip": true, "show-overflow-tooltip": true,
}, },
{
label: "箱号",
prop: "containCode",
istrue: true,
"min-width": 120,
"show-overflow-tooltip": true,
},
{ {
label: "商品规格", label: "商品规格",
prop: "specifications", prop: "specifications",
@ -201,6 +215,13 @@ export function tableConfig() {
"min-width": 120, "min-width": 120,
"show-overflow-tooltip": true, "show-overflow-tooltip": true,
}, },
{
label: "箱号",
prop: "containCode",
istrue: true,
"min-width": 120,
"show-overflow-tooltip": true,
},
{ {
label: "单位", label: "单位",
prop: "unit", prop: "unit",

@ -248,7 +248,8 @@ export default {
stockId: ele.stockId, stockId: ele.stockId,
reason: ele.reason, reason: ele.reason,
userName: this.enterForm.userId, userName: this.enterForm.userId,
lockType: 'goods' lockType: 'goods',
containerCode: ele.containerCode
} }
}) })
add(arr).then((res) => { add(arr).then((res) => {

@ -433,8 +433,8 @@ export default {
id: tempRow.id, id: tempRow.id,
batch: tempRow.batch, batch: tempRow.batch,
ptPart: tempRow.ptPart, ptPart: tempRow.ptPart,
lockNo: tempRow.lockNo, lockNo: tempRow.lockNo
containerCode: tempRow.tempRow // containerCode: tempRow.tempRow
} }
this.form = data this.form = data
this.open = true this.open = true

Loading…
Cancel
Save