Gitsetp1.vue 30.3 KB
Newer Older
1
<template>
liyixun committed
2
  <div class="eibs-tab">
liyixun committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    <!-- -----------上层------------- -->
    <c-row>
      <c-col :span="24">
      <!-- ------上左 --------->
          <c-col :span="12">
              <c-col :span="24">
                <c-form-item label="Guarantee" prop="gidgrp.rec.ownref">
                  <c-fullbox>
                    <c-input disabled v-model="model.gidgrp.rec.ownref" maxlength="16"  placeholder="请输入Guarantee"></c-input>
                    <template slot="footer">
                        <c-button
                          style="margin: 0 10px 0 10px; padding: 0 12px"
                          size="small"
                          type="primary"
                        >
                          <span
                            style="
                              font-size: 15px;
                              font-family: '宋体';
                              font-weight: bold;
                            "
                            >i</span
                          >
                        </c-button>
                    </template>
                  </c-fullbox>
                </c-form-item>
              </c-col>

              <c-col :span="24">
                <c-form-item label="Claim Number" prop="gcdgrp.rec.ownref">
                  <c-fullbox>
                     <c-input disabled v-model="model.gcdgrp.rec.ownref" maxlength="16"  placeholder="请输入 Claim Number"></c-input>
                     <template slot="footer">
                        <c-button
                          style="margin: 0 10px 0 10px; padding: 0 12px"
                          size="small"
                          type="primary"
                        >
                          <span
                            style="
                              font-size: 15px;
                              font-family: '宋体';
                              font-weight: bold;
                            "
                            >i</span
                          >
                        </c-button>

                        <c-button
                          style="margin: 0 0"
liyixun committed
54
                          disabled
liyixun committed
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
                          size="small"
                          type="primary"
                        >
                          获取
                        </c-button>
                     </template>
                  </c-fullbox>
                </c-form-item>
              </c-col>

              <c-col :span="24">
                  <c-col :span="12">
                    <c-form-item label="Amount Claimed" prop="gcdgrp.cbs.max.cur">
                        <c-input disabled v-model="model.gcdgrp.cbs.max.cur" maxlength="3"  placeholder="请输入 Amount Claimed"></c-input>
                    </c-form-item>
                  </c-col>
                  <c-col :span="12">
                    <c-form-item  label-width="5px" prop="gcdgrp.cbs.max.amt">
                        <c-input disabled v-model="model.gcdgrp.cbs.max.amt"  placeholder="请输入Balance"></c-input>
                    </c-form-item>
                  </c-col>
              </c-col>

              <c-col :span="24">
                  <c-col :span="12">
                    <c-form-item label="Opne Amount" prop="gcdgrp.cbs.opn1.cur">
                        <c-input disabled v-model="model.gcdgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入Open Amount"></c-input>
                    </c-form-item>
                  </c-col>
                  <c-col :span="12">
                    <c-form-item label-width="5px" prop="gcdgrp.cbs.opn1.amt">
                        <c-input disabled v-model="model.gcdgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
                    </c-form-item>
                  </c-col>
              </c-col>
             <c-col :span="24">
              <el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
92
                  <c-select :code="codes.typgar2" disabled v-model="model.gidgrp.rec.gartyp" style="width:100%" placeholder="请输入Type of undertaking">
liyixun committed
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
                    </c-select>
              </el-form-item>
             </c-col>
             <c-col :span="24">
              <el-form-item label="Date of Claim" prop="gcdgrp.rec.clmdat">
                  <c-date-picker disabled type="date"  v-model="model.gcdgrp.rec.clmdat" style="width:100%"  placeholder="请选择Date of claim"></c-date-picker>
              </el-form-item>
            </c-col>
          </c-col>

      <!---------- 上右---------- -->
          <c-col :span="11" :offset="1">
              <c-col :span="24">
                  <c-col :span="12">
                    <c-form-item label="Open Amount" prop="gidgrp.cbs.opn1.cur">
                        <c-input disabled v-model="model.gidgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入Open Amount"></c-input>
                    </c-form-item>
                  </c-col>
                  <c-col :span="12">
                      <c-form-item label-width="5px" prop="gidgrp.cbs.opn1.amt">
                        <c-input disabled v-model="model.gidgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
                      </c-form-item>
                  </c-col>
              </c-col>
              <c-col :span="24">
                <c-form-item label="Name" prop="gcdgrp.rec.nam">
                    <c-input disabled v-model="model.gcdgrp.rec.nam" maxlength="40"  placeholder="请输入Name"></c-input>
                </c-form-item>
              </c-col>
              <c-col :span="24">
                <c-form-item label="Applicant Ref." prop="gcdgrp.apl.pts.ref">
                    <c-input disabled v-model="model.gcdgrp.apl.pts.ref" maxlength="16"  placeholder="请输入Applicant Ref"></c-input>
                </c-form-item>
              </c-col>
              <c-col :span="24">
                <c-form-item label="Name of Party" prop="gcdgrp.apl.pts.nam">
                    <c-input disabled v-model="model.gcdgrp.apl.pts.nam" maxlength="40"  placeholder="请输入Name of Party"></c-input>
                </c-form-item>
              </c-col>
              <c-col :span="24">
                <c-form-item label="Beneficiary Ref." prop="gcdgrp.ben.pts.ref">
134
                    <c-input v-model="model.gcdgrp.ben.pts.ref" maxlength="16"  placeholder="请输入Beneficiary Ref."></c-input>
liyixun committed
135 136 137 138 139 140 141 142 143
                </c-form-item>
              </c-col>
              <c-col :span="24">
                <c-form-item label="Name of Party" prop="gcdgrp.ben.pts.nam">
                    <c-input disabled v-model="model.gcdgrp.ben.pts.nam" maxlength="40"  placeholder="请输入Name of Party"></c-input>
                </c-form-item>
              </c-col> 
              <c-col :span="24">
                <c-col :span="6" :offset="6">
144
                    <c-checkbox disabled v-model="model.gctp.adaflg">Add. Amount</c-checkbox>
liyixun committed
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
                </c-col>
              </c-col>
          </c-col>
      </c-col>
    </c-row>
                 
                 <!-- ---------中间----------- -->
    <c-col :span="24" style="height: 0px">
      <el-divider></el-divider>
    </c-col>

      <!----------下层-------- -->
    <c-row style="margin-top: 15px">
      <c-col :span="24">
        <!-- -------下左--------- -->
          <c-col :span="12">
              <c-col :span="24">
                  <c-col :span="12">
                    <c-form-item label="Amount Claimed" prop="gcdgrp.cbs.max.cur">
                        <c-input disabled v-model="model.gcdgrp.cbs.max.cur" maxlength="3"  placeholder="请输入 Amount Claimed"></c-input>
                    </c-form-item>
                  </c-col>
                  <c-col :span="12">
                    <c-form-item  label-width="5px" prop="gcdgrp.cbs.max.amt">
                        <c-input disabled v-model="model.gcdgrp.cbs.max.amt"  placeholder="请输入Balance"></c-input>
                    </c-form-item>
                  </c-col>
              </c-col>
              <c-col :span="24">
                <c-col :span="12">
                    <el-form-item label="Drawn Add.Amount" prop="gcdgrp.cbs.opn2.cur">
                        <c-select disabled v-model="model.gcdgrp.cbs.opn2.cur" style="width:100%" placeholder="请选择Drawn Add.Amount">
                          </c-select>
                    </el-form-item>
                </c-col>
                <c-col :span="12">
                  <c-form-item label-width="5px" prop="gcdgrp.cbs.max2.amt">
                      <c-input disabled v-model="model.gcdgrp.cbs.max2.amt"  placeholder=""></c-input>
                  </c-form-item>
                </c-col>
185 186
                <c-col :span=24>
                    <c-col :span="6" :offset="6">
liyixun committed
187 188 189
                      <c-form-item label-width="5px" prop="gcdgrp.rec.cannowflg">
                        <c-checkbox v-model="model.gcdgrp.rec.cannowflg">Payment under Cancelation of Guarantee</c-checkbox>
                      </c-form-item>
190 191
                    </c-col>
                </c-col>
liyixun committed
192
                <c-col :span="24">
liyixun committed
193 194 195 196
                    <c-col :span="6" :offset="6" >
                      <c-form-item label-width="5px" prop="mtabut.clsflg">
                        <c-checkbox v-model="model.mtabut.clsflg">Close Contract</c-checkbox>
                      </c-form-item>
liyixun committed
197 198
                    </c-col>
                </c-col>
199
                <c-col :span="24">
liyixun committed
200
                    <c-col :span="6" :offset="6">
liyixun committed
201 202 203
                      <c-form-item label-width="5px" prop="gcdgrp.rec.frepayflg">
                        <c-checkbox v-model="model.gcdgrp.rec.frepayflg">free of payment</c-checkbox>
                      </c-form-item>
liyixun committed
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
                    </c-col>
                </c-col>
              </c-col>
          </c-col>
        <!-- ------------下右-------- -->
          <c-col :span="11" :offset="1">
                <c-col :span="24">
                  <c-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
                    <c-select
                      v-model="model.gcdgrp.rec.docprbrol"
                      placeholder="请选择Presented by"
                      style="width: 100%"
                      disabled
                    >
                      <el-option
                        v-for="item in codes.docprbrol"
                        :key="item.value"
                        :label="item.label"
                        :value="item.value"
                      ></el-option>
                    </c-select>
                  </c-form-item>
                </c-col>

                <c-col :span="24">
                  <el-form-item label="Reference " prop="gcdgrp.prb.pts.ref">
                    <c-input
                      v-model="model.gcdgrp.prb.pts.ref"
                      maxlength="16"
                      placeholder="请输入Reference "
                      disabled
                    ></c-input>
                  </el-form-item>
                </c-col>

                <c-col :span="24">
                  <el-form-item label="" prop="gcdgrp.prb.pts.extkey">
                    <c-fullbox>
                      <c-input
                        disabled
                        v-model="model.gcdgrp.prb.pts.extkey"
                        maxlength="16"
                        placeholder="请输入External Key of Address"
                        @keyup.enter.native="
                          showGridPromptDialog('gcdgrp.prb.pts.extkey')
                        "
                      ></c-input>
                      <template slot="footer">
                        <c-button
                          v-model="model.gctp.prbp.ptsget.sdamod.seainf"
                          style="margin: 0 10px 0 10px; padding: 0 12px"
                          size="small"
                          type="primary"
                        >
                          <span style="font-family: '宋体'; font-weight: bold">i</span>
                        </c-button>
                        <c-button
                          size="small"
                          type="primary"
                          v-model="model.gctp.prbp.det"
                          style="margin: 0 0"
                        >
                          Temp.
                        </c-button>
                      </template>
                    </c-fullbox>
                  </el-form-item>
                </c-col>

                <c-col :span="24">
                  <el-form-item label="" prop="gcdgrp.prb.pts.adrblk">
                    <c-input
                      disabled
                      type="textarea"
                      rows="4"
                      v-model="model.gcdgrp.prb.pts.adrblk"
                      maxlength="100"
                      show-word-limit
                      placeholder="请输入Address Block"
                    ></c-input>
                  </el-form-item>
                </c-col>
                <c-col :span="24">
                  <c-form-item label="Payer" prop="gcdgrp.rec.payrol">
                    <c-select
                      v-model="model.gcdgrp.rec.payrol"
                      placeholder="请选择Payer"
                      style="width: 100%"
                    >
                      <el-option
                        v-for="item in codes.payrol"
                        :key="item.value"
                        :label="item.label"
                        :value="item.value"
                      ></el-option>
                    </c-select>
                  </c-form-item>
                </c-col>

                <c-col :span="24">
                  <el-form-item label="" prop="gcdgrp.oth.pts.extkey">
                    <c-fullbox>
                      <c-input
                        disabled
                        v-model="model.gcdgrp.oth.pts.extkey"
                        maxlength="16"
                        placeholder="请输入External Key of Address"
                        @keyup.enter.native="
                          showGridPromptDialog('gcdgrp.oth.pts.extkey')
                        "
                      >
                      </c-input>
                      <template slot="footer">
                        <c-button
                          v-model="model.gctp.othp.ptsget.sdamod.seainf"
                          style="margin: 0 10px 0 10px; padding: 0 12px"
                          size="small"
                          type="primary"
                        >
                          <span style="font-family: '宋体'; font-weight: bold">i</span>
                        </c-button>
                        <c-button
                          v-model="model.gctp.othp.det"
                          style="margin: 0 0"
                          size="small"
                          type="primary"
                        >
                          Details
                        </c-button>
                      </template>
                    </c-fullbox>
                  </el-form-item>
                </c-col>

                <c-col :span="24">
                  <el-form-item label="" prop="gcdgrp.oth.pts.adrblk">
                    <c-input
                      disabled
                      type="textarea"
                      rows="4"
                      v-model="model.gcdgrp.oth.pts.adrblk"
                      maxlength="100"
                      show-word-limit
                      placeholder="请输入Address Block"
                    ></c-input>
                  </el-form-item>
                </c-col>
          </c-col>
      </c-col>
    </c-row>
liyixun committed
354 355
       <!-- <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="gctp.gidget.sdamod.dadsnd">
liyixun committed
356
            <c-input  v-model="model.gctp.gidget.sdamod.dadsnd"  placeholder="$t('other.please_enter')+'Drag  Drop Sender'"></c-input>
liyixun committed
357 358 359 360 361
        </c-form-item>
       </c-col> -->
                 <!-- S0000069 : Guarantee -->
                  
       <!-- <c-col :span="12">
liyixun committed
362 363
        <c-form-item label="$t('gctp.S0000069')" prop="gidgrp.rec.ownref">
            <c-input  v-model="model.gidgrp.rec.ownref" maxlength="16"  placeholder="$t('other.please_enter')+$t('gctp.S0000069')"></c-input>
liyixun committed
364 365 366 367 368
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="gctp.gidget.sdamod.seainf">
liyixun committed
369
            <c-input  v-model="model.gctp.gidget.sdamod.seainf"  placeholder="$t('other.please_enter')+''"></c-input>
liyixun committed
370 371 372 373 374 375 376 377 378 379 380 381 382
        </c-form-item>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.gctp.expfldlab"   data-path=".gctp.expfldlab" > </span>
</c-col>
                  
<c-col :span="12">
    <span  v-text="model.gctp.explab"   data-path=".gctp.explab" > </span>
</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Valid until" prop="gidgrp.rec.expdat">
liyixun committed
383
            <c-date-picker type="date"  v-model="model.gidgrp.rec.expdat" style="width:100%"  placeholder="$t('other.please_enter')+'Valid until'"></c-date-picker>
liyixun committed
384 385 386 387 388 389
        </el-form-item>
       </c-col> -->
                 <!-- S0000070 : Open Amount -->
                  
       <!-- <c-col :span="12">
        <c-form-item label="Currency" prop="gidgrp.cbs.opn1.cur">
liyixun committed
390
            <c-input  v-model="model.gidgrp.cbs.opn1.cur" maxlength="3"  placeholder="$t('other.please_enter')+'Currency'"></c-input>
liyixun committed
391 392 393 394 395
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Balance" prop="gidgrp.cbs.opn1.amt">
liyixun committed
396
            <c-input  v-model="model.gidgrp.cbs.opn1.amt"  placeholder="$t('other.please_enter')+'Balance'"></c-input>
liyixun committed
397 398 399 400 401
        </c-form-item>
       </c-col> -->
                 <!-- S0000071 : Claim Number -->
                  
       <!-- <c-col :span="12">
liyixun committed
402 403
        <c-form-item label="$t('gctp.S0000071')" prop="gcdgrp.rec.ownref">
            <c-input  v-model="model.gcdgrp.rec.ownref" maxlength="16"  placeholder="$t('other.please_enter')+$t('gctp.S0000071')"></c-input>
liyixun committed
404 405 406 407 408
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="gctp.recget.sdamod.seainf">
liyixun committed
409
            <c-input  v-model="model.gctp.recget.sdamod.seainf"  placeholder="$t('other.please_enter')+''"></c-input>
liyixun committed
410 411 412 413 414 415 416 417 418 419 420
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onGctpGetrefbut">
             {{$t('gctp.CG000084')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="gctp.recget.sdamod.dadsnd">
liyixun committed
421
            <c-input  v-model="model.gctp.recget.sdamod.dadsnd"  placeholder="$t('other.please_enter')+'Drag  Drop Sender'"></c-input>
liyixun committed
422 423 424 425 426 427
        </c-form-item>
       </c-col> -->
                 <!-- S0000072 : Name -->
                  
       <!-- <c-col :span="12">
        <c-form-item label="Externally Displayed Name to Identify the Contract" prop="gcdgrp.rec.nam">
liyixun committed
428
            <c-input  v-model="model.gcdgrp.rec.nam" maxlength="40"  placeholder="$t('other.please_enter')+'Externally Displayed Name to Identify the Contract'"></c-input>
liyixun committed
429 430 431 432 433
        </c-form-item>
       </c-col> -->
                 <!-- S0000073 : Amount Claimed -->
                  
       <!-- <c-col :span="12">
liyixun committed
434 435
        <c-form-item label="$t('getset.SF000518')" prop="gcdgrp.cbs.max.cur">
            <c-input  v-model="model.gcdgrp.cbs.max.cur" maxlength="3"  placeholder="$t('other.please_enter')+$t('getset.SF000518')"></c-input>
liyixun committed
436 437 438 439 440
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Balance" prop="gcdgrp.cbs.max.amt">
liyixun committed
441
            <c-input  v-model="model.gcdgrp.cbs.max.amt"  placeholder="$t('other.please_enter')+'Balance'"></c-input>
liyixun committed
442 443 444 445 446 447 448 449 450 451
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.gctp.adaflg">{{$t('gctp.CF000074')}}</c-checkbox>
       </c-col> -->
                 <!-- S0000075 : Applicant -->
                 <!-- S0000076 : Ref. -->
                  
       <!-- <c-col :span="12">
liyixun committed
452 453
        <c-form-item label="$t('gctp.S0000075')" prop="gcdgrp.apl.pts.ref">
            <c-input  v-model="model.gcdgrp.apl.pts.ref" maxlength="16"  placeholder="$t('other.please_enter')+$t('gctp.S0000075')"></c-input>
liyixun committed
454 455 456 457 458
        </c-form-item>
       </c-col> -->
                 <!-- S0000077 : Open Amount -->
                  
       <!-- <c-col :span="12">
liyixun committed
459 460
        <c-form-item label="$t('gctp.S0000077')" prop="gcdgrp.cbs.opn1.cur">
            <c-input  v-model="model.gcdgrp.cbs.opn1.cur" maxlength="3"  placeholder="$t('other.please_enter')+$t('gctp.S0000077')"></c-input>
liyixun committed
461 462 463 464 465
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Balance" prop="gcdgrp.cbs.opn1.amt">
liyixun committed
466
            <c-input  v-model="model.gcdgrp.cbs.opn1.amt"  placeholder="$t('other.please_enter')+'Balance'"></c-input>
liyixun committed
467 468 469 470 471
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Name of Party" prop="gcdgrp.apl.pts.nam">
liyixun committed
472
            <c-input  v-model="model.gcdgrp.apl.pts.nam" maxlength="40"  placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
liyixun committed
473 474 475 476 477
        </c-form-item>
       </c-col> -->
                 <!-- S0000078 : Type of Undertaking -->
                  
       <!-- <c-col :span="12">
liyixun committed
478 479
        <el-form-item label="$t('gctp.S0000078')" prop="gidgrp.rec.gartyp">
            <c-select v-model="model.gidgrp.rec.gartyp" style="width:100%" placeholder="$t('other.please_enter')+$t('gctp.S0000078')">
liyixun committed
480 481 482 483 484 485 486 487 488 489 490
              </c-select>
        </el-form-item>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.gctp.aplmullab"   data-path=".gctp.aplmullab" > </span>
</c-col> -->
                 <!-- S0000080 : Beneficiary -->
                 <!-- S0000081 : Ref. -->
                  
       <!-- <c-col :span="12">
liyixun committed
491 492
        <c-form-item label="$t('gctp.S0000080')" prop="gcdgrp.ben.pts.ref">
            <c-input  v-model="model.gcdgrp.ben.pts.ref" maxlength="16"  placeholder="$t('other.please_enter')+$t('gctp.S0000080')"></c-input>
liyixun committed
493 494 495 496 497 498 499 500 501 502 503 504 505
        </c-form-item>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.gctp.liafldlab"   data-path=".gctp.liafldlab" > </span>
</c-col>
                  
<c-col :span="12">
    <span  v-text="model.gctp.lialab"   data-path=".gctp.lialab" > </span>
</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Liability until" prop="gidgrp.rec.liadat">
liyixun committed
506
            <c-date-picker type="date"  v-model="model.gidgrp.rec.liadat" style="width:100%"  placeholder="$t('other.please_enter')+'Liability until'"></c-date-picker>
liyixun committed
507 508 509 510 511
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Name of Party" prop="gcdgrp.ben.pts.nam">
liyixun committed
512
            <c-input  v-model="model.gcdgrp.ben.pts.nam" maxlength="40"  placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
liyixun committed
513 514 515 516 517
        </c-form-item>
       </c-col> -->
                 <!-- S0000079 : Date of Claim -->
                  
       <!-- <c-col :span="12">
liyixun committed
518 519
        <el-form-item label="$t('gctp.S0000079')" prop="gcdgrp.rec.clmdat">
            <c-date-picker type="date"  v-model="model.gcdgrp.rec.clmdat" style="width:100%"  placeholder="$t('other.please_enter')+$t('gctp.S0000079')"></c-date-picker>
liyixun committed
520 521 522 523 524 525
        </el-form-item>
       </c-col> -->
                 <!-- S0000039 : Presented by -->
                  
       <!-- <c-col :span="12">
        <el-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
liyixun committed
526
            <c-select v-model="model.gcdgrp.rec.docprbrol" style="width:100%" placeholder="$t('other.please_enter')+'Presented by'">
liyixun committed
527 528 529 530 531 532 533
              </c-select>
        </el-form-item>
       </c-col> -->
                 <!-- SF000518 : Amount Claimed -->
                 <!-- S0000040 : Reference -->
                  
       <!-- <c-col :span="12">
liyixun committed
534 535
        <c-form-item label="$t('getset.S0000040')" prop="gcdgrp.prb.pts.ref">
            <c-input  v-model="model.gcdgrp.prb.pts.ref" maxlength="16"  placeholder="$t('other.please_enter')+$t('getset.S0000040')"></c-input>
liyixun committed
536 537 538 539 540
        </c-form-item>
       </c-col> -->
                 <!-- S0000006 : 附加金额 -->
                  
       <!-- <c-col :span="12">
liyixun committed
541 542
        <el-form-item label="$t('aammod.S0000006')" prop="gcdgrp.cbs.opn2.cur">
            <c-select v-model="model.gcdgrp.cbs.opn2.cur" style="width:100%" placeholder="$t('other.please_enter')+$t('aammod.S0000006')">
liyixun committed
543 544 545 546 547
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
liyixun committed
548 549
        <c-form-item label="$t('aammod.S0000006')" prop="gcdgrp.cbs.max2.amt">
            <c-input  v-model="model.gcdgrp.cbs.max2.amt"  placeholder="$t('other.please_enter')+$t('aammod.S0000006')"></c-input>
liyixun committed
550 551 552 553 554
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="gctp.prbp.ptsget.sdamod.dadsnd">
liyixun committed
555
            <c-input  v-model="model.gctp.prbp.ptsget.sdamod.dadsnd"  placeholder="$t('other.please_enter')+'Drag  Drop Sender'"></c-input>
liyixun committed
556 557 558 559 560
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="External Key of Address" prop="gcdgrp.prb.pts.extkey">
liyixun committed
561
            <c-input  v-model="model.gcdgrp.prb.pts.extkey" maxlength="16"  placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
liyixun committed
562 563 564 565 566
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="gctp.prbp.ptsget.sdamod.seainf">
liyixun committed
567
            <c-input  v-model="model.gctp.prbp.ptsget.sdamod.seainf"  placeholder="$t('other.please_enter')+''"></c-input>
liyixun committed
568 569 570 571 572 573 574 575 576 577 578 579 580 581 582
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onPrbpDet">
             {{$t('ptsp.CF000081')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.gcdgrp.rec.cannowflg">{{$t('getset.CF000035')}}</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="名称" prop="gcdgrp.prb.namelc">
liyixun committed
583
            <c-input type="textarea" v-model="model.gcdgrp.prb.namelc" maxlength="35" show-word-limit placeholder="$t('other.please_enter')+'名称'" ></c-input>
liyixun committed
584
        </c-form-item>
585
        </c-col>
liyixun committed
586 587 588
                  
       <c-col :span="12">
        <c-form-item label="Address Block" prop="gcdgrp.prb.pts.adrblk">
liyixun committed
589
            <c-input type="textarea" v-model="model.gcdgrp.prb.pts.adrblk" maxlength="35" show-word-limit placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
liyixun committed
590
        </c-form-item>
591
        </c-col>
liyixun committed
592 593 594
                  
       <c-col :span="12">
        <c-form-item label="Chinese address" prop="gcdgrp.prb.dbfadrblkcn">
liyixun committed
595
            <c-input type="textarea" v-model="model.gcdgrp.prb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
liyixun committed
596
        </c-form-item>
597
        </c-col>
liyixun committed
598 599 600 601 602 603 604
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.mtabut.clsflg">{{$t('mtabut.CF000215')}}</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="地址" prop="gcdgrp.prb.adrelc">
liyixun committed
605
            <c-input type="textarea" v-model="model.gcdgrp.prb.adrelc" maxlength="35" show-word-limit placeholder="$t('other.please_enter')+'地址'" ></c-input>
liyixun committed
606
        </c-form-item>
liuxin committed
607
        </c-col>
liyixun committed
608 609 610 611 612 613 614 615
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.gcdgrp.rec.frepayflg">{{$t('getset.CG000523')}}</c-checkbox>
       </c-col> -->
                 <!-- S0000041 : Payer -->
                  
       <!-- <c-col :span="12">
        <el-form-item label="Payer" prop="gcdgrp.rec.payrol">
liyixun committed
616
            <c-select v-model="model.gcdgrp.rec.payrol" style="width:100%" placeholder="$t('other.please_enter')+'Payer'">
liyixun committed
617 618 619 620 621 622
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="gctp.othp.ptsget.sdamod.dadsnd">
liyixun committed
623
            <c-input  v-model="model.gctp.othp.ptsget.sdamod.dadsnd"  placeholder="$t('other.please_enter')+'Drag  Drop Sender'"></c-input>
liyixun committed
624 625 626 627 628
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="External Key of Address" prop="gcdgrp.oth.pts.extkey">
liyixun committed
629
            <c-input  v-model="model.gcdgrp.oth.pts.extkey" maxlength="16"  placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
liyixun committed
630 631 632 633 634
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="gctp.othp.ptsget.sdamod.seainf">
liyixun committed
635
            <c-input  v-model="model.gctp.othp.ptsget.sdamod.seainf"  placeholder="$t('other.please_enter')+''"></c-input>
liyixun committed
636 637 638 639 640 641 642 643 644 645 646
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onOthpDet">
             {{$t('ptsp.CF000081')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="名称" prop="gcdgrp.oth.namelc">
liyixun committed
647
            <c-input type="textarea" v-model="model.gcdgrp.oth.namelc" maxlength="35" show-word-limit placeholder="$t('other.please_enter')+'名称'" ></c-input>
liyixun committed
648 649 650 651 652
        </c-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Address Block" prop="gcdgrp.oth.pts.adrblk">
liyixun committed
653
            <c-input type="textarea" v-model="model.gcdgrp.oth.pts.adrblk" maxlength="35" show-word-limit placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
liyixun committed
654 655 656 657 658
        </c-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Chinese address" prop="gcdgrp.oth.dbfadrblkcn">
liyixun committed
659
            <c-input type="textarea" v-model="model.gcdgrp.oth.dbfadrblkcn" maxlength="35" show-word-limit placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
liyixun committed
660
        </c-form-item>
661
        </c-col>
liyixun committed
662 663 664
                  
       <c-col :span="12">
        <c-form-item label="地址" prop="gcdgrp.oth.adrelc">
liyixun committed
665
            <c-input type="textarea" v-model="model.gcdgrp.oth.adrelc" maxlength="35" show-word-limit placeholder="$t('other.please_enter')+'地址'" ></c-input>
liyixun committed
666 667 668
        </c-form-item>
        </c-col> -->
  </div>
669 670
</template>
<script>
liyixun committed
671
import Api from "~/service/Api"
672
import commonProcess from "~/mixin/commonProcess";
liyixun committed
673 674
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Getset/Event"
675 676

export default {
liyixun committed
677 678
    inject: ['root'],
    props:["model","codes"],
679
    mixins: [commonProcess],
liyixun committed
680 681 682
    data(){
        return {
        }
liuxin committed
683
    },
liyixun committed
684 685
    computed: {
  },
liyixun committed
686 687 688 689 690
    methods:{...Event},
    created:function(){

    }
}
691 692
</script>
<style>
liyixun committed
693

694
</style>