Sel.vue 23.3 KB
Newer Older
liuxin committed
1 2 3 4 5 6 7 8 9 10
<template>
  <div class="eibs-tab">
                              
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="recget.sdamod.dadsnd">
            <c-input  v-model="model.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
wangna committed
11 12
        <el-form-item label="保函编号" prop="gidgrp.rec.ownref">
            <c-input  v-model="model.gidgrp.rec.ownref" maxlength="16"  placeholder="请输入保函编号"></c-input>
liuxin committed
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="recget.sdamod.seainf">
            <c-input  v-model="model.recget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.clsflg">Show closed Contract</c-checkbox>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Externally Displayed Name to Identify the Contract" prop="gidgrp.rec.nam">
wangna committed
28
            <c-input  v-model="model.gidgrp.rec.nam" maxlength="40"  placeholder="请输入简略信息"></c-input>
liuxin committed
29 30 31 32 33 34 35 36
        </el-form-item>
       </c-col>
                                                    
	<c-col :span="12">
	    <span  v-text="model.aplmullab"   data-path=".aplmullab" > </span>
	</c-col>
                                                    
       <c-col :span="12">
wangna committed
37 38
        <el-form-item label="保函币种和金额" prop="gidgrp.cbs.max.cur">
            <c-input  v-model="model.gidgrp.cbs.max.cur" maxlength="3"  placeholder="请选择保函金额"></c-input>
liuxin committed
39 40 41 42 43
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gidgrp.cbs.max.amt">
wangna committed
44
            <c-input  v-model="model.gidgrp.cbs.max.amt"  placeholder="请输入"></c-input>
liuxin committed
45 46 47 48
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
wangna committed
49
	    <c-checkbox v-model="model.aamgid.addamtflg">附加金额</c-checkbox>
liuxin committed
50 51 52
       </c-col>
                  
       <c-col :span="12">
wangna committed
53 54
        <el-form-item label="当事人名称" prop="gidgrp.apl.pts.nam">
            <c-input  v-model="model.gidgrp.apl.pts.nam" maxlength="40"  placeholder="请输入当事人名称"></c-input>
liuxin committed
55 56 57 58
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
wangna committed
59
        <el-form-item label="保函余额" prop="gidgrp.cbs.opn1.cur">
liuxin committed
60 61 62 63 64 65
            <c-input  v-model="model.gidgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入Open Amount"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gidgrp.cbs.opn1.amt">
wangna committed
66
            <c-input  v-model="model.gidgrp.cbs.opn1.amt"  placeholder="请输入"></c-input>
liuxin committed
67 68 69 70
        </el-form-item>
       </c-col>
                                                                     
       <c-col :span="12">
wangna committed
71 72
        <el-form-item label="保函种类" prop="gidgrp.rec.gartyp">
            <c-select v-model="model.gidgrp.rec.gartyp" style="width:100%" placeholder="请选择保函种类">
liuxin committed
73 74 75 76 77
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
wangna committed
78 79
        <el-form-item label="保函开立类型" prop="gidgrp.rec.hndtyp">
            <c-select v-model="model.gidgrp.rec.hndtyp" style="width:100%" placeholder="请选择保函开立类型">
liuxin committed
80 81 82 83 84
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
wangna committed
85 86
        <el-form-item label="当事人名称" prop="gidgrp.ben.pts.nam">
            <c-input  v-model="model.gidgrp.ben.pts.nam" maxlength="40"  placeholder="请输入当事人名称"></c-input>
liuxin committed
87 88 89 90 91 92 93 94
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.expfldlab"   data-path=".expfldlab" > </span>
	</c-col>
                  
       <c-col :span="12">
wangna committed
95
        <el-form-item label="保函效期" prop="gidgrp.rec.expdat">
liuxin committed
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
            <c-date-picker type="date"  v-model="model.gidgrp.rec.expdat" style="width:100%"  placeholder="请选择Validity"></c-date-picker>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.explab"   data-path=".explab" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.liafldlab"   data-path=".liafldlab" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Our Liability" prop="gidgrp.rec.liadat">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.liadat" style="width:100%"  placeholder="请选择Our Liability"></c-date-picker>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.lialab"   data-path=".lialab" > </span>
	</c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="gcdget.sdamod.dadsnd">
            <c-input  v-model="model.gcdget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Externally Displayed Name to Identify the Contract" prop="gcdgrp.rec.nam">
wangna committed
126
            <c-input  v-model="model.gcdgrp.rec.nam" maxlength="40"  placeholder="请输入简略信息"></c-input>
liuxin committed
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Claim Reference" prop="gcdgrp.rec.ownref">
            <c-input  v-model="model.gcdgrp.rec.ownref" maxlength="16"  placeholder="请输入Claim Reference"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="gcdget.sdamod.seainf">
            <c-input  v-model="model.gcdget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.gcdget.clsflg">which contracts to show</c-checkbox>
       </c-col>
                                   
       <c-col :span="12">
wangna committed
147 148
        <el-form-item label="当事人名称" prop="gidgrp.adv.pts.nam">
            <c-input  v-model="model.gidgrp.adv.pts.nam" maxlength="40"  placeholder="请输入当事人名称"></c-input>
liuxin committed
149 150 151 152 153 154 155 156 157 158 159
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Claim Amount" prop="gcdgrp.cbs.max.cur">
            <c-input  v-model="model.gcdgrp.cbs.max.cur" maxlength="3"  placeholder="请输入Claim Amount"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gcdgrp.cbs.max.amt">
wangna committed
160
            <c-input  v-model="model.gcdgrp.cbs.max.amt"  placeholder="请输入"></c-input>
liuxin committed
161 162 163 164
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
wangna committed
165 166
        <el-form-item label="索赔当事人" prop="gcdgrp.rec.docprbrol">
            <c-input  v-model="model.gcdgrp.rec.docprbrol" maxlength="3"  placeholder="请输入索赔当事人"></c-input>
liuxin committed
167 168 169 170
        </el-form-item>
       </c-col>
                                                                     
       <c-col :span="12">
wangna committed
171
        <el-form-item label="保函余额" prop="gcdgrp.cbs.opn1.cur">
liuxin committed
172 173 174 175 176 177
            <c-input  v-model="model.gcdgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入Open Amount"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gcdgrp.cbs.opn1.amt">
wangna committed
178
            <c-input  v-model="model.gcdgrp.cbs.opn1.amt"  placeholder="请输入"></c-input>
liuxin committed
179 180 181 182
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
wangna committed
183 184
        <el-form-item label="索赔日期" prop="gcdgrp.rec.clmdat">
            <c-date-picker type="date"  v-model="model.gcdgrp.rec.clmdat" style="width:100%"  placeholder="请选择索赔日期"></c-date-picker>
liuxin committed
185 186 187 188
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
wangna committed
189 190
        <el-form-item label="当事人名称" prop="gidgrp.iss.pts.nam">
            <c-input  v-model="model.gidgrp.iss.pts.nam" maxlength="40"  placeholder="请输入当事人名称"></c-input>
liuxin committed
191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Bitmap for folder" prop="cfgfil.bitmap">
            <c-input  v-model="model.cfgfil.bitmap"  placeholder="请输入Bitmap for folder"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside1">
            <c-input  v-model="model.cfgfil.regside1"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg1" prop="cfgfil.hotreg1">
            <c-input  v-model="model.cfgfil.hotreg1"  placeholder="请输入hotspot reg1"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside5">
            <c-input  v-model="model.cfgfil.regside5"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg5" prop="cfgfil.hotreg5">
            <c-input  v-model="model.cfgfil.hotreg5"  placeholder="请输入hotspot reg5"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside9">
            <c-input  v-model="model.cfgfil.regside9"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg9" prop="cfgfil.hotreg9">
            <c-input  v-model="model.cfgfil.hotreg9"  placeholder="请输入hotspot reg9"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt1"   data-path=".cfgfil.regtxt1" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt5"   data-path=".cfgfil.regtxt5" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt9"   data-path=".cfgfil.regtxt9" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.dsppndclm"   data-path=".selbut.dsppndclm" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub1">
            <c-input  v-model="model.cfgfil.hotsub1"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt1"   data-path=".cfgfil.subtxt1" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn1"   data-path=".cfgfil.subtrn1" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub2">
            <c-input  v-model="model.cfgfil.hotsub2"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt2"   data-path=".cfgfil.subtxt2" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn2"   data-path=".cfgfil.subtrn2" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt3"   data-path=".cfgfil.subtxt3" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub3">
            <c-input  v-model="model.cfgfil.hotsub3"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside2">
            <c-input  v-model="model.cfgfil.regside2"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg2" prop="cfgfil.hotreg2">
            <c-input  v-model="model.cfgfil.hotreg2"  placeholder="请输入hotspot reg2"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside6">
            <c-input  v-model="model.cfgfil.regside6"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg6" prop="cfgfil.hotreg6">
            <c-input  v-model="model.cfgfil.hotreg6"  placeholder="请输入hotspot reg6"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside10">
            <c-input  v-model="model.cfgfil.regside10"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg10" prop="cfgfil.hotreg10">
            <c-input  v-model="model.cfgfil.hotreg10"  placeholder="请输入hotspot reg10"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt2"   data-path=".cfgfil.regtxt2" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt6"   data-path=".cfgfil.regtxt6" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt10"   data-path=".cfgfil.regtxt10" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn3"   data-path=".cfgfil.subtrn3" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.dsppndram"   data-path=".selbut.dsppndram" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub4">
            <c-input  v-model="model.cfgfil.hotsub4"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt4"   data-path=".cfgfil.subtxt4" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn4"   data-path=".cfgfil.subtrn4" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.dspamenbr"   data-path=".selbut.dspamenbr" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub5">
            <c-input  v-model="model.cfgfil.hotsub5"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt5"   data-path=".cfgfil.subtxt5" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn5"   data-path=".cfgfil.subtrn5" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub6">
            <c-input  v-model="model.cfgfil.hotsub6"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt6"   data-path=".cfgfil.subtxt6" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn6"   data-path=".cfgfil.subtrn6" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside3">
            <c-input  v-model="model.cfgfil.regside3"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg3" prop="cfgfil.hotreg3">
            <c-input  v-model="model.cfgfil.hotreg3"  placeholder="请输入hotspot reg3"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside7">
            <c-input  v-model="model.cfgfil.regside7"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg7" prop="cfgfil.hotreg7">
            <c-input  v-model="model.cfgfil.hotreg7"  placeholder="请输入hotspot reg7"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside11">
            <c-input  v-model="model.cfgfil.regside11"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg11" prop="cfgfil.hotreg11">
            <c-input  v-model="model.cfgfil.hotreg11"  placeholder="请输入hotspot reg11"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt3"   data-path=".cfgfil.regtxt3" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt7"   data-path=".cfgfil.regtxt7" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt11"   data-path=".cfgfil.regtxt11" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt7"   data-path=".cfgfil.subtxt7" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub7">
            <c-input  v-model="model.cfgfil.hotsub7"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn7"   data-path=".cfgfil.subtrn7" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub8">
            <c-input  v-model="model.cfgfil.hotsub8"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt8"   data-path=".cfgfil.subtxt8" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn8"   data-path=".cfgfil.subtrn8" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt9"   data-path=".cfgfil.subtxt9" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub9">
            <c-input  v-model="model.cfgfil.hotsub9"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn9"   data-path=".cfgfil.subtrn9" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.sptpenlab_descr"   data-path=".selbut.sptpenlab_descr" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg4" prop="cfgfil.hotreg4">
            <c-input  v-model="model.cfgfil.hotreg4"  placeholder="请输入hotspot reg4"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside4">
            <c-input  v-model="model.cfgfil.regside4"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside8">
            <c-input  v-model="model.cfgfil.regside8"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg8" prop="cfgfil.hotreg8">
            <c-input  v-model="model.cfgfil.hotreg8"  placeholder="请输入hotspot reg8"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside12">
            <c-input  v-model="model.cfgfil.regside12"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg12" prop="cfgfil.hotreg12">
            <c-input  v-model="model.cfgfil.hotreg12"  placeholder="请输入hotspot reg12"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt4"   data-path=".cfgfil.regtxt4" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt8"   data-path=".cfgfil.regtxt8" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt12"   data-path=".cfgfil.regtxt12" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub10">
            <c-input  v-model="model.cfgfil.hotsub10"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt10"   data-path=".cfgfil.subtxt10" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn10"   data-path=".cfgfil.subtrn10" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.sptpenlab"   data-path=".selbut.sptpenlab" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.dspclsdat"   data-path=".selbut.dspclsdat" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn11"   data-path=".cfgfil.subtrn11" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt11"   data-path=".cfgfil.subtxt11" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub11">
            <c-input  v-model="model.cfgfil.hotsub11"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.trnpenlab_descr"   data-path=".selbut.trnpenlab_descr" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.dspgcdclsdat"   data-path=".dspgcdclsdat" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.trnpenlab"   data-path=".selbut.trnpenlab" > </span>
	</c-col>
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Getsel/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
    mixins: [commonProcess],
    data(){
        return {

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

    }
}
</script>
<style>

</style>