Browse Source

上架后退货申请

pda_nev
李俊城 1 year ago
parent
commit
7140d537fd
  1. 17
      fe/PDA/pages/return/purchaseReturnRequest.vue

17
fe/PDA/pages/return/purchaseReturnRequest.vue

@ -160,6 +160,9 @@
scanPopupGetFocus() { scanPopupGetFocus() {
this.$refs.scanPopup.getfocus(); this.$refs.scanPopup.getfocus();
}, },
showScanMessage(message) {
this.$refs.comMessage.showScanMessage(message);
},
openScanPopup() { openScanPopup() {
this.$refs.scanPopup.openScanPopup() this.$refs.scanPopup.openScanPopup()
@ -194,12 +197,14 @@
}) })
console.log("参数",JSON.stringify(this.itemList)) console.log("参数",JSON.stringify(this.itemList))
// purchaseReturnRequestSubmit(this.itemList).then(res => { purchaseReturnRequestSubmit(this.itemList).then(res => {
// uni.hideLoading() uni.hideLoading()
// }).catch(error => { this.showMessage("提交成功")
// uni.hideLoading() this.itemList=[]
// this.showMessage(error.message) }).catch(error => {
// }) uni.hideLoading()
this.showMessage(error.message)
})
} }
} }

Loading…
Cancel
Save