Commit 0989f06d by 李少勇

修改数据源model

parent 944e6f03
...@@ -17,7 +17,7 @@ export default class Gitopn { ...@@ -17,7 +17,7 @@ export default class Gitopn {
prepermodflg: '', // Modify Document and Presentation Instructions .gitp.prepermodflg prepermodflg: '', // Modify Document and Presentation Instructions .gitp.prepermodflg
chkpreper: '', // Allow * .gitp.chkpreper chkpreper: '', // Allow * .gitp.chkpreper
covgodsrvmodflg: '', // Modify Object of Contract .gitp.covgodsrvmodflg covgodsrvmodflg: '', // Modify Object of Contract .gitp.covgodsrvmodflg
indirectswiadd: '', // InDirect Swift Add .gitp.indirectswiadd indirectswiadd: {}, // InDirect Swift Add .gitp.indirectswiadd
gidtxtmodflg: '', // Modify Guarantee Text .gitp.gidtxtmodflg gidtxtmodflg: '', // Modify Guarantee Text .gitp.gidtxtmodflg
chkgidtxt: '', // Allow * .gitp.chkgidtxt chkgidtxt: '', // Allow * .gitp.chkgidtxt
prepercmodflg: '', // Modify Document and Presentation Instructions .gitp.prepercmodflg prepercmodflg: '', // Modify Document and Presentation Instructions .gitp.prepercmodflg
...@@ -40,6 +40,12 @@ export default class Gitopn { ...@@ -40,6 +40,12 @@ export default class Gitopn {
usr: { usr: {
extkey: '', // Responsible User .gitp.usr.extkey extkey: '', // Responsible User .gitp.usr.extkey
}, },
chargi: {
chkast: ''
},
covgodc: {
chkast: ''
}
}, },
gidgrp: { gidgrp: {
rec: { rec: {
...@@ -140,7 +146,6 @@ export default class Gitopn { ...@@ -140,7 +146,6 @@ export default class Gitopn {
cur: '', // Open Amount .gidgrp.cbs.opn1.cur cur: '', // Open Amount .gidgrp.cbs.opn1.cur
amt: '', // Balance .gidgrp.cbs.opn1.amt amt: '', // Balance .gidgrp.cbs.opn1.amt
}, },
}, },
blk: { blk: {
apprul: '', // Applicable Rules .gidgrp.blk.apprul apprul: '', // Applicable Rules .gidgrp.blk.apprul
...@@ -162,7 +167,7 @@ export default class Gitopn { ...@@ -162,7 +167,7 @@ export default class Gitopn {
preperc: '', // Presentation Instr. .gidgrp.blk.preperc preperc: '', // Presentation Instr. .gidgrp.blk.preperc
orcplcc: '', // Original Contract Place - Local Undertaking Seq. C .gidgrp.blk.orcplcc orcplcc: '', // Original Contract Place - Local Undertaking Seq. C .gidgrp.blk.orcplcc
addinfc: '', // Additional Info - Local Undertaking Seq. C .gidgrp.blk.addinfc addinfc: '', // Additional Info - Local Undertaking Seq. C .gidgrp.blk.addinfc
gtxgidtxtc: '', // Guarantee Text with Variables - Counter Undertaking .gidgrp.blk.gtxgidtxtc gtxgidtxtc: {}, // Guarantee Text with Variables - Counter Undertaking .gidgrp.blk.gtxgidtxtc
addamtcovc: '', // Covered .gidgrp.blk.addamtcovc addamtcovc: '', // Covered .gidgrp.blk.addamtcovc
covgodsrvc: '', // Object of Contract - Local Undertaking Seq. C .gidgrp.blk.covgodsrvc covgodsrvc: '', // Object of Contract - Local Undertaking Seq. C .gidgrp.blk.covgodsrvc
atxcovgodsrvc: '', // Underly. Transact. Det. .gidgrp.blk.atxcovgodsrvc atxcovgodsrvc: '', // Underly. Transact. Det. .gidgrp.blk.atxcovgodsrvc
...@@ -183,6 +188,9 @@ export default class Gitopn { ...@@ -183,6 +188,9 @@ export default class Gitopn {
ctc: { ctc: {
pts: new Pts().data, pts: new Pts().data,
}, },
bec: {
pts: new Pts().data,
},
ben: { ben: {
pts: new Pts().data, pts: new Pts().data,
}, },
......
...@@ -46,21 +46,13 @@ ...@@ -46,21 +46,13 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="保函类型 " prop="gidgrp.rec.gartypc"> <el-form-item label="保函类型" prop="gidgrp.rec.gartypc">
<c-select <c-select
v-model="model.gidgrp.rec.gartypc" v-model="model.gidgrp.rec.gartypc"
style="width: 100%" style="width: 100%"
placeholder="请选择保函类型 " placeholder="请选择保函类型 "
:code="getValues('gidgrp.rec.gartypc','gartypc')" :code="codes.gartypc"
> >
<!-- -->
<!-- <el-option
v-for="item in codes.gartypc"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option> -->
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -243,7 +235,6 @@ ...@@ -243,7 +235,6 @@
size="small" size="small"
type="primary" type="primary"
style="margin: 5px 0 0 10px;width:100px;float:left" style="margin: 5px 0 0 10px;width:100px;float:left"
@click="onGitpButdifexptxt"
> >
查看系统文本 查看系统文本
</c-button> </c-button>
...@@ -252,7 +243,6 @@ ...@@ -252,7 +243,6 @@
size="small" size="small"
type="primary" type="primary"
style="margin: 5px 0 0 10px;width:100px;float:left" style="margin: 5px 0 0 10px;width:100px;float:left"
@click="onGitpButdifhisexptxt"
> >
查看历史文本 查看历史文本
</c-button> </c-button>
......
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