Commit 2ad60faf by liaoxing

betacc 初始化、界面

parent b0c0ba3a
...@@ -49,6 +49,7 @@ export default { ...@@ -49,6 +49,7 @@ export default {
cnfsta: model.bedgrp.rec.cnfsta, cnfsta: model.bedgrp.rec.cnfsta,
snadat: model.snadat, snadat: model.snadat,
docamt: model.setmod.docamt, docamt: model.setmod.docamt,
doctypcod: model.bedgrp.rec.doctypcod,
}, },
cbsMap: { cbsMap: {
MAX: model.bedgrp.cbs.max, MAX: model.bedgrp.cbs.max,
......
...@@ -19,7 +19,7 @@ export default class Betacc { ...@@ -19,7 +19,7 @@ export default class Betacc {
cbs: { cbs: {
opn1: { opn1: {
cur: '', cur: '',
amt: '' amt: '0'
} }
}, },
rmb: { rmb: {
...@@ -44,14 +44,14 @@ export default class Betacc { ...@@ -44,14 +44,14 @@ export default class Betacc {
cbs: { cbs: {
opn1: { opn1: {
cur: '', cur: '',
amt: '' amt: '0'
}, },
opn2: { opn2: {
amt: '' amt: '0'
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '0'
} }
}, },
iss: { iss: {
...@@ -65,8 +65,8 @@ export default class Betacc { ...@@ -65,8 +65,8 @@ export default class Betacc {
} }
}, },
aamset: { aamset: {
utlamt: '', utlamt: '0',
utlamt2: '' utlamt2: '0'
}, },
mtabut: { mtabut: {
coninf: { coninf: {
...@@ -144,22 +144,22 @@ export default class Betacc { ...@@ -144,22 +144,22 @@ export default class Betacc {
cbs: { cbs: {
opn1: { opn1: {
cur: '', cur: '',
amt: '' amt: '0'
}, },
opn2: { opn2: {
cur: '' cur: ''
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '0'
} }
} }
}, },
trnmod: {
swiadd: { swiadd: {
strinf: '' strinf: ''
}
}, },
setmod: new Pub().data.Setmod, setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut, mtabut: new Pub().data.Mtabut,
trnmod: new Pub().data.Trnmod, trnmod: new Pub().data.Trnmod,
......
...@@ -190,100 +190,17 @@ ...@@ -190,100 +190,17 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<!-- right -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="24">
<c-col :span="12">
<el-form-item label="信用证余额" prop="ledgrp.cbs.opn1.cur">
<c-input
v-model="model.ledgrp.cbs.opn1.cur"
maxlength="3"
placeholder="请输入信用证余额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt">
<c-input-currency-min
v-model="model.ledgrp.cbs.opn1.amt"
placeholder="请输入金额"
disabled
></c-input-currency-min>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="单据简略信息" prop="bedgrp.rec.nam">
<c-input
v-model="model.bedgrp.rec.nam"
maxlength="40"
placeholder="请输入简略信息"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '交单人',
grp: 'bedgrp',
rol: 'prb',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '开证行',
grp: 'bedgrp',
rol: 'iss',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '申请人',
grp: 'bedgrp',
rol: 'apl',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item style="margin-left: 0px">
<el-divider />
</el-form-item>
</c-col> -->
<!-- next part -->
<!-- left -->
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="到期日修订说明" label="到期日修订说明"
prop="trnmod.swiadd.strinf" prop="swiadd.strinf"
> >
<c-input <c-input
type="textarea" type="textarea"
v-model="model.trnmod.swiadd.strinf" v-model="model.swiadd.strinf"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入说明" placeholder="请输入说明"
...@@ -371,6 +288,88 @@ ...@@ -371,6 +288,88 @@
<!-- right --> <!-- right -->
<c-col :span="12" style="padding-left: 20px;"> <c-col :span="12" style="padding-left: 20px;">
<c-col :span="24">
<c-col :span="12">
<el-form-item label="信用证余额" prop="ledgrp.cbs.opn1.cur">
<c-input
v-model="model.ledgrp.cbs.opn1.cur"
maxlength="3"
placeholder="请输入信用证余额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt">
<c-input-currency-min
v-model="model.ledgrp.cbs.opn1.amt"
placeholder="请输入金额"
disabled
></c-input-currency-min>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="单据简略信息" prop="bedgrp.rec.nam">
<c-input
v-model="model.bedgrp.rec.nam"
maxlength="40"
placeholder="请输入简略信息"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '交单人',
grp: 'bedgrp',
rol: 'prb',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '开证行',
grp: 'bedgrp',
rol: 'iss',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '申请人',
grp: 'bedgrp',
rol: 'apl',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item style="margin-left: 0px">
<el-divider />
</el-form-item>
</c-col> -->
<!-- right -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="18"> <c-col :span="18">
......
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