Commit bad6937c by panziyi

brtdck修改

parent 816a487e
...@@ -28,15 +28,8 @@ export default { ...@@ -28,15 +28,8 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
lidgrp:{ trnmod:{
rec:{ trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
inr:"00000026",
}
},
brdgrp:{
rec:{
inr:"00000059",
}
} }
}); });
if (!res.data) { if (!res.data) {
......
...@@ -74,7 +74,9 @@ export default class Brtame { ...@@ -74,7 +74,9 @@ export default class Brtame {
avbby: '', avbby: '',
nam: '', nam: '',
opndat: '', opndat: '',
redclsflg: '' redclsflg: '',
branchinr:''
}, },
cbs: { cbs: {
opn1: { opn1: {
......
...@@ -29,18 +29,8 @@ export default { ...@@ -29,18 +29,8 @@ export default {
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
// lidinr: this.$route.query.inr // lidinr: this.$route.query.inr
brdgrp:{ trnmod:{
rec:{ trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
inr:"00000049",
},
},
lidgrp:{
rec:{
inr:"00000072",
}
},
liaccv:{
concur:"CNY"
} }
}); });
if (!res.data) { if (!res.data) {
......
...@@ -149,10 +149,10 @@ export default { ...@@ -149,10 +149,10 @@ export default {
}, },
transName: trnName.toUpperCase(), transName: trnName.toUpperCase(),
}; };
let res = await Api.post('/service/litopn/initHndtyp', params); // let res = await Api.post('/service/litopn/initHndtyp', params);
if (res.respCode == SUCCESS) { // if (res.respCode == SUCCESS) {
this.$set(this.codes, 'voHndtyp', res.data); // this.$set(this.codes, 'voHndtyp', res.data);
} // }
}, },
// 是否SWIFT格式修改--联动保函开立类型 // 是否SWIFT格式修改--联动保函开立类型
handleChangeSwiftflg() { handleChangeSwiftflg() {
......
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