Browse Source

预生产收货任务

hella_online_20240829
yufei0306 4 months ago
parent
commit
5c7cba5b60
  1. 3
      src/pages/productReceipt/job/productReceiptDetail.vue
  2. 2
      src/pages/purchaseReceipt/job/receiptDetail.vue

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

@ -214,6 +214,9 @@
that.subList = res.data.subList;
that.jobStatus = res.data.status
that.jobToLocationCode = that.subList[0].toLocationCode
if(that.jobContent.allowModifyLocation=='FALSE'){
that.toLocationCode = that.subList[0].toLocationCode
}
that.toLocationAreaTypeList = getDirectoryItemArray(that.jobContent.toAreaTypes)
that.detailSource = getDataSource(that.subList)
that.detailSource.forEach(r => {

2
src/pages/purchaseReceipt/job/receiptDetail.vue

@ -136,7 +136,7 @@
onLoad(option) {
this.id = option.id;
this.scanedPackingNumber = option.scaned || '';
// this.scanedPackingNumber = option.scaned || '';
this.operation = option.operation;
if (this.id != undefined) {
//

Loading…
Cancel
Save