Browse Source

修改待库移

pda_nev
李俊城 11 months ago
parent
commit
b9ba3596a4
  1. 2
      fe/PDA/common/basic.js
  2. 14
      fe/PDA/pages/putaway/purchasePutaway.vue
  3. 1
      fe/PDA/pages/return/returnBeforPutaway.vue
  4. 2
      fe/PDA/pages/task/assembleIssueJob.vue
  5. 2
      fe/PDA/pages/task/coatingIssuleJob.vue
  6. 2
      fe/PDA/pages/task/injectionIssueJob.vue
  7. 2
      fe/PDA/pages/task/kittingIssueJob.vue
  8. 2
      fe/PDA/pages/task/sparePartIssueJob.vue

2
fe/PDA/common/basic.js

@ -21,7 +21,7 @@ export function getJobStatuDesc(val) {
else if (val == 4) return '部分完成'
else if (val == 8) return '关闭'
else if (val == 9) return '作废'
else if (val == 30) return '待'
else if (val == 30) return '待库移'
else return '其他'
}

14
fe/PDA/pages/putaway/purchasePutaway.vue

@ -430,10 +430,10 @@
label.handledProduceDate = balanceItem.produceDate;
label.handledExpireDate = balanceItem.expireDate;
label.handledLot = balanceItem.lot;
label.handledToLocationCode = balanceItem.locationCode;
label.handledToLocationArea = balanceItem.locationArea;
label.handledToLocationGroup = balanceItem.locationGroup;
label.handledToLocationErpCode = balanceItem.locationErpCode;
// label.handledToLocationCode = balanceItem.locationCode;
// label.handledToLocationArea = balanceItem.locationArea;
// label.handledToLocationGroup = balanceItem.locationGroup;
// label.handledToLocationErpCode = balanceItem.locationErpCode;
label.handledToWarehouseCode = balanceItem.warehouseCode;
label.handledQty = balanceItem.qty;
@ -536,6 +536,12 @@
r.toLocationGroup = this.location.locationGroupCode;
r.toLocationArea = this.location.areaCode;
r.toLocationErpCode = this.location.erpLocationCode;
r.handledToLocationCode = this.location.code;
r.handledToLocationArea = this.location.areaCode;
r.handledToLocationGroup = this.location.locationGroupCode;
r.handledToLocationErpCode = this.location.erpLocationCode;
item.details.push(r);
})
})

1
fe/PDA/pages/return/returnBeforPutaway.vue

@ -210,6 +210,7 @@
let that = this;
let item = {
returnReason: this.returnReason,
worker: localStorage.userName_CN == "" ? localStorage.userName : localStorage.userName_CN,
details: []
}
that.itemList.forEach(r => {

2
fe/PDA/pages/task/assembleIssueJob.vue

@ -69,7 +69,7 @@
isToday: false,
titleArray: ['任务编号'],
loadingType: "nomore",
taps:["全部","待处理","待"],
taps:["全部","待处理","待库移"],
current:0
};
},

2
fe/PDA/pages/task/coatingIssuleJob.vue

@ -71,7 +71,7 @@
isToday: false,
titleArray: ['任务编号'],
loadingType: "nomore",
taps:["全部","待处理","待"],
taps:["全部","待处理","待库移"],
current:0
};
},

2
fe/PDA/pages/task/injectionIssueJob.vue

@ -69,7 +69,7 @@
isToday: false,
titleArray: ['任务编号'],
loadingType: "nomore",
taps:["全部","待处理","待"],
taps:["全部","待处理","待库移"],
current:0
};
},

2
fe/PDA/pages/task/kittingIssueJob.vue

@ -69,7 +69,7 @@
isToday: false,
titleArray: ['任务编号'],
loadingType: "nomore",
taps:["全部","待处理","待"],
taps:["全部","待处理","待库移"],
current:0
};
},

2
fe/PDA/pages/task/sparePartIssueJob.vue

@ -69,7 +69,7 @@
isToday: false,
titleArray: ['任务编号'],
loadingType: "nomore",
taps:["全部","待处理","待"],
taps:["全部","待处理","待库移"],
current:0
};
},

Loading…
Cancel
Save