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' >