|
@ -177,7 +177,6 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
goScan() { |
|
|
goScan() { |
|
|
this.stopRefresh(); |
|
|
|
|
|
this.subList=[] |
|
|
this.subList=[] |
|
|
this.detailSource={ |
|
|
this.detailSource={ |
|
|
subList: [] |
|
|
subList: [] |
|
@ -270,6 +269,7 @@ |
|
|
var params = this.setParams() |
|
|
var params = this.setParams() |
|
|
console.log("提交参数", JSON.stringify(params)); |
|
|
console.log("提交参数", JSON.stringify(params)); |
|
|
issueRequestSubmit(params).then(res => { |
|
|
issueRequestSubmit(params).then(res => { |
|
|
|
|
|
this.stopRefresh() |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|
if (res.data) { |
|
|
if (res.data) { |
|
|
this.showCommitSuccessMessage("提交成功\n生成发料申请[" + res.data + "]") |
|
|
this.showCommitSuccessMessage("提交成功\n生成发料申请[" + res.data + "]") |
|
@ -277,6 +277,7 @@ |
|
|
this.showCommitSuccessMessage("提交成功") |
|
|
this.showCommitSuccessMessage("提交成功") |
|
|
} |
|
|
} |
|
|
}).catch(error => { |
|
|
}).catch(error => { |
|
|
|
|
|
this.stopRefresh() |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|
this.showErrorMessage(error) |
|
|
this.showErrorMessage(error) |
|
|
}) |
|
|
}) |
|
|