Commit 93efed93 by WF1020

litopn,letopn修改

parent e3936a8a
......@@ -63,6 +63,13 @@ export default {
}
let name = tab.name;
switch (name) {
case 'setmod':
let setfegRequest = buildFn.buildSetfeg(this.model, this.trnName);
// 此处利用回调是为了等setfeg的接口调用完成后才去获取setglg参数,由于setglg参数依赖于setfeg函数的返回值
this.processSetpan(setfegRequest, () => {
return buildFn.buildSetglg(this.model, this.trnName);
});
break;
case 'ccvpan':
let ccvpanRequest = buildFn.buildCcvpan(this.model, this.trnName);
this.processLiaccv(ccvpanRequest);
......@@ -71,13 +78,13 @@ export default {
let engpRequest = buildFn.buildEngp(this.model, this.trnName);
this.processLiaall(engpRequest);
break;
case 'setpan':
let setfegRequest = buildFn.buildSetfeg(this.model, this.trnName);
// 此处利用回调是为了等setfeg的接口调用完成后才去获取setglg参数,由于setglg参数依赖于setfeg函数的返回值
this.processSetpan(setfegRequest, () => {
return buildFn.buildSetglg(this.model, this.trnName);
});
break;
// case 'setpan':
// let setfegRequest = buildFn.buildSetfeg(this.model, this.trnName);
// // 此处利用回调是为了等setfeg的接口调用完成后才去获取setglg参数,由于setglg参数依赖于setfeg函数的返回值
// this.processSetpan(setfegRequest, () => {
// return buildFn.buildSetglg(this.model, this.trnName);
// });
// break;
case 'docpan':
let docpanRequest = buildFn.buildDocpan(this.model, this.trnName);
this.processTrndoc(docpanRequest);
......
......@@ -85,7 +85,7 @@ export default class Litopn {
},
blk: {
insbnk: '',
feetxt: '',
feetxt: 'ALL BANKING CHARGES OUTSIDE THE ISSUING BANK ARE FOR BENEFICIARYS ACCOUNT',
mixdet: '',
shpper: '',
adlcnd: '',
......@@ -117,7 +117,7 @@ export default class Litopn {
nam: '',
prepertxts18: '',
redclsflg: '',
nomspc: '',
nomspc: 'x',
shptrss18: '',
spcrcbflg: '',
shpfro: '',
......@@ -127,13 +127,13 @@ export default class Litopn {
avbby: '',
pordis: '',
shppar: '',
apprul: '',
prepers18: '',
guaflg: '',
apprul: 'UCP LATEST VERSION',
prepers18: '21',
guaflg: '0',
expdat: '',
shpto: '',
rptref: '',
cnfdet: '',
cnfdet: 'W',
regref: '',
porloa: '',
apprultxt: '',
......
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