cloud-web-corejs 1.0.54-dev.229 → 1.0.54-dev.230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/mixins/selectDialog/index.js +1 -245
- package/src/store/config/index.js +6 -99
- package/src/views/bd/setting/config_manage/list.vue +47 -0
- package/src/views/bd/setting/form_script/edit.vue +9 -0
- package/src/views/bd/setting/form_script/edit1.vue +22 -0
- package/src/views/bd/setting/form_script/list1.vue +4 -4
- package/src/views/bd/setting/form_script/mixins/dialog.js +130 -1
- package/src/views/bd/setting/form_script/mixins/edit.js +193 -1
- package/src/views/bd/setting/form_script/mixins/edit1.js +193 -1
- package/src/views/bd/setting/form_script/mixins/list.js +24 -0
- package/src/views/bd/setting/form_script/mixins/list1.js +43 -2
- package/src/views/bd/setting/form_script/mixins/otherAuthDialog.js +186 -0
- package/src/views/bd/setting/form_script/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/edit.vue +13 -0
- package/src/views/bd/setting/form_template/list.vue +4 -4
- package/src/views/bd/setting/form_template/mixins/edit.js +199 -1
- package/src/views/bd/setting/form_template/mixins/list.js +19 -3
- package/src/views/bd/setting/form_template/mixins/otherAuthDialog.js +185 -0
- package/src/views/bd/setting/form_template/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/table_model/edit.vue +332 -304
- package/src/views/bd/setting/table_model/list.vue +4 -4
- package/src/views/bd/setting/table_model/mixins/edit.js +1119 -1
- package/src/views/bd/setting/table_model/mixins/list.js +44 -4
- package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +193 -0
- package/src/views/bd/setting/table_model/otherAuthDialog.vue +83 -0
- package/src/views/user/fieldTranslation/editDialog.vue +7 -7
- package/src/views/user/fieldTranslation/list.vue +32 -32
@@ -3,10 +3,20 @@
|
|
3
3
|
<el-form ref="editForm" :model="szTaMb">
|
4
4
|
<div class="d-header clearfix">
|
5
5
|
<div class="fl">
|
6
|
-
<i class="el-icon-info"
|
6
|
+
<i class="el-icon-info"/>
|
7
7
|
{{ dataId ? $t1("查看数据表定义模板") : $t1("新增数据表定义模板") }}
|
8
8
|
</div>
|
9
9
|
<div class="fr">
|
10
|
+
<el-button
|
11
|
+
type="primary"
|
12
|
+
plain
|
13
|
+
class="button-sty"
|
14
|
+
icon="el-icon-set-up"
|
15
|
+
@click="openOtherAuthDialog"
|
16
|
+
v-if="isDev && !!dataId && menuKindAuth.editAuth === 1 && !readonly && !otherFlag"
|
17
|
+
>
|
18
|
+
{{ $t1("分派") }}
|
19
|
+
</el-button>
|
10
20
|
<el-button
|
11
21
|
type="primary"
|
12
22
|
plain
|
@@ -72,205 +82,219 @@
|
|
72
82
|
<template #default>
|
73
83
|
<table class="table-detail">
|
74
84
|
<tbody>
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
</el-radio
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
85
|
+
<tr>
|
86
|
+
<th>{{ $t1('数据库表名') }}</th>
|
87
|
+
<td colspan="3">
|
88
|
+
<el-form-item prop="taBm" :rules="[{ required: false, trigger: ['blur', 'change'] }]">
|
89
|
+
<el-input type="text" autocomplete="off" v-model="szTaMb.taBm" clearable :disabled="!!dataId"/>
|
90
|
+
</el-form-item>
|
91
|
+
</td>
|
92
|
+
</tr>
|
93
|
+
<tr>
|
94
|
+
<th class="no"></th>
|
95
|
+
<td colspan="7">
|
96
|
+
<span class="fl tips">{{
|
97
|
+
$t1('注:数据库表名必须定义为:1、与实体名称一样,2、表单分类数据表前缀_实体名称,3、不填自动生成:表单分类数据表前缀_实体名称。')
|
98
|
+
}}</span>
|
99
|
+
</td>
|
100
|
+
</tr>
|
101
|
+
<tr>
|
102
|
+
<th>
|
103
|
+
<em class="f-red">*</em>
|
104
|
+
{{ $t1("实体名称") }}
|
105
|
+
</th>
|
106
|
+
<td colspan="3">
|
107
|
+
<el-form-item
|
108
|
+
prop="taEn"
|
109
|
+
:rules="[{ required: true, trigger: ['blur', 'change'] }]"
|
110
|
+
>
|
111
|
+
<el-input
|
112
|
+
type="text"
|
113
|
+
autocomplete="off"
|
114
|
+
v-model="szTaMb.taEn"
|
115
|
+
clearable
|
116
|
+
/>
|
117
|
+
</el-form-item>
|
118
|
+
</td>
|
119
|
+
</tr>
|
120
|
+
<tr>
|
121
|
+
<th><em class="f-red">*</em>{{ $t1("表描述") }}</th>
|
122
|
+
<td colspan="5">
|
123
|
+
<el-form-item
|
124
|
+
prop="taCh"
|
125
|
+
:rules="[{ required: true, trigger: ['blur', 'change'] }]"
|
126
|
+
>
|
127
|
+
<el-input
|
128
|
+
type="text"
|
129
|
+
autocomplete="off"
|
130
|
+
v-model="szTaMb.taCh"
|
131
|
+
clearable
|
132
|
+
/>
|
133
|
+
</el-form-item>
|
134
|
+
</td>
|
135
|
+
</tr>
|
136
|
+
<tr>
|
137
|
+
<th><em class="f-red">*</em>{{ $t1("是否明细") }}</th>
|
138
|
+
<td>
|
139
|
+
<el-form-item
|
140
|
+
prop="taType"
|
141
|
+
:rules="[{ required: true, trigger: ['blur', 'change'] }]"
|
142
|
+
>
|
143
|
+
<el-radio-group v-model="szTaMb.taType">
|
144
|
+
<el-radio :label="1">{{ $t1("是") }}</el-radio>
|
145
|
+
<el-radio :label="0">{{ $t1("否") }}</el-radio>
|
146
|
+
</el-radio-group>
|
147
|
+
</el-form-item>
|
148
|
+
</td>
|
149
|
+
<th>
|
150
|
+
<em class="f-red" v-show="szTaMb.taType === 1">*</em>
|
151
|
+
{{ $t1("所属主实体") }}
|
152
|
+
</th>
|
153
|
+
<td colspan="3">
|
154
|
+
<el-form-item
|
155
|
+
prop="sszstEn"
|
156
|
+
:rules="[
|
145
157
|
{
|
146
158
|
required: szTaMb.taType === 1,
|
147
159
|
trigger: ['blur', 'change'],
|
148
160
|
},
|
149
161
|
]"
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
162
|
+
>
|
163
|
+
<el-input
|
164
|
+
class="search-input"
|
165
|
+
max="200"
|
166
|
+
v-model="szTaMb.sszstEn"
|
167
|
+
@clear="
|
156
168
|
szTaMb.sszst = null;
|
157
169
|
szTaMb.sszstBm = null;
|
158
170
|
$forceUpdate();
|
159
171
|
"
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
>
|
164
|
-
<i
|
165
|
-
slot="suffix"
|
166
|
-
class="el-input__icon el-icon-search"
|
167
|
-
@click="showSzTaMbDialog = true"
|
168
|
-
></i>
|
169
|
-
</el-input>
|
170
|
-
</el-form-item>
|
171
|
-
</td>
|
172
|
-
</tr>
|
173
|
-
<tr>
|
174
|
-
<th><em class="f-red">*</em>{{ $t1("是否树结构") }}</th>
|
175
|
-
<td>
|
176
|
-
<el-form-item
|
177
|
-
prop="taRule"
|
178
|
-
:rules="[{ required: true, trigger: ['blur', 'change'] }]"
|
172
|
+
:disabled="szTaMb.taType == 0"
|
173
|
+
v-el-readonly
|
174
|
+
clearable
|
179
175
|
>
|
180
|
-
<
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
176
|
+
<i
|
177
|
+
slot="suffix"
|
178
|
+
class="el-input__icon el-icon-search"
|
179
|
+
@click="showSzTaMbDialog = true"
|
180
|
+
></i>
|
181
|
+
</el-input>
|
182
|
+
</el-form-item>
|
183
|
+
</td>
|
184
|
+
</tr>
|
185
|
+
<tr>
|
186
|
+
<th><em class="f-red">*</em>{{ $t1("是否树结构") }}</th>
|
187
|
+
<td>
|
188
|
+
<el-form-item
|
189
|
+
prop="taRule"
|
190
|
+
:rules="[{ required: true, trigger: ['blur', 'change'] }]"
|
191
|
+
>
|
192
|
+
<el-radio-group
|
193
|
+
v-model="szTaMb.taRule"
|
194
|
+
@change="changeTaRule"
|
194
195
|
>
|
195
|
-
<el-radio
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
196
|
+
<el-radio :label="1">{{ $t1("是") }}</el-radio>
|
197
|
+
<el-radio :label="0">{{ $t1("否") }}</el-radio>
|
198
|
+
</el-radio-group>
|
199
|
+
</el-form-item>
|
200
|
+
</td>
|
201
|
+
<th><em class="f-red">*</em>{{ $t1("数据范围") }}</th>
|
202
|
+
<td colspan="3">
|
203
|
+
<el-form-item
|
204
|
+
prop="dataRange"
|
205
|
+
:rules="[{ required: true, trigger: ['blur', 'change'] }]"
|
206
|
+
>
|
207
|
+
<el-radio-group v-model="szTaMb.dataRange">
|
208
|
+
<el-radio :label="1">{{ $t1("集团") }}</el-radio>
|
209
|
+
<el-radio :label="0">{{ $t1("当前组织") }}</el-radio>
|
210
|
+
</el-radio-group>
|
211
|
+
</el-form-item>
|
212
|
+
</td>
|
213
|
+
</tr>
|
214
|
+
<tr>
|
215
|
+
<th>
|
216
|
+
<em class="f-red">*</em>
|
217
|
+
{{ $t1("表单分类") }}
|
218
|
+
</th>
|
219
|
+
<td colspan="5">
|
220
|
+
<el-form-item
|
221
|
+
prop="menuKindName"
|
222
|
+
:rules="[
|
211
223
|
{
|
212
224
|
required: true,
|
213
225
|
trigger: ['blur', 'change'],
|
214
226
|
},
|
215
227
|
]"
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
228
|
+
>
|
229
|
+
<el-input
|
230
|
+
class="search-input"
|
231
|
+
max="200"
|
232
|
+
v-model="szTaMb.menuKindName"
|
233
|
+
@clear="
|
222
234
|
szTaMb.menuKindCode = '';
|
223
235
|
$forceUpdate();
|
224
236
|
"
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
</el-
|
235
|
-
</
|
236
|
-
</
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
</
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
<
|
252
|
-
|
253
|
-
|
254
|
-
|
237
|
+
v-el-readonly
|
238
|
+
clearable
|
239
|
+
:disabled="otherFlag"
|
240
|
+
>
|
241
|
+
<i
|
242
|
+
slot="suffix"
|
243
|
+
class="el-input__icon el-icon-search"
|
244
|
+
@click="showMenuKindDialog = true"
|
245
|
+
></i>
|
246
|
+
</el-input>
|
247
|
+
</el-form-item>
|
248
|
+
</td>
|
249
|
+
</tr>
|
250
|
+
<tr>
|
251
|
+
<th>
|
252
|
+
{{ $t1("项目标签") }}
|
253
|
+
</th>
|
254
|
+
<td colspan="7">
|
255
|
+
<projectTagView
|
256
|
+
v-model="szTaMb.szTaMbTagDTOs"
|
257
|
+
></projectTagView>
|
258
|
+
</td>
|
259
|
+
</tr>
|
260
|
+
<tr>
|
261
|
+
<th>{{ $t1('是否启用') }}</th>
|
262
|
+
<td>
|
263
|
+
<el-form-item prop="enabled" :rules="[{ required: false, trigger: 'blur' }]">
|
264
|
+
<el-radio-group v-model="szTaMb.enabled">
|
265
|
+
<el-radio :label="true">{{ $t1('启用') }}</el-radio>
|
266
|
+
<el-radio :label="false">{{ $t1('禁用') }}</el-radio>
|
267
|
+
</el-radio-group>
|
268
|
+
</el-form-item>
|
269
|
+
</td>
|
270
|
+
</tr>
|
271
|
+
<tr>
|
272
|
+
<th>
|
273
|
+
{{ $t1("服务名") }}
|
274
|
+
</th>
|
275
|
+
<td colspan="7">
|
276
|
+
{{ szTaMb.serviceName }}
|
277
|
+
</td>
|
278
|
+
</tr>
|
255
279
|
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
280
|
+
<tr>
|
281
|
+
<th>
|
282
|
+
{{ $t1("唯一标识") }}
|
283
|
+
</th>
|
284
|
+
<td colspan="7">
|
285
|
+
{{ szTaMb.sid }}
|
286
|
+
</td>
|
287
|
+
</tr>
|
288
|
+
<tr>
|
289
|
+
<th>{{ $t1("创建人") }}</th>
|
290
|
+
<td>{{ szTaMb.createBy }}</td>
|
291
|
+
<th>{{ $t1("创建时间") }}</th>
|
292
|
+
<td>{{ szTaMb.createDate }}</td>
|
293
|
+
<th>{{ $t1("更新人") }}</th>
|
294
|
+
<td>{{ szTaMb.modifyBy }}</td>
|
295
|
+
<th>{{ $t1("更新时间") }}</th>
|
296
|
+
<td>{{ szTaMb.modifyDate }}</td>
|
297
|
+
</tr>
|
274
298
|
</tbody>
|
275
299
|
</table>
|
276
300
|
</template>
|
@@ -281,7 +305,8 @@
|
|
281
305
|
class="button-sty"
|
282
306
|
@click="addTaMbItems"
|
283
307
|
icon="el-icon-plus"
|
284
|
-
|
308
|
+
>{{ $t1("新增") }}
|
309
|
+
</el-button
|
285
310
|
>
|
286
311
|
</template>
|
287
312
|
<template #default>
|
@@ -356,7 +381,7 @@
|
|
356
381
|
:style="!!row.relationZd ? 'padding-left:20px' : ''"
|
357
382
|
>
|
358
383
|
<el-input v-model="row.zdEn" @keydown.native="inputZdEn(row)"
|
359
|
-
@input="(val)=>{changeZdEn(val,row)}"
|
384
|
+
@input="(val)=>{changeZdEn(val,row)}"/>
|
360
385
|
</el-form-item>
|
361
386
|
</template>
|
362
387
|
</template>
|
@@ -474,14 +499,14 @@
|
|
474
499
|
</div>
|
475
500
|
<table class="table-detail">
|
476
501
|
<tbody>
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
502
|
+
<tr>
|
503
|
+
<th>
|
504
|
+
{{ $t1("表编码") }}
|
505
|
+
</th>
|
506
|
+
<td colspan="7">
|
507
|
+
{{ szTaMb.taCode }}
|
508
|
+
</td>
|
509
|
+
</tr>
|
485
510
|
</tbody>
|
486
511
|
</table>
|
487
512
|
</template>
|
@@ -531,86 +556,86 @@
|
|
531
556
|
<div id="containt">
|
532
557
|
<table class="table-detail">
|
533
558
|
<tbody>
|
534
|
-
|
535
|
-
|
559
|
+
<tr>
|
560
|
+
<th>
|
536
561
|
<span class="t">
|
537
562
|
{{ $t1("关联表") }}
|
538
563
|
</span>
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
564
|
+
</th>
|
565
|
+
<td>
|
566
|
+
<el-form-item label="">
|
567
|
+
<el-input
|
568
|
+
class="search-input"
|
569
|
+
max="200"
|
570
|
+
v-model="referenceEntity"
|
571
|
+
@clear="
|
547
572
|
referenceKey = null;
|
548
573
|
refServiceName = null;
|
549
574
|
referenceShowFields = [];
|
550
575
|
$forceUpdate();
|
551
576
|
"
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
577
|
+
v-el-readonly
|
578
|
+
clearable
|
579
|
+
>
|
580
|
+
<i
|
581
|
+
slot="suffix"
|
582
|
+
class="el-input__icon el-icon-search"
|
583
|
+
@click="showEntityDialog = true"
|
584
|
+
></i>
|
585
|
+
</el-input>
|
586
|
+
</el-form-item>
|
587
|
+
</td>
|
588
|
+
</tr>
|
589
|
+
<tr>
|
590
|
+
<th>
|
566
591
|
<span class="t">
|
567
592
|
{{ $t1("关联字段") }}
|
568
593
|
</span>
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
594
|
+
</th>
|
595
|
+
<td>
|
596
|
+
<el-form-item label="">
|
597
|
+
<el-input
|
598
|
+
class="search-input"
|
599
|
+
max="200"
|
600
|
+
v-model="referenceKey"
|
601
|
+
@clear="referenceKey = null"
|
602
|
+
v-el-readonly
|
603
|
+
clearable
|
604
|
+
>
|
605
|
+
<i
|
606
|
+
slot="suffix"
|
607
|
+
class="el-input__icon el-icon-search"
|
608
|
+
@click="openEntityFieldDialog1"
|
609
|
+
></i>
|
610
|
+
</el-input>
|
611
|
+
</el-form-item>
|
612
|
+
</td>
|
613
|
+
</tr>
|
614
|
+
<tr>
|
615
|
+
<th>
|
591
616
|
<span class="t">
|
592
617
|
{{ $t1("显示字段") }}
|
593
618
|
</span>
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
619
|
+
</th>
|
620
|
+
<td>
|
621
|
+
<el-form-item label="">
|
622
|
+
<el-input
|
623
|
+
class="search-input"
|
624
|
+
max="200"
|
625
|
+
:value="referenceShowFields.join(',')"
|
626
|
+
@clear="referenceShowFields = []"
|
627
|
+
v-el-readonly
|
628
|
+
clearable
|
629
|
+
>
|
630
|
+
<i
|
631
|
+
slot="suffix"
|
632
|
+
class="el-input__icon el-icon-search"
|
633
|
+
@click="openEntityFieldDialog2"
|
634
|
+
></i>
|
635
|
+
</el-input>
|
636
|
+
</el-form-item>
|
637
|
+
</td>
|
638
|
+
</tr>
|
614
639
|
</tbody>
|
615
640
|
</table>
|
616
641
|
</div>
|
@@ -690,7 +715,7 @@
|
|
690
715
|
style="height: auto; width: auto"
|
691
716
|
>
|
692
717
|
<el-form-item :label="$t1('数据表')">
|
693
|
-
<el-input v-model="dbTable" clearable class="all-width"
|
718
|
+
<el-input v-model="dbTable" clearable class="all-width"/>
|
694
719
|
</el-form-item>
|
695
720
|
</el-form>
|
696
721
|
</div>
|
@@ -711,8 +736,11 @@
|
|
711
736
|
</span>
|
712
737
|
</el-dialog>
|
713
738
|
|
714
|
-
|
715
|
-
|
739
|
+
<otherAuthDialog v-if="showOtherAuthDialog" :visiable.sync="showOtherAuthDialog" :sid="sid"
|
740
|
+
@confirm="confirmOtherAuthDialog"></otherAuthDialog>
|
741
|
+
|
742
|
+
<!--begin-->
|
743
|
+
<el-dialog
|
716
744
|
:title="$t1('数据值对应表字段')"
|
717
745
|
v-if="showToTaBmZdDialog"
|
718
746
|
:visible.sync="showToTaBmZdDialog"
|
@@ -727,59 +755,59 @@
|
|
727
755
|
<div id="containt">
|
728
756
|
<table class="table-detail">
|
729
757
|
<tbody>
|
730
|
-
|
731
|
-
|
758
|
+
<tr>
|
759
|
+
<th>
|
732
760
|
<span class="t">
|
733
761
|
{{ $t1("对应表") }}
|
734
762
|
</span>
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
763
|
+
</th>
|
764
|
+
<td>
|
765
|
+
<el-form-item label="">
|
766
|
+
<el-input
|
767
|
+
class="search-input"
|
768
|
+
max="200"
|
769
|
+
v-model="toTaBmZdEntity"
|
770
|
+
@clear="
|
743
771
|
toTaBmZdEntity = null;
|
744
772
|
toTaBmZdField = null;
|
745
773
|
"
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
774
|
+
v-el-readonly
|
775
|
+
clearable
|
776
|
+
>
|
777
|
+
<i
|
778
|
+
slot="suffix"
|
779
|
+
class="el-input__icon el-icon-search"
|
780
|
+
@click="showEntityDialog3 = true"
|
781
|
+
></i>
|
782
|
+
</el-input>
|
783
|
+
</el-form-item>
|
784
|
+
</td>
|
785
|
+
</tr>
|
786
|
+
<tr>
|
787
|
+
<th>
|
760
788
|
<span class="t">
|
761
789
|
{{ $t1("对应表字段") }}
|
762
790
|
</span>
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
791
|
+
</th>
|
792
|
+
<td>
|
793
|
+
<el-form-item label="">
|
794
|
+
<el-input
|
795
|
+
class="search-input"
|
796
|
+
max="200"
|
797
|
+
v-model="toTaBmZdField"
|
798
|
+
@clear="toTaBmZdField = null"
|
799
|
+
v-el-readonly
|
800
|
+
clearable
|
801
|
+
>
|
802
|
+
<i
|
803
|
+
slot="suffix"
|
804
|
+
class="el-input__icon el-icon-search"
|
805
|
+
@click="openEntityFieldDialog3"
|
806
|
+
></i>
|
807
|
+
</el-input>
|
808
|
+
</el-form-item>
|
809
|
+
</td>
|
810
|
+
</tr>
|
783
811
|
</tbody>
|
784
812
|
</table>
|
785
813
|
</div>
|
@@ -819,7 +847,7 @@
|
|
819
847
|
:taBm="toTaBmZdEntity"
|
820
848
|
:multi="false"
|
821
849
|
/>
|
822
|
-
<!--end-->
|
850
|
+
<!--end-->
|
823
851
|
|
824
852
|
</div>
|
825
853
|
</template>
|