From 2e59c9e2c6be414962169e790bb22c539101b738 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Thu, 13 Jun 2024 15:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E7=AE=A1=E7=90=86-=E4=BF=AE?= =?UTF-8?q?=E8=AF=95=E5=85=A5=E5=BA=93=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../claimAndreturn/return/apply/component/addReturn1.vue | 5 +++++ sgzb-ui/src/views/claimAndreturn/return/apply/index.vue | 4 ++++ .../src/views/warehouseManage/warehousing/repair/index.vue | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/claimAndreturn/return/apply/component/addReturn1.vue b/sgzb-ui/src/views/claimAndreturn/return/apply/component/addReturn1.vue index 684f513d..381f0def 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/apply/component/addReturn1.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/apply/component/addReturn1.vue @@ -17,6 +17,7 @@ @change="GetProData" style="width: 240px" placeholder="请选择" + :disabled="isEdit" > { diff --git a/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue b/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue index 69f7622c..0058d7e8 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue @@ -10,6 +10,7 @@ :is="isShowComponent" :rejectId="rejectId" :agreementId="agreementId" + :isEdit="isEdit" @returnApply="returnApply" @rejectSubmit="rejectSubmit" @goBackPage="goBack" @@ -36,6 +37,7 @@ export default { rejectId: '', agreementId: '', isView: false, + isEdit: false, } }, methods: { @@ -44,11 +46,13 @@ export default { this.rejectId = '' this.pageContent = '新建退料任务' this.isShowComponent = 'AddReturn' + this.isEdit = false }, // 驳回提交 rejectSubmit({id, agreementId}) { this.rejectId = id this.agreementId = agreementId + this.isEdit = true this.pageContent = '编辑退料任务' this.isShowComponent = 'AddReturn' }, diff --git a/sgzb-ui/src/views/warehouseManage/warehousing/repair/index.vue b/sgzb-ui/src/views/warehouseManage/warehousing/repair/index.vue index e289ce4b..56b8c691 100644 --- a/sgzb-ui/src/views/warehouseManage/warehousing/repair/index.vue +++ b/sgzb-ui/src/views/warehouseManage/warehousing/repair/index.vue @@ -342,7 +342,8 @@ @selection-change="handleSelectionChange" height="400" > - +