Browse Source

修改发料接收

lijuncheng0816
lijuncheng 1 month ago
parent
commit
898276b3c3
  1. 25
      src/pages/productionReceipt/job/productionReceiptDetail.vue
  2. 5
      src/pages/productionReceipt/job/productionReceiptJob.vue

25
src/pages/productionReceipt/job/productionReceiptDetail.vue

@ -230,7 +230,8 @@
} }
// //
if(noCommitInfo){ if(noCommitInfo){
this.showQuestionMessage("扫描数量["+noCommitInfo.handleQty+"]任务数量["+noCommitInfo.qty+"]不一致,是否提交?",res=>{ var handQty =noCommitInfo.handleQty?noCommitInfo.handleQty:0
this.showQuestionMessage("扫描数量["+handQty+"]任务数量["+noCommitInfo.qty+"]不一致,是否提交?",res=>{
if(res){ if(res){
this.commit() this.commit()
} }
@ -452,17 +453,17 @@
}); });
var params = this.setParams() var params = this.setParams()
console.log("提交参数", JSON.stringify(params)); console.log("提交参数", JSON.stringify(params));
productionReceiptJobSubmit(params).then(res => { // productionReceiptJobSubmit(params).then(res => {
uni.hideLoading() // uni.hideLoading()
if (res.data) { // if (res.data) {
this.showCommitSuccessMessage("提交成功\n生成发料接收记录\n" + res.data) // this.showCommitSuccessMessage("\n\n" + res.data)
} else { // } else {
this.showErrorMessage("提交失败[" + res.msg + "]") // this.showErrorMessage("[" + res.msg + "]")
} // }
}).catch(error => { // }).catch(error => {
uni.hideLoading() // uni.hideLoading()
this.showErrorMessage(error) // this.showErrorMessage(error)
}) // })
// var itemCodes = [] // var itemCodes = []

5
src/pages/productionReceipt/job/productionReceiptJob.vue

@ -373,6 +373,11 @@
action: "in", action: "in",
value: result.package.number + "," + result.package.parentNumber value: result.package.number + "," + result.package.parentNumber
}, },
{
column: "status",
action: "in",
value: '1,2'
},
{ {
column: "batch", column: "batch",
action: "==", action: "==",

Loading…
Cancel
Save