|
@ -528,11 +528,13 @@ |
|
|
console.log("提交参数", JSON.stringify(params)); |
|
|
console.log("提交参数", JSON.stringify(params)); |
|
|
countJobSubmit(params).then(res => { |
|
|
countJobSubmit(params).then(res => { |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|
if (res.data) { |
|
|
const str =res.data || '' |
|
|
this.showCommitSuccessMessage("提交成功\n生成盘点记录\n" + res.data) |
|
|
this.showCommitSuccessMessage("提交成功\n生成盘点记录\n" + str) |
|
|
} else { |
|
|
// if (res.data) { |
|
|
this.showErrorMessage("提交失败[" + res.msg + "]") |
|
|
// this.showCommitSuccessMessage("提交成功\n生成盘点记录\n" + res.data) |
|
|
} |
|
|
// } else { |
|
|
|
|
|
// this.showErrorMessage("提交失败[" + res.msg + "]") |
|
|
|
|
|
// } |
|
|
}).catch(error => { |
|
|
}).catch(error => { |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|
this.showErrorMessage(error) |
|
|
this.showErrorMessage(error) |
|
|