From b8ce912002f149c1d9da077b72c8d87690abc513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 19 Oct 2023 17:32:38 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=96=87=E6=A1=A3=E6=8B=86=E5=88=86-?= =?UTF-8?q?=E7=BC=96=E8=BE=91-=E6=9D=A1=E6=96=87=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../documentSplit/modules/SplitAddForm.vue | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/documentTool/documentSplit/modules/SplitAddForm.vue b/src/views/documentTool/documentSplit/modules/SplitAddForm.vue index 8c02b93c..f1d390ef 100644 --- a/src/views/documentTool/documentSplit/modules/SplitAddForm.vue +++ b/src/views/documentTool/documentSplit/modules/SplitAddForm.vue @@ -28,7 +28,7 @@ :key="unscrambleIndex + 'interpretation_articles'">
- +
{{ $t('newlyAdded') }} @@ -48,7 +48,7 @@ value-format="YYYY-MM-DD" v-model="formInline[item.dbFieldName]" :disabled="disabled || disabledFieldList.includes(item.dbFieldName)" - style="width: 100%"/> + style="width: 100%" /> + :disabled="disabled || disabledFieldList.includes(item.dbFieldName)" /> + :backDepart="true" /> + :disabled="disabled || disabledFieldList.includes(item.dbFieldName)" /> + v-model="formInline[item.dbFieldName]" :rows="4" /> + v-model="formInline[item.dbFieldName]" /> + :treeOpera="true" /> @@ -102,7 +102,7 @@ :disabled="disabled || disabledFieldList.includes(item.dbFieldName)" v-model="formInline[item.dbFieldName]" :maxLength="50" - :placeholder="specialPlaceholder[item.dbFieldName] || $t('pleaseEnter')+item.dbFieldTxt"/> + :placeholder="specialPlaceholder[item.dbFieldName] || $t('pleaseEnter')+item.dbFieldTxt" /> + :dictCode="item.dictField" /> + :dictCode="item.dictField" /> + :placeholder="$t('pleaseSelect')+item.dbFieldTxt" /> + :placeholder="$t('pleaseSelect')+item.dbFieldTxt" /> + :placeholder="$t('pleaseSelect')+item.dbFieldTxt" />
@@ -167,7 +167,7 @@
- + @@ -190,9 +190,9 @@
- + - + @@ -618,7 +618,7 @@ export default { } }) formData.itemValEOList = contentList - formData.interpretationArticlesList = this.interpretationArticlesList + formData.interpretationArticlesList = this.interpretationArticlesList.filter(tt => !!tt.itemContent) formData.delItemIds = this.deleteIds.join(',') submitFunc(formData).then(res => { if (res.success) {