Canp.vue 7.39 KB
Newer Older
wangren committed
1
<template>
2 3
  <div class="eibs">
    <el-col :span="12" style="padding-right:20px;">
wangren committed
4
         <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
            <c-select disabled v-model="model.lidgrp.cbs.nom1.cur" style="width:100%" placeholder="请选择开证金额">
              </c-select>
        </el-form-item>
       </c-col>
                  
jianglong committed
17
       <c-col :span="9">
wangren committed
18 19 20 21 22
        <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>

jianglong committed
23
       <c-col :span="5">
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
            <c-input disabled v-model="model.lidgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入信用证余额"></c-input>
        </el-form-item>
       </c-col>
                  
jianglong committed
32
       <c-col :span="9">
wangren committed
33
        <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
        </el-form-item>
       </c-col>
                  
jianglong committed
38
       <c-col :span="5">
wangren committed
39
        
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">
wangna committed
45
            <c-input disabled v-model="model.lidgrp.avbnam" maxlength="40"  placeholder="请输入可用银行"></c-input>
wangren committed
46 47 48
        </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
              </c-select>
        </el-form-item>
       </c-col>
    </el-col>

94
    <el-col :span="12" style="padding-left:20px;">
wangren committed
95
        <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
        </el-form-item>
       </c-col>
       
jianglong committed
132
   <c-col :span="24">
jianglong committed
133
        <el-form-item label="叙述内容" prop="litcanf.strinf">
jianglong committed
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
          <c-fullbox>
            <c-input
              type="textarea"
              v-model="model.litcanf.strinf"
              row="3"
              maxlength="50"
              show-word-limit
              placeholder="请输入叙述内容"
            ></c-input>
            <template slot="footer">
              <c-button
                size="small"
                type="primary"
                icon="el-icon-search"
                @click="onIlccanletButtxmsel"
              ></c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
wangren committed
154
                  
155
       <c-col :span="24" class="">
jianglong committed
156

157
        <el-form-item label=" " prop="byinst" label-width="120px" style=" float:left;">
jianglong committed
158
          <c-checkbox v-model="model.byinst" 
159
            >关于申请人的指示</c-checkbox>
jianglong committed
160 161 162
        </el-form-item>

        <!--c-checkbox style="text-align: left; margin-left: -160px;float:left;" v-model="model.byinst">关于申请人的指示</c-checkbox-->
wangren committed
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
       </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>
jianglong committed
192

wangren committed
193
</style>