Brteus.vue 22.1 KB
Newer Older
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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 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 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 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 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492
<template>
    <c-content>
        <c-row>
            <!-- 左边 -->
            <c-col :span="12">   
                <c-col :span="23">
                    <el-form-item
                        label="信用证参考号"
                        prop="didgrp.rec.ownref"
                        style="width: 100%"
                    >
                        <c-input
                            v-model="model.didgrp.rec.ownref"
                            maxlength="16"
                            placeholder="请输入信用证参考号"
                            style="width: 95%"
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
                <c-col :span="1">
                    <c-button
                        style="margin:0 10px 0 0;padding: 0 10px;"
                        size="small"
                        type="primary"
                        icon="el-icon-search"
                        @click="onSeainf"
                    ></c-button>
                </c-col>

                <c-col :span="24" >
                    <el-form-item label="有效日期" prop="didgrp.rec.expdat">
                        <c-date-picker
                            type="date"
                            v-model="model.didgrp.rec.expdat"
                            value-format="yyyy-MM-dd"
                            style="width: 100%"
                            placeholder="请选择Date of Expiry"
                            disabled
                        ></c-date-picker>
                    </el-form-item>
                </c-col>

                <c-col :span="23">
                    <el-form-item
                        label="信用证号码"
                        prop="didgrp.rec.ownref"
                        style="width: 100%"
                    >
                        <c-input
                            v-model="model.didgrp.rec.ownref"
                            maxlength="16"
                            placeholder="请输入信用证参考号"
                            style="width: 95%"
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
                <c-col :span="1">
                    <c-button
                        style="margin:0 10px 0 0;padding: 0 10px;"
                        size="small"
                        type="primary"
                        icon="el-icon-search"
                        @click="onSeainf"
                    ></c-button>
                </c-col>

                <c-col :span="23">
                    <el-form-item
                        label="单据参考号"
                        prop="bddgrp.rec.ownref"
                        style="width: 100%"
                    >
                        <c-input
                            v-model="model.bddgrp.rec.ownref"
                            maxlength="16"
                            placeholder="请输入单据参考号"
                            style="width: 95%"
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
                <c-col :span="1">
                    <c-button
                        style="margin:0 10px 0 0;padding: 0 10px;"
                        size="small"
                        type="primary"
                        icon="el-icon-search"
                        @click="onSeainf"
                    ></c-button>
                </c-col>

                <c-col :span="11">
                    <el-form-item label="单据金额" prop="bddgrp.cbs.max.cur">
                        <c-select
                            v-model="model.bddgrp.cbs.max.cur"
                            placeholder="币种"
                            style="width: 95%"
                        >
                        </c-select>
                    </el-form-item>
                </c-col>
                <c-col :span="13">
                    <el-form-item label-width="0" prop="bddgrp.cbs.max.amt">
                        <c-input
                            v-model="model.bddgrp.cbs.max.amt"
                            maxlength="3"
                            placeholder="请输入单据金额"
                        ></c-input>
                    </el-form-item>
                </c-col>

                <c-col :span="11">
                    <el-form-item label="单据余额" prop="bddgrp.cbs.opn1.cur">
                        <c-select
                            v-model="model.bddgrp.cbs.max.cur"
                            placeholder="币种"
                            style="width: 95%"
                        >
                        </c-select>
                    </el-form-item>
                </c-col>
                <c-col :span="13">
                    <el-form-item label-width="0" prop="bddgrp.cbs.opn1.amt">
                        <c-input
                            v-model="model.bddgrp.cbs.max.amt"
                            maxlength="3"
                            placeholder="请输入单据余额"
                        ></c-input>
                    </el-form-item>
                </c-col>

                <c-col :span="12">
                    <el-form-item label="到单日期" prop="bddgrp.rec.rcvdat">
                        <c-date-picker
                            type="date"
                            v-model="model.bddgrp.rec.rcvdat"
                            style="width: 100%"
                            placeholder="请选择到单日期"
                        ></c-date-picker>
                    </el-form-item>
                </c-col>

                <c-col :span="12">
                    <el-form-item label="远期起算日" prop="bddgrp.rec.stadat">
                        <c-date-picker
                            type="date"
                            v-model="model.bddgrp.rec.stadat"
                            style="width: 100%"
                            placeholder="请选择Start Date"
                        ></c-date-picker>
                    </el-form-item>
                </c-col>

                <c-col :span="12">
                    <span v-text="model.bdtp.matp.mattxtlab" data-path=".bdtp.matp.mattxtlab">
                    </span>
                </c-col>

                <c-col :span="12">
                    <el-form-item label="单据到期日" prop="bddgrp.rec.matdat">
                        <c-date-picker
                            type="date"
                            v-model="model.bddgrp.rec.matdat"
                            style="width: 100%"
                            placeholder="单据到期日"
                        ></c-date-picker>
                    </el-form-item>
                </c-col>

                <c-col :span="12">
                    <el-form-item label="远期期限" prop="bddgrp.rec.tenmaxday">
                        <c-date-picker
                            type="date"
                            v-model="model.bddgrp.rec.tenmaxday"
                            style="width: 100%"
                            placeholder="远期期限"
                        ></c-date-picker>
                    </el-form-item>
                </c-col>

                <c-col :span="24">
                    <el-form-item label="单据类型" prop="bddgrp.rec.docflg">
                        <c-select 
                            v-model="model.bddgrp.rec.docflg" 
                            style="width:100%" 
                            placeholder="请选择单据类型">
                        </c-select>
                    </el-form-item>
                </c-col>

                <c-col :span="24">
                    <el-form-item label="单据状态" prop="bddgrp.rec.docsta">
                        <c-select 
                            v-model="model.bddgrp.rec.docflg" 
                            style="width:100%" 
                            placeholder="请选择单据状态">
                        </c-select>
                    </el-form-item>
                </c-col>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
            </c-col>
            <!-- 右边                   -->
            <c-col :span="12">
                <c-col :span="11">
                    <el-form-item label="信用证余额" prop="didgrp.cbs.opn1.cur">
                        <c-select
                            v-model="model.didgrp.cbs.opn1.cur"
                            placeholder="币种"
                            style="width: 95%"
                            disabled
                        >
                        </c-select>
                    </el-form-item>
                </c-col>
                <c-col :span="13">
                    <el-form-item label-width="0" prop="didgrp.cbs.opn1.amt">
                        <c-input
                            v-model="model.didgrp.cbs.opn1.amt"
                            maxlength="3"
                            placeholder="请输入信用证余额"
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>

                <c-col :span="24">
                    <el-form-item label="摘要" prop="bddgrp.rec.nam">
                        <c-input
                            align="middle"
                            v-model="model.bddgrp.rec.nam"
                            maxlength="40"
                            disabled
                            placeholder="请输入Name of Bill Contract"
                        ></c-input>
                    </el-form-item>
                </c-col>

                <c-col :span="24">
                    <c-ptap
                        :model="model"
                        :argadr="{
                            title: '申请人',
                            grp: 'bddgrp',
                            rol: 'apl',
                        }"
                        :disabled="true"
                        :isAdrblk="false"
                        @onSeainf="onSeainf"
                        @onAplpDet="onBenpDet"
                    >
                    </c-ptap>
                </c-col>

                <c-col :span="24">
                    <c-ptap
                        :model="model"
                        :argadr="{
                            title: '受益人',
                            grp: 'bddgrp',
                            rol: 'ben',
                        }"
                        :disabled="true"
                        :isAdrblk="false"
                        @onSeainf="onSeainf"
                        @onAplpDet="onBenpDet"
                    >
                    </c-ptap>
                </c-col>

                <c-col :span="24">
                    <c-ptap :model="model" :argadr="{
                        title: '交单行',
                        grp: 'bddgrp',
                        rol: 'prb',
                        }" :noRef="true" :onlySearch="false" @onAplpDet="onSndpDet">
                    </c-ptap>
                </c-col>
            </c-col>

            <c-col :span="24">
                <el-form-item label="说明" label-width="135px" prop="strinf">
                    <c-input v-model="model.strinf"
                            type="textarea"
                            :autosize="{minRows:12,maxRows:12}"
                            maxlength="1750" 
                            show-word-limit 
                            placeholder="请输入说明" 
                            style="width:95%"
                    ></c-input>
                </el-form-item>
            </c-col>

       <!-- <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="bdtp.didget.sdamod.dadsnd">
            <c-input  v-model="model.bdtp.didget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="信用证参考号" prop="didgrp.rec.ownref">
            <c-input  v-model="model.didgrp.rec.ownref" maxlength="16"  placeholder="请输入信用证参考号"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="bdtp.didget.sdamod.seainf">
            <c-input  v-model="model.bdtp.didget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Date of Expiry" prop="didgrp.rec.expdat">
            <c-date-picker type="date"  v-model="model.didgrp.rec.expdat" style="width:100%"  placeholder="请选择Date of Expiry"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Currency" prop="didgrp.cbs.opn1.cur">
            <c-input  v-model="model.didgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入Currency"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="didgrp.cbs.opn1.amt">
            <c-input  v-model="model.didgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="bdtp.recget.sdamod.dadsnd">
            <c-input  v-model="model.bdtp.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="单据参考号" prop="bddgrp.rec.ownref">
            <c-input  v-model="model.bddgrp.rec.ownref" maxlength="16"  placeholder="请输入单据参考号"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="bdtp.recget.sdamod.seainf">
            <c-input  v-model="model.bdtp.recget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Name of Bill Contract" prop="bddgrp.rec.nam">
            <c-input  v-model="model.bddgrp.rec.nam" maxlength="40"  placeholder="请输入Name of Bill Contract"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="单据金额" prop="bddgrp.cbs.max.cur">
            <c-select v-model="model.bddgrp.cbs.max.cur" style="width:100%" placeholder="请选择单据金额">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="单据金额" prop="bddgrp.cbs.max.amt">
            <c-input  v-model="model.bddgrp.cbs.max.amt"  placeholder="请输入单据金额"></c-input>
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="申请人" prop="bddgrp.apl.pts.ref">
            <c-input  v-model="model.bddgrp.apl.pts.ref" maxlength="16"  placeholder="请输入申请人"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="单据余额" prop="bddgrp.cbs.opn1.cur">
            <c-input  v-model="model.bddgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入单据余额"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="bddgrp.cbs.opn1.amt">
            <c-input  v-model="model.bddgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Name of Party" prop="bddgrp.apl.pts.nam">
            <c-input  v-model="model.bddgrp.apl.pts.nam" maxlength="40"  placeholder="请输入Name of Party"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="到单日期" prop="bddgrp.rec.rcvdat">
            <c-date-picker type="date"  v-model="model.bddgrp.rec.rcvdat" style="width:100%"  placeholder="请选择到单日期"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Start Date" prop="bddgrp.rec.stadat">
            <c-date-picker type="date"  v-model="model.bddgrp.rec.stadat" style="width:100%"  placeholder="请选择Start Date"></c-date-picker>
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="受益人" prop="bddgrp.ben.pts.ref">
            <c-input  v-model="model.bddgrp.ben.pts.ref" maxlength="16"  placeholder="请输入受益人"></c-input>
        </el-form-item>
       </c-col>
                                   
	<c-col :span="12">
	    <span  v-text="model.bdtp.matp.mattxtlab"   data-path=".bdtp.matp.mattxtlab" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Maturity Date" prop="bddgrp.rec.matdat">
            <c-date-picker type="date"  v-model="model.bddgrp.rec.matdat" style="width:100%"  placeholder="请选择Maturity Date"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="单据到期日" prop="bddgrp.rec.tenmaxday">
            <c-input  v-model="model.bddgrp.rec.tenmaxday"  placeholder="请输入单据到期日"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="远期期限" prop="bddgrp.ben.pts.nam">
            <c-input  v-model="model.bddgrp.ben.pts.nam" maxlength="40"  placeholder="请输入远期期限"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="单据类型" prop="bddgrp.rec.docflg">
            <c-select v-model="model.bddgrp.rec.docflg" style="width:100%" placeholder="请选择单据类型">
              </c-select>
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="交单行" prop="bddgrp.prb.pts.ref">
            <c-input  v-model="model.bddgrp.prb.pts.ref" maxlength="16"  placeholder="请输入交单行"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="单据状态" prop="bddgrp.rec.docsta">
            <c-select v-model="model.bddgrp.rec.docsta" style="width:100%" placeholder="请选择单据状态">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Name of Party" prop="bddgrp.prb.pts.nam">
            <c-input  v-model="model.bddgrp.prb.pts.nam" maxlength="40"  placeholder="请输入Name of Party"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="说明" prop="strinf">
            <c-input type="textarea" v-model="model.strinf" maxlength="50" show-word-limit placeholder="请输入说明" ></c-input>
        </el-form-item>
        </c-col> -->
        </c-row>
    </c-content>
</template>
<script>
import Api from "~/service/Api"
import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Bdteus/Event"
import Ptap from "~/views/Public/Ptap"

export default {
    components: { 
        "c-ptap": Ptap ,
    },
    inject: ['root'],
    props:["model","codes"],
    mixins: [CommonProcess],
    data(){
        return {

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

    }
}
</script>
<style>

</style>