Sel.vue 21.2 KB
Newer Older
1 2 3 4
<template>
  <div class="eibs-tab">
                              
       <c-col :span="12">
“yanyuxin” committed
5 6 7
        <c-form-item label="Drag  Drop Sender" prop="dadsnd">
            <c-input  v-model="model.dadsnd"  :placeholder="$t('other.please_enter')+'Drag  Drop Sender'"></c-input>
        </c-form-item>
8
       </c-col>
“yanyuxin” committed
9 10
                 <!-- SF000048 : Parent  Reference -->
                  
11
       <c-col :span="12">
“yanyuxin” committed
12 13 14
        <c-form-item :label="$t('trtsel.SF000048')" prop="trdgrp.rec.pntref">
            <c-input  v-model="model.trdgrp.rec.pntref" maxlength="16"  :placeholder="$t('other.please_enter')+$t('trtsel.SF000048')"></c-input>
        </c-form-item>
15 16 17
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
18 19 20
        <c-form-item label="" prop="seainf">
            <c-input  v-model="model.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
        </c-form-item>
21
       </c-col>
“yanyuxin” committed
22 23
                 <!-- SF000051 : Name -->
                  
24
       <c-col :span="12">
“yanyuxin” committed
25 26 27
        <c-form-item label="Parent Contract Name" prop="trdgrp.rec.pntnam">
            <c-input  v-model="model.trdgrp.rec.pntnam" maxlength="40"  :placeholder="$t('other.please_enter')+'Parent Contract Name'"></c-input>
        </c-form-item>
28 29 30
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
31 32 33
        <c-form-item label="Drag  Drop Sender" prop="recget.sdamod.dadsnd">
            <c-input  v-model="model.recget.sdamod.dadsnd"  :placeholder="$t('other.please_enter')+'Drag  Drop Sender'"></c-input>
        </c-form-item>
34 35
       </c-col>
                  
“yanyuxin” committed
36 37 38
<c-col :span="12">
    <span  v-text="model.labownref"   data-path=".labownref" > </span>
</c-col>
39 40
                  
       <c-col :span="12">
“yanyuxin” committed
41 42 43
        <c-form-item label="Our Reference" prop="trdgrp.rec.ownref">
            <c-input  v-model="model.trdgrp.rec.ownref" maxlength="16"  :placeholder="$t('other.please_enter')+'Our Reference'"></c-input>
        </c-form-item>
44 45 46
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
47 48 49
        <c-form-item label="" prop="recget.sdamod.seainf">
            <c-input  v-model="model.recget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
        </c-form-item>
50 51 52
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
53
	    <c-checkbox v-model="model.clsflg">{{$t('trtsel.CF000082')}}</c-checkbox>
54
       </c-col>
“yanyuxin” committed
55 56
                 <!-- SF000053 : Name  -->
                  
57
       <c-col :span="12">
“yanyuxin” committed
58 59 60
        <c-form-item label="Name of Loan Contract" prop="trdgrp.rec.nam">
            <c-input  v-model="model.trdgrp.rec.nam" maxlength="40"  :placeholder="$t('other.please_enter')+'Name of Loan Contract'"></c-input>
        </c-form-item>
61
       </c-col>
“yanyuxin” committed
62 63
                 <!-- SF000069 : Financing of -->
                  
64
       <c-col :span="12">
“yanyuxin” committed
65 66 67
        <c-form-item :label="$t('trtsel.SF000069')" prop="trdgrp.rec.pctfin">
            <c-input  v-model="model.trdgrp.rec.pctfin"  :placeholder="$t('other.please_enter')+$t('trtsel.SF000069')"></c-input>
        </c-form-item>
68
       </c-col>
“yanyuxin” committed
69 70 71 72
                 <!-- SF000070 : % -->
                 <!-- SF000067 : Financed Party -->
                 <!-- SF000081 : Ref. -->
                  
73
       <c-col :span="12">
“yanyuxin” committed
74 75 76
        <c-form-item :label="$t('trtsel.SF000067')" prop="trdgrp.fip.pts.ref">
            <c-input  v-model="model.trdgrp.fip.pts.ref" maxlength="16"  :placeholder="$t('other.please_enter')+$t('trtsel.SF000067')"></c-input>
        </c-form-item>
77
       </c-col>
“yanyuxin” committed
78 79
                 <!-- SF000077 : Finance Amount -->
                  
80
       <c-col :span="12">
“yanyuxin” committed
81 82
        <el-form-item :label="$t('trtsel.SF000077')" prop="trdgrp.cbs.max.cur">
            <c-select v-model="model.trdgrp.cbs.max.cur" style="width:100%" :placeholder="$t('other.please_enter')+$t('trtsel.SF000077')">
83 84 85 86 87
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
88 89 90
        <c-form-item :label="$t('trtsel.SF000077')" prop="trdgrp.cbs.max.amt">
            <c-input  v-model="model.trdgrp.cbs.max.amt"  :placeholder="$t('other.please_enter')+$t('trtsel.SF000077')"></c-input>
        </c-form-item>
91 92 93
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
94 95 96
        <c-form-item label="Name of Party" prop="trdgrp.fip.pts.nam">
            <c-input  v-model="model.trdgrp.fip.pts.nam" maxlength="40"  :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
        </c-form-item>
97
       </c-col>
“yanyuxin” committed
98 99
                 <!-- SF000062 : Open Amount -->
                  
100
       <c-col :span="12">
“yanyuxin” committed
101 102 103
        <c-form-item :label="$t('trtsel.SF000062')" prop="trdgrp.cbs.opn1.cur">
            <c-input  v-model="model.trdgrp.cbs.opn1.cur" maxlength="3"  :placeholder="$t('other.please_enter')+$t('trtsel.SF000062')"></c-input>
        </c-form-item>
104 105 106
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
107 108 109
        <c-form-item label="Balance" prop="trdgrp.cbs.opn1.amt">
            <c-input  v-model="model.trdgrp.cbs.opn1.amt"  :placeholder="$t('other.please_enter')+'Balance'"></c-input>
        </c-form-item>
110
       </c-col>
“yanyuxin” committed
111 112
                 <!-- SF000064 : Finance Type  -->
                  
113
       <c-col :span="12">
“yanyuxin” committed
114 115 116
        <c-form-item :label="$t('trtsel.SF000064')" prop="trdgrp.rec.fintyp">
            <c-input  v-model="model.trdgrp.rec.fintyp" maxlength="3"  :placeholder="$t('other.please_enter')+$t('trtsel.SF000064')"></c-input>
        </c-form-item>
117
       </c-col>
“yanyuxin” committed
118 119
                 <!-- SF000065 : Start Tenor Date -->
                  
120
       <c-col :span="12">
“yanyuxin” committed
121 122
        <el-form-item :label="$t('trtsel.SF000065')" prop="trdgrp.rec.stttendat">
            <c-date-picker type="date"  v-model="model.trdgrp.rec.stttendat" style="width:100%"  :placeholder="$t('other.please_enter')+$t('trtsel.SF000065')"></c-date-picker>
123 124
        </el-form-item>
       </c-col>
“yanyuxin” committed
125 126
                 <!-- SF000066 : Due -->
                  
127 128
       <c-col :span="12">
        <el-form-item label="Maturity Date" prop="trdgrp.rec.matdat">
“yanyuxin” committed
129
            <c-date-picker type="date"  v-model="model.trdgrp.rec.matdat" style="width:100%"  :placeholder="$t('other.please_enter')+'Maturity Date'"></c-date-picker>
130 131
        </el-form-item>
       </c-col>
“yanyuxin” committed
132 133
                 <!-- SG000083 : Finance Account -->
                  
134
       <c-col :span="12">
“yanyuxin” committed
135 136 137
        <c-form-item :label="$t('trtsel.SG000083')" prop="trdgrp.rec.finact">
            <c-input  v-model="model.trdgrp.rec.finact" maxlength="21"  :placeholder="$t('other.please_enter')+$t('trtsel.SG000083')"></c-input>
        </c-form-item>
138 139 140
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
141 142 143
        <c-form-item label="Bitmap for folder" prop="cfgfil.bitmap">
            <c-input  v-model="model.cfgfil.bitmap"  :placeholder="$t('other.please_enter')+'Bitmap for folder'"></c-input>
        </c-form-item>
144 145 146
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
147 148 149
        <c-form-item label="Regside" prop="cfgfil.regside1">
            <c-input  v-model="model.cfgfil.regside1"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
150 151 152
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
153 154 155
        <c-form-item label="hotspot reg1" prop="cfgfil.hotreg1">
            <c-input  v-model="model.cfgfil.hotreg1"  :placeholder="$t('other.please_enter')+'hotspot reg1'"></c-input>
        </c-form-item>
156 157 158
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
159 160 161
        <c-form-item label="Regside" prop="cfgfil.regside5">
            <c-input  v-model="model.cfgfil.regside5"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
162 163 164
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
165 166 167
        <c-form-item label="hotspot reg5" prop="cfgfil.hotreg5">
            <c-input  v-model="model.cfgfil.hotreg5"  :placeholder="$t('other.please_enter')+'hotspot reg5'"></c-input>
        </c-form-item>
168 169 170
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
171 172 173
        <c-form-item label="Regside" prop="cfgfil.regside9">
            <c-input  v-model="model.cfgfil.regside9"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
174 175 176
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
177 178 179
        <c-form-item label="hotspot reg9" prop="cfgfil.hotreg9">
            <c-input  v-model="model.cfgfil.hotreg9"  :placeholder="$t('other.please_enter')+'hotspot reg9'"></c-input>
        </c-form-item>
180 181
       </c-col>
                  
“yanyuxin” committed
182 183 184
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt1"   data-path=".cfgfil.regtxt1" > </span>
</c-col>
185
                  
“yanyuxin” committed
186 187 188
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt5"   data-path=".cfgfil.regtxt5" > </span>
</c-col>
189
                  
“yanyuxin” committed
190 191 192
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt9"   data-path=".cfgfil.regtxt9" > </span>
</c-col>
193 194
                  
       <c-col :span="12">
“yanyuxin” committed
195 196 197
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub1">
            <c-input  v-model="model.cfgfil.hotsub1"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
198 199
       </c-col>
                  
“yanyuxin” committed
200 201 202
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt1"   data-path=".cfgfil.subtxt1" > </span>
</c-col>
203
                  
“yanyuxin” committed
204 205 206
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn1"   data-path=".cfgfil.subtrn1" > </span>
</c-col>
207 208
                  
       <c-col :span="12">
“yanyuxin” committed
209 210 211
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub2">
            <c-input  v-model="model.cfgfil.hotsub2"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
212 213
       </c-col>
                  
“yanyuxin” committed
214 215 216
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt2"   data-path=".cfgfil.subtxt2" > </span>
</c-col>
217
                  
“yanyuxin” committed
218 219 220
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn2"   data-path=".cfgfil.subtrn2" > </span>
</c-col>
221
                  
“yanyuxin” committed
222 223 224
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt3"   data-path=".cfgfil.subtxt3" > </span>
</c-col>
225 226
                  
       <c-col :span="12">
“yanyuxin” committed
227 228 229
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub3">
            <c-input  v-model="model.cfgfil.hotsub3"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
230 231 232
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
233 234 235
        <c-form-item label="Regside" prop="cfgfil.regside2">
            <c-input  v-model="model.cfgfil.regside2"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
236 237 238
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
239 240 241
        <c-form-item label="hotspot reg2" prop="cfgfil.hotreg2">
            <c-input  v-model="model.cfgfil.hotreg2"  :placeholder="$t('other.please_enter')+'hotspot reg2'"></c-input>
        </c-form-item>
242 243 244
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
245 246 247
        <c-form-item label="Regside" prop="cfgfil.regside6">
            <c-input  v-model="model.cfgfil.regside6"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
248 249 250
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
251 252 253
        <c-form-item label="hotspot reg6" prop="cfgfil.hotreg6">
            <c-input  v-model="model.cfgfil.hotreg6"  :placeholder="$t('other.please_enter')+'hotspot reg6'"></c-input>
        </c-form-item>
254 255 256
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
257 258 259
        <c-form-item label="Regside" prop="cfgfil.regside10">
            <c-input  v-model="model.cfgfil.regside10"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
260 261 262
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
263 264 265
        <c-form-item label="hotspot reg10" prop="cfgfil.hotreg10">
            <c-input  v-model="model.cfgfil.hotreg10"  :placeholder="$t('other.please_enter')+'hotspot reg10'"></c-input>
        </c-form-item>
266 267
       </c-col>
                  
“yanyuxin” committed
268 269 270
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt2"   data-path=".cfgfil.regtxt2" > </span>
</c-col>
271
                  
“yanyuxin” committed
272 273 274
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt6"   data-path=".cfgfil.regtxt6" > </span>
</c-col>
275
                  
“yanyuxin” committed
276 277 278
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt10"   data-path=".cfgfil.regtxt10" > </span>
</c-col>
279
                  
“yanyuxin” committed
280 281 282
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn3"   data-path=".cfgfil.subtrn3" > </span>
</c-col>
283 284
                  
       <c-col :span="12">
“yanyuxin” committed
285 286 287
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub4">
            <c-input  v-model="model.cfgfil.hotsub4"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
288 289
       </c-col>
                  
“yanyuxin” committed
290 291 292
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt4"   data-path=".cfgfil.subtxt4" > </span>
</c-col>
293
                  
“yanyuxin” committed
294 295 296
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn4"   data-path=".cfgfil.subtrn4" > </span>
</c-col>
297 298
                  
       <c-col :span="12">
“yanyuxin” committed
299 300 301
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub5">
            <c-input  v-model="model.cfgfil.hotsub5"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
302 303
       </c-col>
                  
“yanyuxin” committed
304 305 306
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt5"   data-path=".cfgfil.subtxt5" > </span>
</c-col>
307
                  
“yanyuxin” committed
308 309 310
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn5"   data-path=".cfgfil.subtrn5" > </span>
</c-col>
311 312
                  
       <c-col :span="12">
“yanyuxin” committed
313 314 315
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub6">
            <c-input  v-model="model.cfgfil.hotsub6"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
316 317
       </c-col>
                  
“yanyuxin” committed
318 319 320
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt6"   data-path=".cfgfil.subtxt6" > </span>
</c-col>
321
                  
“yanyuxin” committed
322 323 324
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn6"   data-path=".cfgfil.subtrn6" > </span>
</c-col>
325 326
                  
       <c-col :span="12">
“yanyuxin” committed
327 328 329
        <c-form-item label="Regside" prop="cfgfil.regside3">
            <c-input  v-model="model.cfgfil.regside3"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
330 331 332
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
333 334 335
        <c-form-item label="hotspot reg3" prop="cfgfil.hotreg3">
            <c-input  v-model="model.cfgfil.hotreg3"  :placeholder="$t('other.please_enter')+'hotspot reg3'"></c-input>
        </c-form-item>
336 337 338
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
339 340 341
        <c-form-item label="Regside" prop="cfgfil.regside7">
            <c-input  v-model="model.cfgfil.regside7"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
342 343 344
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
345 346 347
        <c-form-item label="hotspot reg7" prop="cfgfil.hotreg7">
            <c-input  v-model="model.cfgfil.hotreg7"  :placeholder="$t('other.please_enter')+'hotspot reg7'"></c-input>
        </c-form-item>
348 349 350
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
351 352 353
        <c-form-item label="Regside" prop="cfgfil.regside11">
            <c-input  v-model="model.cfgfil.regside11"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
354 355 356
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
357 358 359
        <c-form-item label="hotspot reg11" prop="cfgfil.hotreg11">
            <c-input  v-model="model.cfgfil.hotreg11"  :placeholder="$t('other.please_enter')+'hotspot reg11'"></c-input>
        </c-form-item>
360 361
       </c-col>
                  
“yanyuxin” committed
362 363 364
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt3"   data-path=".cfgfil.regtxt3" > </span>
</c-col>
365
                  
“yanyuxin” committed
366 367 368
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt7"   data-path=".cfgfil.regtxt7" > </span>
</c-col>
369
                  
“yanyuxin” committed
370 371 372
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt11"   data-path=".cfgfil.regtxt11" > </span>
</c-col>
373
                  
“yanyuxin” committed
374 375 376
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt7"   data-path=".cfgfil.subtxt7" > </span>
</c-col>
377 378
                  
       <c-col :span="12">
“yanyuxin” committed
379 380 381
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub7">
            <c-input  v-model="model.cfgfil.hotsub7"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
382 383
       </c-col>
                  
“yanyuxin” committed
384 385 386
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn7"   data-path=".cfgfil.subtrn7" > </span>
</c-col>
387 388
                  
       <c-col :span="12">
“yanyuxin” committed
389 390 391
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub8">
            <c-input  v-model="model.cfgfil.hotsub8"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
392 393
       </c-col>
                  
“yanyuxin” committed
394 395 396
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt8"   data-path=".cfgfil.subtxt8" > </span>
</c-col>
397
                  
“yanyuxin” committed
398 399 400
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn8"   data-path=".cfgfil.subtrn8" > </span>
</c-col>
401
                  
“yanyuxin” committed
402 403 404
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt9"   data-path=".cfgfil.subtxt9" > </span>
</c-col>
405 406
                  
       <c-col :span="12">
“yanyuxin” committed
407 408 409
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub9">
            <c-input  v-model="model.cfgfil.hotsub9"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
410 411
       </c-col>
                  
“yanyuxin” committed
412 413 414
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn9"   data-path=".cfgfil.subtrn9" > </span>
</c-col>
415 416
                  
       <c-col :span="12">
“yanyuxin” committed
417 418 419
        <c-form-item label="hotspot reg4" prop="cfgfil.hotreg4">
            <c-input  v-model="model.cfgfil.hotreg4"  :placeholder="$t('other.please_enter')+'hotspot reg4'"></c-input>
        </c-form-item>
420 421
       </c-col>
                  
“yanyuxin” committed
422 423 424
<c-col :span="12">
    <span  v-text="model.selbut.sptpenlab_descr"   data-path=".selbut.sptpenlab_descr" > </span>
</c-col>
425 426
                  
       <c-col :span="12">
“yanyuxin” committed
427 428 429
        <c-form-item label="Regside" prop="cfgfil.regside4">
            <c-input  v-model="model.cfgfil.regside4"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
430 431 432
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
433 434 435
        <c-form-item label="Regside" prop="cfgfil.regside8">
            <c-input  v-model="model.cfgfil.regside8"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
436 437 438
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
439 440 441
        <c-form-item label="hotspot reg8" prop="cfgfil.hotreg8">
            <c-input  v-model="model.cfgfil.hotreg8"  :placeholder="$t('other.please_enter')+'hotspot reg8'"></c-input>
        </c-form-item>
442 443 444
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
445 446 447
        <c-form-item label="Regside" prop="cfgfil.regside12">
            <c-input  v-model="model.cfgfil.regside12"  :placeholder="$t('other.please_enter')+'Regside'"></c-input>
        </c-form-item>
448 449 450
       </c-col>
                  
       <c-col :span="12">
“yanyuxin” committed
451 452 453
        <c-form-item label="hotspot reg12" prop="cfgfil.hotreg12">
            <c-input  v-model="model.cfgfil.hotreg12"  :placeholder="$t('other.please_enter')+'hotspot reg12'"></c-input>
        </c-form-item>
454 455
       </c-col>
                  
“yanyuxin” committed
456 457 458
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt4"   data-path=".cfgfil.regtxt4" > </span>
</c-col>
459
                  
“yanyuxin” committed
460 461 462
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt8"   data-path=".cfgfil.regtxt8" > </span>
</c-col>
463
                  
“yanyuxin” committed
464 465 466
<c-col :span="12">
    <span  v-text="model.cfgfil.regtxt12"   data-path=".cfgfil.regtxt12" > </span>
</c-col>
467 468
                  
       <c-col :span="12">
“yanyuxin” committed
469 470 471
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub10">
            <c-input  v-model="model.cfgfil.hotsub10"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
472 473
       </c-col>
                  
“yanyuxin” committed
474 475 476
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt10"   data-path=".cfgfil.subtxt10" > </span>
</c-col>
477
                  
“yanyuxin” committed
478 479 480
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn10"   data-path=".cfgfil.subtrn10" > </span>
</c-col>
481
                  
“yanyuxin” committed
482 483 484
<c-col :span="12">
    <span  v-text="model.selbut.sptpenlab"   data-path=".selbut.sptpenlab" > </span>
</c-col>
485
                  
“yanyuxin” committed
486 487 488
<c-col :span="12">
    <span  v-text="model.selbut.dspclsdat"   data-path=".selbut.dspclsdat" > </span>
</c-col>
489
                  
“yanyuxin” committed
490 491 492
<c-col :span="12">
    <span  v-text="model.cfgfil.subtrn11"   data-path=".cfgfil.subtrn11" > </span>
</c-col>
493
                  
“yanyuxin” committed
494 495 496
<c-col :span="12">
    <span  v-text="model.cfgfil.subtxt11"   data-path=".cfgfil.subtxt11" > </span>
</c-col>
497 498
                  
       <c-col :span="12">
“yanyuxin” committed
499 500 501
        <c-form-item label="hotspot submenu 1" prop="cfgfil.hotsub11">
            <c-input  v-model="model.cfgfil.hotsub11"  :placeholder="$t('other.please_enter')+'hotspot submenu 1'"></c-input>
        </c-form-item>
502 503
       </c-col>
                  
“yanyuxin” committed
504 505 506
<c-col :span="12">
    <span  v-text="model.selbut.trnpenlab_descr"   data-path=".selbut.trnpenlab_descr" > </span>
</c-col>
507
                  
“yanyuxin” committed
508 509 510
<c-col :span="12">
    <span  v-text="model.selbut.trnpenlab"   data-path=".selbut.trnpenlab" > </span>
</c-col>
511 512 513 514
  </div>
</template>
<script>
import Api from "~/service/Api"
wangren committed
515
import commonProcess from "~/mixin/commonProcess";
516 517 518 519 520 521
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Trtsel/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
wangren committed
522
    mixins: [commonProcess],
523 524 525 526 527 528 529 530 531 532 533 534 535 536
    data(){
        return {

        }
    },
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>

</style>