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

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

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

Loading…
Cancel
Save