From 9f963fbdc8ddc4314f9bc1e935754eb2d08c9b3d Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 5 Jun 2024 14:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E9=A1=B5=E9=9D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/claimAndreturn/picking/apply/index.vue | 1 + sgzb-ui/src/views/claimAndreturn/return/apply/index.vue | 1 + .../newPurchase/toolsAcceptance/component/codingTools.vue | 2 +- .../views/warehouseManage/newPurchase/toolsAcceptance/index.vue | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/claimAndreturn/picking/apply/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/apply/index.vue index 1fe63317..e87f8898 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/apply/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/apply/index.vue @@ -41,6 +41,7 @@ export default { methods: { /* 新建领料任务 */ addPicking() { + this.viewTaskId = '' this.isView = true this.isEdit = false this.isShowComponent = 'AddPicking' diff --git a/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue b/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue index 731e2439..8ec1e349 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue @@ -37,6 +37,7 @@ export default { methods: { // 退料申请 returnApply() { + this.rejectId = '' this.pageContent = '新建退料任务' this.isShowComponent = 'AddReturn' }, diff --git a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue index 04e242f1..fe89c91e 100644 --- a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue +++ b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue @@ -1,5 +1,5 @@