Commit 8a21db06 by liuxin

账务调整

parent a26fba21
......@@ -6308,6 +6308,14 @@ const CodeTable = {
],
payee: [
{ label: "OWN Ourselves", value: "OWN" },
{ label: "Applicant", value:"APPL"},
{ label: "Beneficiary", value:"BENE"},
{ label: "ISS issuing Bank", value: "ISS" }
],
ptydbt1: [
{ label: "Advising Bank", value: "ADV" },
{ label: "Applicant", value:"APPL"},
{ label: "Beneficiary", value:"BENE"},
{ label: "ISS issuing Bank", value: "ISS" }
],
acccur: [
......
<template>
<div class="eibs-tab">
<!-- ====================左边======================= -->
<c-col :span="11">
<c-col :span="24">
......@@ -29,7 +28,11 @@
@click="onSeainf"
>
<span
style="font-size: 15px; font-family: '宋体'; font-weight: bold"
style="
font-size: 15px;
font-family: '宋体';
font-weight: bold;
"
>i</span
>
</c-button>
......@@ -84,7 +87,7 @@
></c-input>
<template slot="footer">
<c-button
style="margin-left:10px;padding: 0 10px;"
style="margin-left: 10px; padding: 0 10px"
size="small"
icon="el-icon-search"
type="primary"
......@@ -130,7 +133,10 @@
style="text-align: left; width: 100%"
placeholder="请输入信用证金额"
@keyup.enter.native="
defaultFunction('dedgrp.cbs.nom1.amt', model.dedgrp.cbs.nom1.amt)
defaultFunction(
'dedgrp.cbs.nom1.amt',
model.dedgrp.cbs.nom1.amt
)
"
></c-input-currency>
</el-form-item>
......@@ -180,8 +186,15 @@
></c-input>
</c-form-item>
</c-col>
<c-col :span="1" style="text-align:center">
<label style="display:inline-block;width:calc(3% - 4px);text-align:center;">-</label>
<c-col :span="1" style="text-align: center">
<label
style="
display: inline-block;
width: calc(3% - 4px);
text-align: center;
"
>-</label
>
</c-col>
<c-col :span="10">
<c-input
......@@ -229,7 +242,11 @@
</c-col>
<c-col :span="11">
<el-form-item label="" label-width="5px" prop="dedgrp.cbs.max.amt">
<el-form-item
label=""
label-width="5px"
prop="dedgrp.cbs.max.amt"
>
<c-input
v-model="model.dedgrp.cbs.max.amt"
placeholder="请输入信用证最大金额"
......@@ -277,7 +294,7 @@
v-model="model.dedgrp.rec.opndat"
value-format="yyyy-MM-dd"
placeholder="请选择Date"
style="width:100%"
style="width: 100%"
></c-date-picker>
</c-form-item>
</c-col>
......@@ -306,7 +323,6 @@
value-format="yyyy-MM-dd"
style="width: 100%"
placeholder="请选择Date"
></c-date-picker>
</el-form-item>
<el-form-item
......@@ -344,7 +360,7 @@
v-model="model.dedgrp.rec.expdat"
value-format="yyyy-MM-dd"
placeholder="请选择Date"
style="width:100%"
style="width: 100%"
></c-date-picker>
</c-form-item>
</c-col>
......@@ -460,7 +476,7 @@
v-model="model.dedgrp.rec.tenmaxday"
maxlength="35"
placeholder="请输入天数"
:disabled = "model.dedgrp.rec.avbby == 'P'"
:disabled="model.dedgrp.rec.avbby == 'P'"
></c-input>
</el-form-item>
</c-col>
......@@ -476,7 +492,6 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ========================右边======================= -->
......@@ -509,6 +524,20 @@
</c-ptap>
</c-col>
<c-col :span="24">
<c-col :span="24">
<el-form-item
label="受益人账号"
prop="dedgrp.ben.pts.extact"
>
<c-input
v-model="model.dedgrp.ben.pts.extact"
maxlength="16"
placeholder="请输入受益人账号"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col :span="24">
<c-col :span="24">
......@@ -579,7 +608,10 @@
</c-col>
<c-col :span="24">
<el-form-item label="联行名称 电证用" prop="dedgrp.beb.pts.jigomc">
<el-form-item
label="联行名称 电证用"
prop="dedgrp.beb.pts.jigomc"
>
<c-input
type="textarea"
v-model="model.dedgrp.beb.pts.jigomc"
......@@ -696,7 +728,6 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<!--
......
......@@ -186,7 +186,7 @@
<el-form :model="dialog" label-width="200px">
<c-col :span="16" >
<el-form-item label="收款人">
<c-select v-model="dialog.payee" style="width: 100%">
<c-select v-model="dialog.ptypay" style="width: 100%">
<el-option
v-for="item in codes.payee"
:key="item.value"
......@@ -205,7 +205,7 @@
<el-form-item label="付款人">
<c-select v-model="dialog.ptydbt" style="width: 100%">
<el-option
v-for="item in codes.ptydbt"
v-for="item in codes.ptydbt1"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -216,7 +216,7 @@
</c-col>
<c-col :span="16">
<el-form-item label="付款人摘要">
<c-input v-model="dialog.txtdbp" style="width: 100%"/>
<c-input v-model="dialog.txtdbt" style="width: 100%"/>
</el-form-item>
</c-col>
<c-col :span="16">
......@@ -1089,8 +1089,9 @@ export default {
},
// 第二个表格
detail1(index, row) {
this.executeDefault("setfel/det").then(res=>{
this.executeDefault("setfel.det").then(res=>{
this.dialogVisible = true;
console.log(row)
this.dialog = row;
this.index = index;
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment