Ptypc.vue 2.91 KB
Newer Older
fukai committed
1 2 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 54 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 92 93 94 95 96 97
<template>
  <div class="eibs-tab">
    <c-row>
      <c-col :span="24">
        <c-col :span="12" style="padding-right: 20px;">
					<c-col :span="24">
						<c-ptap :model="model" :disabledRef="true" :disabledExtkey="true" :disabled="true" :argadr="{  
						title: $t('gitadd.申请人') , grp: 'gidgrp', rol: 'apc'}" ptytyp="B" bchinr='00000047'>
						</c-ptap>
					</c-col>

					<c-col :span="24">
						<c-ptap :model="model" :disabledRef="true" :disabledExtkey="true" :disabled="true" :argadr="{  
						title: $t('gitadd.账户/对象'), grp: 'gidgrp', rol: 'ctc'}" ptytyp="B" bchinr='00000047'>
						</c-ptap>
					</c-col>
					
          <c-col :span="24">
						<c-ptap :model="model" :disabledExtkey="true" :disabled="true" :argadr="{  
						title: $t('gitadd.开证行'), grp: 'gidgrp', rol: 'iss'}" ptytyp="B" bchinr='00000047'>
						</c-ptap>
					</c-col>

        </c-col>
        <c-col :span="12" style="padding-left: 20px;">

					
					<!-- <c-col :span="24">
            <el-form-item
              :label="$t('最终收款行参考号')"
              prop="gidgrp.ben.pts.ref"
            >
              <c-input
                v-model="model.gidgrp.ben.pts.ref"
                maxlength="16"
                placeholder="请输入最终收款行参考号"
              ></c-input>
            </el-form-item>
          </c-col> -->
          <c-col :span="24">
						<c-ptap :model="model" :noRef="true" :disabledExtkey="true" :disabled="true" :argadr="{  
						title: $t('gitadd.受益人'), grp: 'gidgrp', rol: 'ben'}" ptytyp="C" bchinr='00000047'>
						</c-ptap>
					</c-col>

					<c-col :span="24" >
						<c-ptap :model="model" :disabled="true" :disabledRef="true" :disabledExtkey="true" :argadr="{  
                title: $t('gitadd.通知行或收报行'), grp: 'gidgrp', rol: 'atb'}" ptytyp="B" bchinr='00000036'>
						</c-ptap>
					</c-col>

          <c-col :span="24">
						<c-ptap :model="model" :disabledRef="true" :disabledExtkey="true" :disabled="true" :argadr="{  
						title: $t('gitadd.国际受益人'), grp: 'gidgrp', rol: 'bec'}" ptytyp="B" bchinr='00000047'>
						</c-ptap>
					</c-col>

					<!-- <c-col :span="24">
						<c-ptap
						:model="model"
						:disabled="true"
						:disabledRef='true'
						:disabledExtkey='true'
						:noRef='true'
						:haveAdrLabel='false'
						adrKey="nam"
						adrKeyLabel="当事人名称"
						:argadr="{  
                title: $t('gitadd.可用银行'), grp: 'gidgrp', rol: 'avc'}" ptytyp="B" bchinr='00000047'>
						</c-ptap>
					</c-col> -->
        </c-col>
      </c-col>
    </c-row>
  </div>
</template>
<script>
import Api from "~/service/Api";

import CodeTable from "~/config/CodeTable";
import event from "../event";
import Utils from "~/utils";

export default {
  components: {},
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [event],
  data() {
    return {};
  },
  methods: {},
  created: function() {}
};
</script>
<style>
</style>