Browse Source

回退上次提交的代码

intex_online20250410
张立 2 weeks ago
parent
commit
91242bfd61
  1. 37
      src/pages/inventoryMove/job/inventoryMoveDetail.vue

37
src/pages/inventoryMove/job/inventoryMoveDetail.vue

@ -593,37 +593,32 @@
this.$refs.comMessage.showConfirmWarningModal(str1)
return
}
console.log(3444,this.businessTypeCode)
if (str) {
str = '任务明细未全部完成,是否提交?\n' + str
this.$refs.comMessage.showQuestionMessage1(str, 'red', res => {
if (res) {
// 2025-04-16
// //
// if(this.businessTypeCode == "OkToHold"){
// this.$refs.deptPopup.deptShow = true
// this.$refs.deptPopup.chooseDutyItem={}
// this.$refs.deptPopup.chooseDeptItem={}
// this.$refs.deptPopup.chooseDetailItem={}
// }else{
// this.submitJob()
// }
//
if(this.businessTypeCode == "OkToHold"){
this.$refs.deptPopup.deptShow = true
this.$refs.deptPopup.chooseDutyItem={}
this.$refs.deptPopup.chooseDeptItem={}
this.$refs.deptPopup.chooseDetailItem={}
}else{
this.submitJob()
}
}
});
} else {
// 2025-04-16
////
// if(this.businessTypeCode == "OkToHold"){
// this.$refs.deptPopup.deptShow = true
// this.$refs.deptPopup.chooseDutyItem={}
// this.$refs.deptPopup.chooseDeptItem={}
// this.$refs.deptPopup.chooseDetailItem={}
// }else{
// this.submitJob()
// }
//
if(this.businessTypeCode == "OkToHold"){
this.$refs.deptPopup.deptShow = true
this.$refs.deptPopup.chooseDutyItem={}
this.$refs.deptPopup.chooseDeptItem={}
this.$refs.deptPopup.chooseDetailItem={}
}else{
this.submitJob()
}
}
},
submitJob() {
uni.showLoading({

Loading…
Cancel
Save