Browse Source

Merge branch 'intex' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into intex

intex_online20241111
张立 3 months ago
parent
commit
672254f967
  1. 6
      src/pages/purchaseReceipt/job/receiptDetail.vue

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

@ -856,6 +856,7 @@
console.log(877,params) console.log(877,params)
// return; // return;
purchaseReceiptJobSubmit(params).then(res => { purchaseReceiptJobSubmit(params).then(res => {
if (res.data) { if (res.data) {
let isCheckPrint = getSwitchInfoByCode(this.switchCode)// let isCheckPrint = getSwitchInfoByCode(this.switchCode)//
let isCheckPrint1 = getSwitchInfoByCode(this.switchCode1)// let isCheckPrint1 = getSwitchInfoByCode(this.switchCode1)//
@ -867,7 +868,7 @@
}) })
}else if(!isCheckPrint1 && !isCheckPrint){ }else if(!isCheckPrint1 && !isCheckPrint){
this.showCommitSuccessMessage("提交成功\n生成采购收货记录\n" + res.data.number) this.showCommitSuccessMessage("提交成功\n生成采购收货记录\n" + res.data.number)
}else if(this.source_type!='TOOL'&&this.source_type!='Develop'){ }else if(that.source_type!='TOOL'&&that.source_type!='Develop'){
// if (res.data == '') { // if (res.data == '') {
// this.showCommitSuccessMessage(res.data) // this.showCommitSuccessMessage(res.data)
// const purchaseReceiptDetailPointParams = { // const purchaseReceiptDetailPointParams = {
@ -941,6 +942,9 @@
}) })
}, 2000) }, 2000)
}else if(that.source_type=='TOOL'||that.source_type=='Develop'){
uni.hideLoading()
this.showCommitSuccessMessage("提交成功\n生成采购收货记录\n" + res.data.number)
} }
} else { } else {

Loading…
Cancel
Save