Browse Source

预生产收货任务

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

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

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

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

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

Loading…
Cancel
Save