From aac9333bc98b8744de4207bf2120644bc220a471 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Tue, 23 Apr 2024 14:02:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E6=A0=BC=E8=BD=AC?= =?UTF-8?q?=E9=9A=94=E7=A6=BB=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventoryMove/coms/comMoveRecord.vue | 27 +++++++++---------- .../inventoryMove/coms/comMovebalance.vue | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index be1c383e..79283255 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -336,20 +336,19 @@ if (res.success) { this.managementList = res.list; var params = this.setParams() - console.log("提交" + JSON.stringify(params)) - // inventoryMoveRecordSubmit(params).then(res => { - // uni.hideLoading() - // if (res.data) { - // this.showCommitSuccessMessage("提交成功
生成" + this.title + "
" + - // res.data) - // } else { - // this.showErrorMessage("提交失败[" + res.msg + "]") - // } - // }).catch(error => { - // uni.hideLoading() - // this.showErrorMessage(error) - // }) - + // console.log("提交" + JSON.stringify(params)) + inventoryMoveRecordSubmit(params).then(res => { + uni.hideLoading() + if (res.data) { + this.showCommitSuccessMessage("提交成功
生成" + this.title + "
" + + res.data) + } else { + this.showErrorMessage("提交失败[" + res.msg + "]") + } + }).catch(error => { + uni.hideLoading() + this.showErrorMessage(error) + }) } else { uni.hideLoading(); this.showErrorMessage(res.message); diff --git a/src/pages/inventoryMove/coms/comMovebalance.vue b/src/pages/inventoryMove/coms/comMovebalance.vue index 3aebfeb9..e646245b 100644 --- a/src/pages/inventoryMove/coms/comMovebalance.vue +++ b/src/pages/inventoryMove/coms/comMovebalance.vue @@ -13,7 +13,7 @@ :dataContent="dataContent" :isShowStdPack="isShowStdPack"> --> + :handleQty="dataContent.handleQty" :isShowStdPack="isShowStdPack" :isShowStatus='false' >