<template>
	<div class="eibs-tab">
		<c-row>
			<c-col :span="24">
				<c-col :span="12" style="padding-right: 20px">
					<!-- ==========================为swift格式左边============================================ -->
					<c-col :span="24">
						<c-col :span="24">
							<c-ptap :model="model" :disabledExtkey="true" :disabled="true" disabledRef :argadr="{  
							title: $t('getopn.申请人'), grp: 'gidgrp', rol: 'apl'}" ptytyp="C" bchinr='00000047'>
							</c-ptap>
						</c-col>

						<c-col :span="24">
							<c-ptap :model="model" :disabledExtkey="true" :disabled="true" disabledDetail disabledRef :argadr="{
							title: $t('getopn.开证行'), grp: 'gidgrp', rol: 'iss'}" ptytyp="C" bchinr='00000047'>
							</c-ptap>
						</c-col>
					</c-col>
				</c-col>

				<c-col :span="12" style="padding-left: 20px">
					<!-- ============================为swift格式右边================================= -->
					<c-col :span="24">
						<c-ptap :model="model" :disabledExtkey="true" disabledRef :disabled="true" :argadr="{  
						title: $t('getopn.受益人'), grp: 'gidgrp', rol: 'ben'}" ptytyp="C" bchinr='00000047'>
						</c-ptap>
					</c-col>
					<c-col :span="24">
						<c-ptap :model="model" :isAdrblk="false" disabled disabledExtkey disabledRef :haveAdrLabel="true"
							:choose-language="model.gidgrp.rec.giduil" :argadr="{title: $t('getopn.交单行'),grp: 'gcdgrp', rol: 'prb',}" ptytyp="C"
							bchinr="00000047">
						</c-ptap>
					</c-col>
				</c-col>

				<!-- <c-col :span="24">
					<el-form-item label="可录入保函项下其他关联方">
						<c-edit-table v-model="model.ptsptaList" keyCode="gidgrp" :roleList="codes.infled_role"></c-edit-table>
					</el-form-item>
				</c-col> -->
			</c-col>
		</c-row>
	</div>
</template>
  <script>
import Api from "~/service/Api";
import CodeTable from "~/config/CodeTable";
import event from "../event";

export default {
  components: {},
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [event],
  data() {
    return {
      show: false,
      show1: false,
    };
  },
  methods: {},
  watch: {},

  created: function() {}
};
</script>
  <style></style>