Commit 1120e0a9 by WH

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

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