From f8007db0ecd61422afb155eaffa1582408261336 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 21 Nov 2023 16:12:34 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workCenter/enterpriseStandardAnnul/modules/BaseInfoForm.vue | 1 + .../enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue | 2 +- .../enterpriseStandardSealSave/modules/BaseInfoForm.vue | 1 + .../EnterpriseStandardStartUseFlow.vue | 2 +- .../enterpriseStandardStartUse/modules/BaseInfoForm.vue | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardAnnul/modules/BaseInfoForm.vue b/src/views/workCenter/enterpriseStandardAnnul/modules/BaseInfoForm.vue index ee9a2b38..f2f05398 100644 --- a/src/views/workCenter/enterpriseStandardAnnul/modules/BaseInfoForm.vue +++ b/src/views/workCenter/enterpriseStandardAnnul/modules/BaseInfoForm.vue @@ -16,6 +16,7 @@ :disabled="disabled" :disabledSourceSearch="true" type="radio" + :filters="{standardState: '1,2,3,4,5,6,7,8,A'}" v-model="formInline.standardNumber" @listChange="listChange" /> diff --git a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue index 8b051a5e..2c68a9df 100644 --- a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue +++ b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue @@ -315,7 +315,7 @@ export default { const paramObj = {} paramObj.common = { ...processInfoForm, ...approvalInfoForm } paramObj.flowUser = personnelObj - paramObj.dataList = [baseInfo.formInline] + paramObj.data = baseInfo.formInline this.loading = true // 保存到草稿 enStandardRecheckSave(paramObj).then(res => { diff --git a/src/views/workCenter/enterpriseStandardSealSave/modules/BaseInfoForm.vue b/src/views/workCenter/enterpriseStandardSealSave/modules/BaseInfoForm.vue index 9a7ba66b..809786c0 100644 --- a/src/views/workCenter/enterpriseStandardSealSave/modules/BaseInfoForm.vue +++ b/src/views/workCenter/enterpriseStandardSealSave/modules/BaseInfoForm.vue @@ -16,6 +16,7 @@ :disabled="disabled" :disabledSourceSearch="true" type="radio" + :filters="{standardState: '1,2,3,4,5,6,7,8'}" v-model="formInline.standardNumber" @listChange="listChange" /> diff --git a/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue b/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue index 05b38857..44919527 100644 --- a/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue +++ b/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue @@ -293,7 +293,7 @@ export default { const paramObj = {} paramObj.common = { ...processInfoForm, ...approvalInfoForm } paramObj.flowUser = personnelObj - paramObj.dataList = [baseInfo.formInline] + paramObj.data = baseInfo.formInline this.loading = true // 保存到草稿 enStandardStartUseSave(paramObj).then(res => { diff --git a/src/views/workCenter/enterpriseStandardStartUse/modules/BaseInfoForm.vue b/src/views/workCenter/enterpriseStandardStartUse/modules/BaseInfoForm.vue index c1929fd2..07aa2ff7 100644 --- a/src/views/workCenter/enterpriseStandardStartUse/modules/BaseInfoForm.vue +++ b/src/views/workCenter/enterpriseStandardStartUse/modules/BaseInfoForm.vue @@ -16,6 +16,7 @@ :disabled="disabled" :disabledSourceSearch="true" type="radio" + :filters="{standardState: 'A'}" v-model="formInline.standardNumber" @listChange="listChange" />