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/repairTest/repair/dialogThreeForm.vue b/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue index c4fe9b9d..1da560cc 100644 --- a/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue +++ b/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue @@ -363,7 +363,7 @@ export default { }, // 取消按钮 cancel() { - this.$refs.dynamicValidateFormTwo.clearValidate() + // this.$refs.dynamicValidateFormTwo.clearValidate() this.dialogShowFlag = false this.fileList = [] }, 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" > - +