Browse Source

修改发货和号口品提示

intex
李俊城 4 days ago
parent
commit
f04875d72c
  1. 1
      src/pages/deliver/coms/comDeliverDetailCardBatch.vue
  2. 1
      src/pages/productReceipt/job/productReceiptDetail.vue

1
src/pages/deliver/coms/comDeliverDetailCardBatch.vue

@ -102,7 +102,6 @@
this.scanOptions = getEditRemoveOption(); this.scanOptions = getEditRemoveOption();
this.removeOptions = getRemoveOption() this.removeOptions = getRemoveOption()
this.editAndRemoveOptions = getEditRemoveOption() this.editAndRemoveOptions = getEditRemoveOption()
console.log(888,this.dataContent)
}, },
methods: { methods: {

1
src/pages/productReceipt/job/productReceiptDetail.vue

@ -50,6 +50,7 @@
</comProductDetailCardBatch> </comProductDetailCardBatch>
<comProductDetailCardQty :dataContent="item" :settingParam="jobContent" :isShowLocation="false" <comProductDetailCardQty :dataContent="item" :settingParam="jobContent" :isShowLocation="false"
:isNumTips='false'
@remove="updateData" @updateData="updateData" :locationAreaTypeList='toLocationAreaTypeList' @remove="updateData" @updateData="updateData" :locationAreaTypeList='toLocationAreaTypeList'
v-if="item.manageType=='BY_QUANTITY'"> v-if="item.manageType=='BY_QUANTITY'">
</comProductDetailCardQty> </comProductDetailCardQty>

Loading…
Cancel
Save