Accp.vue 11.3 KB
Newer Older
1 2 3 4 5
<template>
  <div class="eibs-tab">
  <!-- =================顶部====================== -->
        <c-col :span="24">
            <c-col :span="8">
wangna committed
6 7
                <el-form-item label="转让信用证编号" prop="ltdgrp.rec.ownref">
                    <c-input  v-model="model.ltdgrp.rec.ownref" maxlength="16"  placeholder="请输入转让信用证编号"></c-input>
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
                </el-form-item>
            </c-col>
            <c-col :span="4">
                <el-form-item label="" label-width="15px">
                    <c-button
                        size="small"
                        type="primary;width:10%"
                    
                        >i</c-button
                    >
                    <c-button
                        size="small"
                        type="primary"
                        
                    >
                        获取
                    </c-button>
                </el-form-item>
            </c-col>
            <c-col :span="8">
wangna committed
28 29
                <el-form-item label="信用证编号" prop="ledgrp.rec.ownref">
                    <c-input  v-model="model.ledgrp.rec.ownref" maxlength="16"  placeholder="请输入信用证编号"></c-input>
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
                </el-form-item>
            </c-col>
            <c-col :span="4">
                <el-form-item label="" label-width="15px">
                    <c-button
                        size="small"
                        type="primary;width:10%"
                       
                        >i</c-button
                    >
                    <c-button
                        size="small"
                        type="primary"
                        
                    >
                        获取
                    </c-button>
                </el-form-item>
            </c-col>
        </c-col>                   
<c-col :span="24">
            <c-col :span="8">
wangna committed
52 53
                <el-form-item label="单据编号" prop="btdgrp.rec.ownref">
            <c-input  v-model="model.btdgrp.rec.ownref" maxlength="16"  placeholder="请输入单据编号"></c-input>
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
        </el-form-item>
            </c-col>
            <c-col :span="4">
                <el-form-item label="" label-width="15px">
                    <c-button
                        size="small"
                        type="primary;width:10%"
                        
                        >i</c-button
                    >
                    <c-button
                        size="small"
                        type="primary"
                        
                    >
                        获取
                    </c-button>
                </el-form-item>
            </c-col>
            <c-col :span="11">
                <el-form-item label="Name of Bill Contract" prop="btdgrp.rec.nam">
                    <c-input  v-model="model.btdgrp.rec.nam" maxlength="40"  placeholder="请输入Name of Bill Contract"></c-input>
                </el-form-item>
            </c-col>
        </c-col>                               
        <!-- ====================左边======================= -->
         <c-col :span="11">
            <c-col :span="15">
wangna committed
82
                <el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
83 84 85
                    <c-select
                        v-model="model.btdgrp.cbs.max.cur"
                        style="width: 100%"
wangna committed
86
                        placeholder="请选择币种">
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
                        <el-option
                            v-for="item in codes.cur"
                            :key="item.value"
                            :label="item.label"
                            :value="item.value" >
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
            <c-col :span="8">
                <el-form-item
                    style="text-align: left"
                    label-width="20px"
                    prop="btdgrp.cbs.max.amt">
                    <c-input-currency
                        v-model="model.btdgrp.cbs.max.amt"
                        style="text-align: left; width: 100%"
wangna committed
104
                        placeholder="请输入单据金额"
105 106 107 108 109 110 111 112 113 114 115
                    ></c-input-currency>
                </el-form-item>
            </c-col>

            <c-col :span="1">
              <el-form-item label="Add. Amount" prop="bttp0.aammod.addamtflg">
                <c-checkbox v-model="model.bttp0.aammod.addamtflg"></c-checkbox>
              </el-form-item>  
            </c-col>

            <c-col :span="15">
wangna committed
116
                <el-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
117 118 119 120
                    <c-select
                        v-model="model.btdgrp.cbs.opn1.cur"
                        style="width: 100%"
                        maxlength="3"
wangna committed
121
                        placeholder="请选择币种">
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
                        <el-option
                            v-for="item in codes.cur"
                            :key="item.value"
                            :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>

            <c-col :span="8">
                <el-form-item
                    style="text-align: left"
                    label-width="20px"
                    prop="btdgrp.cbs.opn1.amt">
                    <c-input-currency
                        v-model="model.btdgrp.cbs.opn1.amt"
                        style="text-align: left; width: 100%"
wangna committed
140
                        placeholder="请输入余额"
141 142 143 144 145 146
                    ></c-input-currency>
                </el-form-item>
            </c-col>


            <c-col :span="24">
wangna committed
147
                <el-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
148 149 150 151
                    <c-select
                        v-model="model.btdgrp.rec.doctypcod"
                        style="width: 100%"
                        maxlength="1"
wangna committed
152
                        placeholder="请选择单据类型">
153 154 155 156 157 158 159 160 161 162 163
                        <el-option
                            v-for="item in codes.doctypcod"
                            :key="item.value"
                            :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                 </el-form-item>
            </c-col>

        <c-col :span="24">
wangna committed
164 165
                <el-form-item label="到期日" prop="btdgrp.rec.matdat">
                    <c-date-picker type="date"  v-model="model.btdgrp.rec.matdat" style="width:100%"  placeholder="请选择到期日"></c-date-picker>
166 167 168 169
                 </el-form-item>
        </c-col>

        <c-col :span="24">
wangna committed
170 171
                <el-form-item label="从第二受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe2">
                    <c-date-picker type="date"  v-model="model.btdgrp.rec.rcvdatbe2" style="width:100%"  placeholder="请选择从第二受益人那收到单据日期"></c-date-picker>
172 173 174 175
                </el-form-item>
        </c-col>

        <c-col :span="24">
wangna committed
176 177
                <el-form-item label="从第一受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe1">
                    <c-date-picker type="date"  v-model="model.btdgrp.rec.rcvdatbe1" style="width:100%"  placeholder="请选择从第一受益人那收到单据日期"></c-date-picker>
178 179 180 181
                </el-form-item>
        </c-col>

        <c-col :span="24">
wangna committed
182
                <el-form-item label="单据状态" prop="btdgrp.rec.docsta">
183 184 185 186 187
                   
                    <c-select
                        v-model="model.btdgrp.rec.docsta"
                        style="width: 100%"
                        maxlength="40"
wangna committed
188
                        placeholder="请选择单据状态">
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205
                        <el-option
                            v-for="item in codes.docsta"
                            :key="item.value"
                            :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                 </el-form-item>
        </c-col>


         <c-col :span="15">
            <el-form-item label="Change Amount" prop="setmod.doccur">
                    <c-select
                        v-model="model.setmod.doccur"
                        style="width: 100%"
                        maxlength="3"
wangna committed
206
                        placeholder="请选择币种">
207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
                        <el-option
                            v-for="item in codes.cur"
                            :key="item.value"
                            :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>

            <c-col :span="8">
                <el-form-item
                    style="text-align: left"
                    label-width="20px"
                    prop="setmod.docamt">
                    <c-input
                        v-model="model.setmod.docamt"
                        style="text-align: left; width: 100%"
                        placeholder="请输入 Change Amount"
                    ></c-input>
                </el-form-item>
        </c-col>
        

        </c-col>
      <!-- ========================右边======================= -->
       <c-col :span="11" :offset="1">
       <c-col :span="24">&nbsp;</c-col>
        <c-col :span="24">
wangna committed
236 237
                <el-form-item label="第一受益人" prop="btdgrp.be1.pts.ref">
            <c-input  v-model="model.btdgrp.be1.pts.ref" maxlength="16"  placeholder="请输入第一受益人"></c-input>
238 239 240 241 242 243 244
        </el-form-item>
        </c-col>

        

        <c-col :span="24">
                <el-form-item label="" prop="btdgrp.be1.pts.nam">
wangna committed
245
            <c-input  v-model="model.btdgrp.be1.pts.nam" maxlength="40"  placeholder="请输入"></c-input>
246 247 248 249 250 251
        </el-form-item>
        </c-col>
       
        <c-col :span="24">&nbsp;</c-col>
          
        <c-col :span="24">
wangna committed
252 253
            <el-form-item label="第二受益人" prop="btdgrp.be2.pts.ref">
                <c-input  v-model="model.btdgrp.be2.pts.ref" maxlength="16"  placeholder="请输入第二受益人"></c-input>
254 255 256 257 258
            </el-form-item>
        </c-col>

        <c-col :span="24">
            <el-form-item label="" prop="btdgrp.be2.pts.nam">
wangna committed
259
                <c-input  v-model="model.btdgrp.be2.pts.nam" maxlength="40"  placeholder="请输入"></c-input>
260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278
            </el-form-item>
        </c-col>

        <c-col :span="24">&nbsp;</c-col>
        <c-col :span="24">&nbsp;</c-col>
        <c-col :span="24">&nbsp;</c-col>
        <c-col :span="24">&nbsp;</c-col>

        <c-col :span="24">
            <el-form-item label="Narrative" prop="trnmod.swiadd.strinf">
                <c-input type="textarea" v-model="model.trnmod.swiadd.strinf" maxlength="35" show-word-limit placeholder="请输入Narrative" ></c-input>
            </el-form-item>
        </c-col>

       </c-col>
  </div>
</template>
<script>
import Api from "~/service/Api"
wangren committed
279
import commonProcess from "~/mixin/commonProcess";
280 281 282 283 284 285
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Bttacc/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
wangren committed
286
    mixins: [commonProcess],
287 288 289 290 291 292 293 294 295 296 297 298 299 300
    data(){
        return {

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

    }
}
</script>
<style>

</style>