Commit 1120e0a9 by WH

brtdcr,infbrd,litdav前端代码缺陷修复

parent b40c4ca3
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
let params = { let params = {
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
ptytyp: ptytyp, ptytyp: ptytyp,
extkey: this.model.gidgrp[type.toLowerCase()].pts.extkey, extkey: this.model.brdgrp[type.toLowerCase()].pts.extkey,
}; };
let res = await Api.post('/service/ptspta/list', params); let res = await Api.post('/service/ptspta/list', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
......
...@@ -14,7 +14,7 @@ export default class Infbrd { ...@@ -14,7 +14,7 @@ export default class Infbrd {
chksubcon: '', chksubcon: '',
opndatfrom: new Date(), opndatfrom: new Date(),
opndatto: new Date(), opndatto: new Date(),
seaownref: '', ownref: '',
seashgref: '', seashgref: '',
seaamtfr: '', seaamtfr: '',
seasta: '', seasta: '',
......
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="单据编号" label="单据编号"
prop="infcon.seaownref" prop="infcon.ownref"
style="width: 100%" style="width: 100%"
> >
<c-input <c-input
v-model="model.infcon.seaownref" v-model="model.infcon.ownref"
maxlength="16" maxlength="16"
placeholder="请输入单据编号" placeholder="请输入单据编号"
></c-input> ></c-input>
...@@ -419,7 +419,7 @@ export default { ...@@ -419,7 +419,7 @@ export default {
prop: "inr", prop: "inr",
}, },
{ {
label: "保函编号", label: "单据编号",
prop: "ownref", prop: "ownref",
}, },
{ {
......
...@@ -71,6 +71,7 @@ export default class Litdav { ...@@ -71,6 +71,7 @@ export default class Litdav {
pts: new Pts().data, pts: new Pts().data,
}, },
rec: { rec: {
inr:'',
cur:'', cur:'',
totcur: '', totcur: '',
advtyp: '', advtyp: '',
...@@ -84,13 +85,15 @@ export default class Litdav { ...@@ -84,13 +85,15 @@ export default class Litdav {
}, },
cbs: { cbs: {
opn2: { opn2: {
cur: '' cur: '',
amt:''
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: ''
}, },
max2: { max2: {
cur:'',
amt: '' amt: ''
} }
}, },
...@@ -114,6 +117,7 @@ export default class Litdav { ...@@ -114,6 +117,7 @@ export default class Litdav {
}, },
lidgrp: { lidgrp: {
rec: { rec: {
inr:'',
branchinr:'00000047', branchinr:'00000047',
revflg: '', revflg: '',
expdat: '', expdat: '',
......
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