Canp.vue 6.83 KB
Newer Older
wangren committed
1 2 3 4
<template>
  <div class="eibs-tab">
    <el-col :span="11">
         <c-col :span="24">
jianglong committed
5
        <el-form-item label="信用证编号" prop="lidgrp.rec.ownref">
wangren committed
6 7 8 9 10
            <c-input disabled v-model="model.lidgrp.rec.ownref" maxlength="16"  placeholder="请输入参考号"></c-input>
        </el-form-item>
       </c-col>

       <c-col :span="10">
jianglong committed
11
        <el-form-item label="信用证金额" prop="lidgrp.cbs.nom1.cur">
wangren committed
12 13 14 15 16 17 18 19 20 21 22 23
            <c-select disabled v-model="model.lidgrp.cbs.nom1.cur" style="width:100%" placeholder="请选择开证金额">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="10">
        <el-form-item label=""  label-width="10px" prop="lidgrp.cbs.nom1.amt">
            <c-input disabled v-model="model.lidgrp.cbs.nom1.amt"  placeholder="请输入开证金额"></c-input>
        </el-form-item>
       </c-col>

       <c-col :span="4">
jianglong committed
24
	    <c-checkbox disabled v-model="model.litp0.aammod.addamtflg">附加金额</c-checkbox>
wangren committed
25 26
       </c-col>
       <c-col :span="10">
jianglong committed
27
        <el-form-item label="信用证余额" prop="lidgrp.cbs.opn1.cur">
wangren committed
28 29 30 31 32 33
            <c-input disabled v-model="model.lidgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入信用证余额"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="10">
        <el-form-item label="" label-width="10px" prop="lidgrp.cbs.opn1.amt">
jianglong committed
34
            <c-input disabled v-model="model.lidgrp.cbs.opn1.amt"  placeholder="请输入金额"></c-input>
wangren committed
35 36 37 38 39
        </el-form-item>
       </c-col>
                  
       <c-col :span="4">
        
jianglong committed
40
	    <c-checkbox disabled v-model="model.lidgrp.rec.revflg">循环信用证</c-checkbox>
wangren committed
41 42 43
       
       </c-col>
       <c-col :span="24">
jianglong committed
44
        <el-form-item label="可用银行" prop="lidgrp.avbnam">
wangren committed
45 46 47 48
            <c-input disabled v-model="model.lidgrp.avbnam" maxlength="40"  placeholder="请输入指定银行"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="12">
jianglong committed
49
        <el-form-item label="兑付方式" prop="lidgrp.rec.avbby">
50 51 52
            <c-select 
            :code="codes.avbby"
            disabled v-model="model.lidgrp.rec.avbby" style="width:100%" placeholder="请选择兑付方式">
wangren committed
53 54 55 56 57
              </c-select>
        </el-form-item>
       </c-col>
       <c-col :span="12">
        <el-form-item>
jianglong committed
58
	    <c-checkbox disabled v-model="model.lidgrp.rec.redclsflg">红/绿条款</c-checkbox>
wangren committed
59 60 61
        </el-form-item>
       </c-col>
        <c-col :span="24">
jianglong committed
62
        <el-form-item label="开证日期"  prop="lidgrp.rec.opndat">
wangren committed
63 64 65 66 67 68
            <c-date-picker disabled type="date"  v-model="model.lidgrp.rec.opndat" style="width:100%"  placeholder="请选择开立日期"></c-date-picker>
        </el-form-item>
       </c-col>
                  
       <c-col :span="24">
        <el-form-item label="提货日期" prop="lidgrp.rec.shpdat">
jianglong committed
69
            <c-date-picker disabled type="date"  v-model="model.lidgrp.rec.shpdat" style="width:100%"  placeholder="请选择日期"></c-date-picker>
wangren committed
70 71 72
        </el-form-item>
       </c-col>
        <c-col :span="12">
jianglong committed
73
        <el-form-item label="有效期限" prop="lidgrp.rec.expdat">
wangren committed
74 75 76 77 78
            <c-date-picker disabled type="date"  v-model="model.lidgrp.rec.expdat" style="width:100%"  placeholder="请选择到期日"></c-date-picker>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
jianglong committed
79
        <el-form-item label="到期地点" prop="lidgrp.rec.expplc">
wangren committed
80 81 82 83
            <c-input disabled v-model="model.lidgrp.rec.expplc" maxlength="29"  placeholder="请输入到期日"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
84
        <el-form-item label="信用证类型" prop="lidgrp.rec.lcrtyp">
85 86 87 88
            <c-select 
            disabled 
            :code="codes.lcrtyp"
            v-model="model.lidgrp.rec.lcrtyp" style="width:100%" placeholder="请选择信用证类型">
wangren committed
89 90 91 92 93 94 95
              </c-select>
        </el-form-item>
       </c-col>
    </el-col>

    <el-col :span="11" :offset="1">
        <c-col :span="24">
jianglong committed
96
        <el-form-item label="简略信息" prop="lidgrp.rec.nam">
wangren committed
97 98 99 100
            <c-input disabled v-model="model.lidgrp.rec.nam" maxlength="40"  placeholder="请输入名称"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
101
        <el-form-item label="申请人参考号" prop="lidgrp.apl.pts.ref">
wangren committed
102 103 104 105
            <c-input disabled v-model="model.lidgrp.apl.pts.ref" maxlength="16"  placeholder="请输入申请人                     参考号"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
106 107
        <el-form-item label="申请人名称" prop="lidgrp.apl.pts.nam">
            <c-input disabled v-model="model.lidgrp.apl.pts.nam" maxlength="40"  placeholder="请输入名称"></c-input>
wangren committed
108 109 110
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
111
        <el-form-item label="受益人参考号" prop="lidgrp.ben.pts.ref">
wangren committed
112 113 114 115 116
            <c-input disabled v-model="model.lidgrp.ben.pts.ref" maxlength="16"  placeholder="请输入受益人"></c-input>
        </el-form-item>
       </c-col>

       <c-col :span="24">
jianglong committed
117
        <el-form-item label="受益人名称" prop="lidgrp.ben.pts.nam">
jianglong committed
118
            <c-input disabled v-model="model.lidgrp.ben.pts.nam" maxlength="40"  placeholder="请输入名称"></c-input>
wangren committed
119 120 121
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
122
        <el-form-item label="通知行参考号" prop="lidgrp.adv.pts.ref">
wangren committed
123 124 125 126
            <c-input disabled v-model="model.lidgrp.adv.pts.ref" maxlength="16"  placeholder="请输入通知行"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
127
        <el-form-item label="通知行名称" prop="lidgrp.adv.pts.nam">
jianglong committed
128
            <c-input disabled v-model="model.lidgrp.adv.pts.nam" maxlength="40"  placeholder="请输入名称"></c-input>
wangren committed
129 130 131 132
        </el-form-item>
       </c-col>
       
      <c-col :span="16">
jianglong committed
133
        <el-form-item label="叙述内容" prop="litcanf.strinf">
wangren committed
134 135 136 137 138 139 140 141 142
            <c-input type="textarea" 
            :rows="3"
            v-model="model.litcanf.strinf" maxlength="50" show-word-limit placeholder="请输入Narrative" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="8">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onIlccanletButtxmsel">
        </c-button>
jianglong committed
143
        <c-checkbox v-model="model.byinst">关于申请人的指示</c-checkbox>
wangren committed
144 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
       </c-col>           
    </el-col>
    
                              
       
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Litcan/Event"

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

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

    }
}
</script>
<style>

</style>