Ptyp0.vue 18.5 KB
Newer Older
wangren committed
1 2
<template>
  <div class="eibs-tab">
wangren committed
3
      <!-- ----------左 ---------->
潘际乾 committed
4
      <c-col :span="12" class="rol-left">
wangren committed
5 6
        <el-form-item
          label="Party No."
闫泽浩 committed
7
          prop="recgrp_rec_extkey"
wangren committed
8 9 10 11
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
闫泽浩 committed
12
              v-model="model.recgrp.rec.extkey"
wangren committed
13
              placeholder="请输入"
14
              disabled
wangren committed
15 16 17 18 19 20 21 22
            ></c-input>

            <template slot="footer">
              <c-button
                style="margin: 0px 10px 0 10; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
23
                disabled
wangren committed
24
              >
nanrui committed
25
                <i class="el-icon-info"></i>
wangren committed
26 27
              </c-button>

28
              <c-button size="small" type="primary" @click="onRecpanGetpty" disabled>
wangren committed
29 30 31 32
                获取
              </c-button>
            </template>
          </c-fullbox>
wangren committed
33 34
        </el-form-item>

wangren committed
35
        <el-form-item label="组织机构代码" prop="recgrp.rec.juscod">
wangren committed
36 37 38 39
          <c-fullbox>
            <c-input
              v-model="model.recgrp.rec.juscod"
              maxlength="10"
wangren committed
40
              placeholder="请输入组织机构代码"
41
              disabled
wangren committed
42 43
            ></c-input>
            <template slot="footer">
44
              <c-checkbox v-model="model.recgrp.rec.dshflg" disabled
wangren committed
45 46 47 48 49
                >是否电商</c-checkbox
              >
            </template>
          </c-fullbox>
        </el-form-item>
wangren committed
50

闫泽浩 committed
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
   <el-form-item label="Type">
              <c-checkbox v-model="model.seatypb" disabled>Bank</c-checkbox>

              <c-checkbox v-model="model.seatypc" disabled>Client</c-checkbox>

              <c-checkbox v-model="model.seatypa" disabled>Own Address</c-checkbox>

              <c-checkbox v-model="model.seatypo" disabled>Other</c-checkbox>

              <c-checkbox v-model="model.seatyph" disabled>海关</c-checkbox>
            </el-form-item> 
          <!-- <el-form-item label="Type">
            <el-radio-group v-model="radio" disabled>
              <el-radio :label="0" v-model="model.seatypb">Bank</el-radio>
              <el-radio :label="1" v-model="model.seatypc">Client</el-radio>
              <el-radio :label="2" v-model="model.seatypa">Own Address</el-radio>
              <el-radio :label="3" v-model="model.seatypo">Other</el-radio>
              <el-radio :label="4" v-model="model.seatyph">海关</el-radio>
            </el-radio-group>
          </el-form-item> -->
wangren committed
71

72
        <el-form-item label="Name 1" prop="recgrp.adrmaa.nam1" >
wangren committed
73 74 75 76
          <c-input
            v-model="model.recgrp.adrmaa.nam1"
            maxlength="35"
            placeholder="请输入Name 1/SWIFT Line 1"
77
            disabled
wangren committed
78 79
          ></c-input>
        </el-form-item>
wangren committed
80

wangren committed
81 82 83 84 85
        <el-form-item label="Name 2" prop="recgrp.adrmaa.nam2">
          <c-input
            v-model="model.recgrp.adrmaa.nam2"
            maxlength="35"
            placeholder="请输入Name 2/SWIFT Line 2"
86
            disabled
wangren committed
87 88
          ></c-input>
        </el-form-item>
wangren committed
89

wangren committed
90 91 92 93
        <el-form-item label="Name 3" prop="recgrp.adrmaa.nam3">
          <c-input
            v-model="model.recgrp.adrmaa.nam3"
            maxlength="35"
94
            placeholder="请输入Name 3" disabled
wangren committed
95 96
          ></c-input>
        </el-form-item>
wangren committed
97

wangren committed
98 99 100 101
        <el-form-item label="Street" prop="recgrp.adrmaa.str1">
          <c-input
            v-model="model.recgrp.adrmaa.str1"
            maxlength="35"
102
            placeholder="请输入Street/SWIFT Line 3" disabled
wangren committed
103 104 105 106 107 108 109
          ></c-input>
        </el-form-item>

        <el-form-item label="Optional Second Street" prop="recgrp.adrmaa.str2">
          <c-input
            v-model="model.recgrp.adrmaa.str2"
            maxlength="35"
110
            placeholder="请输入Optional Second Line of Street" disabled
wangren committed
111 112 113 114 115 116 117 118
          ></c-input>
        </el-form-item>
        <c-col :sapn="24">
          <c-col :span="12">
            <el-form-item label="Post Code" prop="recgrp.adrmaa.loczip">
              <c-input
                v-model="model.recgrp.adrmaa.loczip"
                maxlength="10"
119
                placeholder="请输入ZIP Code/First Part of SWIFT Line 4" disabled
wangren committed
120
              ></c-input>
wangren committed
121 122
            </el-form-item>
          </c-col>
wangren committed
123 124 125 126 127 128
          <c-col :span="12">
            <el-form-item label=" City" prop="recgrp.adrmaa.loctxt">
              <c-input
                v-model="model.recgrp.adrmaa.loctxt"
                maxlength="25"
                placeholder="请输入Textpart of City/Second Part of SWIFT Line 4"
129
                disabled
wangren committed
130 131
              ></c-input>
            </el-form-item>
wangren committed
132
          </c-col>
wangren committed
133 134 135 136 137 138 139
        </c-col>
        <c-col :span="24">
          <el-form-item label="Optional Second  City" prop="recgrp.adrmaa.loc2">
            <c-input
              v-model="model.recgrp.adrmaa.loc2"
              maxlength="35"
              placeholder="请输入Optional Second Line of City"
140
              disabled
wangren committed
141 142 143 144 145 146 147 148 149
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label=" PostBox" prop="recgrp.adrmaa.pobtxt">
            <c-input
              v-model="model.recgrp.adrmaa.pobtxt"
              maxlength="25"
              placeholder="请输入Textpart of City Used when Addressing Postbox"
150
              disabled
wangren committed
151 152 153 154 155 156 157 158 159
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Country or region" prop="recgrp.adrmaa.loccty">
            <c-select
              v-model="model.recgrp.adrmaa.loccty"
              style="width: 100%"
              placeholder="请选择Country"
160
              disabled
wangren committed
161 162 163 164 165 166 167 168 169 170
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="E-mail" prop="recgrp.adrmaa.eml">
            <c-input
              v-model="model.recgrp.adrmaa.eml"
              maxlength="80"
              placeholder="请输入eMail/Internet"
171
              disabled
wangren committed
172 173 174
            ></c-input>
          </el-form-item>
        </c-col>
wangren committed
175

wangren committed
176 177 178 179 180 181
        <c-col :span="24">
          <el-form-item label=" Name" prop="recgrp.hbk.nam">
            <c-input
              v-model="model.recgrp.hbk.nam"
              maxlength="40"
              placeholder="请输入External Visible Name"
182
              disabled
wangren committed
183 184 185 186 187
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item>
188
            <c-checkbox v-model="model.recgrp.rec.hbkaccflg" disabled
wangren committed
189 190 191 192 193 194 195 196 197 198
              >Use Accounting of HouseBank</c-checkbox
            >
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label=" Account M." prop="recgrp.rec.accusr">
            <c-input
              v-model="model.recgrp.rec.accusr"
              maxlength="8"
              placeholder="请输入User ID of Account Officer"
199
              disabled
wangren committed
200 201 202
            ></c-input>
          </el-form-item>
        </c-col>
wangren committed
203

wangren committed
204 205 206 207 208 209
        <c-col :span="24">
          <el-form-item label="支行" prop="recpan.bchkey">
            <c-select
              v-model="model.recpan.bchkey"
              style="width: 100%"
              placeholder="请选择Branch Key"
210
              disabled
wangren committed
211 212 213 214 215 216 217 218 219 220
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="中文地址" prop="recgrp.adrmaa.adr1">
            <c-input
              v-model="model.recgrp.adrmaa.adr1"
              maxlength="40"
              placeholder="请输入Chinese Address"
221
              disabled
wangren committed
222 223 224
            ></c-input>
          </el-form-item>
        </c-col>
wangren committed
225

wangren committed
226 227 228 229 230 231
        <c-col :span="24">
          <el-form-item label="" prop="recgrp.adrmaa.adr2">
            <c-input
              v-model="model.recgrp.adrmaa.adr2"
              maxlength="40"
              placeholder="请输入"
232
              disabled
wangren committed
233 234 235
            ></c-input>
          </el-form-item>
        </c-col>
wangren committed
236

wangren committed
237 238 239 240 241 242
        <c-col :span="24">
          <el-form-item label="" prop="recgrp.adrmaa.adr3">
            <c-input
              v-model="model.recgrp.adrmaa.adr3"
              maxlength="40"
              placeholder="请输入"
243
              disabled
wangren committed
244 245 246 247 248 249 250 251 252
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="中文邮编" prop="recgrp.adrmaa.pobzip">
            <c-input
              v-model="model.recgrp.adrmaa.pobzip"
              maxlength="10"
              placeholder="请输入ZIP Code Used when Addressing Postbox"
253
              disabled
wangren committed
254 255 256 257 258 259
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>

      <!------------- 右  ------------->
潘际乾 committed
260
      <c-col :span="12" class="rol-right">
wangren committed
261 262 263 264 265
        <el-form-item label="Party Name" prop="recgrp.rec.nam">
          <c-input
            v-model="model.recgrp.rec.nam"
            maxlength="40"
            placeholder="请输入Party Name"
266
            disabled
wangren committed
267 268 269 270 271 272 273 274 275 276
          ></c-input>
        </el-form-item>
        <el-form-item label="Chinese name" prop="recgrp.rec.nam1">
          <c-fullbox>
            <c-input
              type="textarea"
              v-model="model.recgrp.rec.nam1"
              maxlength="50"
              show-word-limit
              placeholder="请输入Chinese name"
277
              disabled
wangren committed
278 279 280 281 282 283 284 285
            ></c-input>
            <template slot="footer">
              <c-button size="small" type="primary" @click="onRecpanAltnam">
                ECIF名称
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
wangren committed
286

闫泽浩 committed
287 288 289 290 291 292 293 294
       <el-form-item label="Address Status" prop="recgrp.rec.adrsta">
              <c-input
                v-model="model.recgrp.rec.adrsta"
                maxlength="20"
                placeholder="请输入Address Status"
                disabled
              ></c-input>
            </el-form-item>
wangren committed
295 296 297 298 299 300

            <el-form-item label="Telephone 1" prop="recgrp.adrmaa.tel1">
              <c-input
                v-model="model.recgrp.adrmaa.tel1"
                maxlength="20"
                placeholder="请输入Telephone 1"
301
                disabled
wangren committed
302 303 304 305 306 307 308 309
              ></c-input>
            </el-form-item>
          
            <el-form-item label="Telephone 2" prop="recgrp.adrmaa.tel2">
              <c-input
                v-model="model.recgrp.adrmaa.tel2"
                maxlength="20"
                placeholder="请输入Telephone 2"
310
                disabled
wangren committed
311 312 313 314 315 316 317 318 319 320
              ></c-input>
            </el-form-item>
          

            
            <el-form-item label="Telefax 1" prop="recgrp.adrmaa.fax1">
              <c-input
                v-model="model.recgrp.adrmaa.fax1"
                maxlength="20"
                placeholder="请输入Telefax 1"
321
                disabled
wangren committed
322 323 324 325 326 327 328 329
              ></c-input>
            </el-form-item>
            
            <el-form-item label="Telefax 2" prop="recgrp.adrmaa.fax2">
              <c-input
                v-model="model.recgrp.adrmaa.fax2"
                maxlength="20"
                placeholder="请输入Telefax 2"
330
                disabled
wangren committed
331 332 333 334 335 336 337 338 339
              ></c-input>
            </el-form-item>
         

        <el-form-item label="Telex " prop="recgrp.adrmaa.tlx">
          <c-input
            v-model="model.recgrp.adrmaa.tlx"
            maxlength="20"
            placeholder="请输入Telex Number"
340
            disabled
wangren committed
341 342 343 344 345 346 347 348
          ></c-input>
        </el-form-item>
        
            <el-form-item label="BIC " prop="recgrp.adrmaa.bic">
              <c-input
                v-model="model.recgrp.adrmaa.bic"
                maxlength="11"
                placeholder="请输入BIC of Address Optional"
349
                disabled
wangren committed
350 351 352 353 354 355 356 357
              ></c-input>
            </el-form-item>
         
            <el-form-item label=" Bank Code  " prop="recgrp.adrmaa.clc">
              <c-input
                v-model="model.recgrp.adrmaa.clc"
                maxlength="35"
                placeholder="请输入Clearing Code for Banks"
358
                disabled
wangren committed
359 360 361 362 363 364 365 366
              ></c-input>
            </el-form-item>
         
        <el-form-item label="Branch ID" prop="recgrp.adrmaa.bid">
          <c-input
            v-model="model.recgrp.adrmaa.bid"
            maxlength="35"
            placeholder="请输入Branch Identification Used in Option B of SWIFT Fieldtags"
367
            disabled
wangren committed
368 369 370 371 372 373 374 375
          ></c-input>
        </el-form-item>
        
          <el-form-item label="TradeConnect ID" prop="recgrp.adrmaa.tid">
            <c-input
              v-model="model.recgrp.adrmaa.tid"
              maxlength="23"
              placeholder="请输入TradeConnect ID"
376
              disabled
wangren committed
377 378 379 380 381 382 383 384
            ></c-input>
          </el-form-item>
        
        <el-form-item label=" Clearing " prop="recgrp.adrmaa.blz">
          <c-input
            v-model="model.recgrp.adrmaa.blz"
            maxlength="8"
            placeholder="请输入Bankleitzahl German Clearing Code"
385
            disabled
wangren committed
386 387 388 389 390 391 392 393
          ></c-input>
        </el-form-item>

        <el-form-item label="Line with Postbox" prop="recgrp.adrmaa.pob">
          <c-input
            v-model="model.recgrp.adrmaa.pob"
            maxlength="35"
            placeholder="请输入Line with Postbox"
394
            disabled
wangren committed
395 396 397 398 399 400
          ></c-input>
        </el-form-item>
        
          
            <el-form-item label="Language " prop="recgrp.adrmaa.uil">
              <c-col :span="12">
闫泽浩 committed
401
              <c-input
wangren committed
402 403 404
                v-model="model.recgrp.adrmaa.uil"
                style="width: 100%"
                placeholder="请选择 Language "
405
                disabled
wangren committed
406
              >
闫泽浩 committed
407
              </c-input>
wangren committed
408 409 410 411 412 413
              </c-col>
            </el-form-item>
          
          
            <el-form-item label=" Messages" prop="recgrp.adrmaa.cortyp">
              <c-col :span="12">
闫泽浩 committed
414
              <c-input
wangren committed
415 416 417
                v-model="model.recgrp.adrmaa.cortyp"
                style="width: 100%"
                placeholder="Messages SWT, LET, TLX, TCO"
418
                disabled
wangren committed
419
              >
闫泽浩 committed
420
              </c-input>
wangren committed
421 422 423 424 425 426 427 428 429
              </c-col>
            </el-form-item>
          
        
        <el-form-item label="Department" prop="recgrp.adrmaa.dpt">
          <c-input
            v-model="model.recgrp.adrmaa.dpt"
            maxlength="35"
            placeholder="请输入Department"
430
            disabled
wangren committed
431 432
          ></c-input>
        </el-form-item>
wangren committed
433

wangren committed
434 435 436 437 438 439
        
          <el-form-item label=" 开户行信息" prop="recgrp.ptamaa.issbchinf">
            <c-input
              v-model="model.recgrp.ptamaa.issbchinf"
              maxlength="40"
              placeholder="请输入Info of bank"
440
              disabled
wangren committed
441 442 443 444 445 446 447 448 449 450
            ></c-input>
          </el-form-item>
        

        
          <el-form-item label=" Name" prop="recgrp.heq.nam">
            <c-input
              v-model="model.recgrp.heq.nam"
              maxlength="40"
              placeholder="请输入External Visible Name"
451
              disabled
wangren committed
452 453 454 455 456
            ></c-input>
          </el-form-item>
        
        <el-form-item>
          <c-col :span="24">
457
            <c-checkbox v-model="model.recgrp.rec.heqaccflg" disabled
wangren committed
458 459
              >Use Accounting of Headquarters</c-checkbox
            >
wangren committed
460
          </c-col>
wangren committed
461 462 463
        </el-form-item>
        
      </c-col>
wangren committed
464 465 466 467 468 469 470 471 472 473 474 475 476
  </div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Infpty/Event";

export default {
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
wangren committed
477 478 479
    return {
      radio: 1,
    };
wangren committed
480
  },
wangren committed
481
  methods: { ...Event, onSeainf() {} },
wangren committed
482 483 484 485 486
  created: function () {},
};
</script>
<style>
</style>
闫泽浩 committed
487 488
    

wangren committed
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


<!-- <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="recpan.recget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col> -->
       <!-- <el-form-item label="Type">
              <c-checkbox v-model="model.recgrp.typb">Bank</c-checkbox>

              <c-checkbox v-model="model.recgrp.typc">Client</c-checkbox>

              <c-checkbox v-model="model.recgrp.typa">Own Address</c-checkbox>

              <c-checkbox v-model="model.recgrp.typo">Other</c-checkbox>

              <c-checkbox v-model="model.recgrp.typh">海关</c-checkbox>
            </el-form-item> -->
            <!-- <c-col :span="12">
              <el-form-item label="Address Number" prop="recgrp.rec.extkey">
                <c-input
                  v-model="model.recgrp.rec.extkey"
                  maxlength="24"
                  placeholder="请输入Address Number"
                ></c-input>-->

                <!-- <c-col :span="24">
              <c-button size="small" type="primary" @click="onRecpanGet">
                Get
              </c-button>
            </c-col>  -->


            <!-- <c-col :span="24">
          <el-form-item
            label="Drag  Drop Sender"
            prop="recpan.hbkget.sdamod.dadsnd"
          >
            <c-input
              v-model="model.recpan.hbkget.sdamod.dadsnd"
              placeholder="请输入Drag  Drop Sender"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Address Number" prop="recgrp.hbk.extkey">
            <c-input
              v-model="model.recgrp.hbk.extkey"
              maxlength="24"
              placeholder="请输入Address Number"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="" prop="recpan.hbkget.sdamod.seainf">
            <c-input
              v-model="model.recpan.hbkget.sdamod.seainf"
              placeholder="请输入"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Address Number" prop="recgrp.heq.extkey">
            <c-input
              v-model="model.recgrp.heq.extkey"
              maxlength="24"
              placeholder="请输入Address Number"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="" prop="recpan.heqget.sdamod.seainf">
            <c-input
              v-model="model.recpan.heqget.sdamod.seainf"
              placeholder="请输入"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            label="Drag  Drop Sender"
            prop="recpan.heqget.sdamod.dadsnd"
          >
            <c-input
              v-model="model.recpan.heqget.sdamod.dadsnd"
              placeholder="请输入Drag  Drop Sender"
            ></c-input>
          </el-form-item>
        </c-col> -->