Commit 7b14e802 by xionglin

brtlat暂存

parent e0d65bc3
......@@ -22,11 +22,8 @@ export default {
...limitbody,
...doctre,
async init () {
const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName))
}
localStorage.removeItem('row_'+ this.trnName)
const res = await Api.post('/service/brtlat/init', {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
lidInr:'00000036',
......
......@@ -3,15 +3,13 @@ import Pub from '~/components/business/commonModel/index.js';
export default class Brtlat{
constructor () {
this.data = {
// gidgrp:{
// rec:{
// branchinr
// }
// },
// gitp:{
// },
brtapll1blk:"", // XMLPanel brtapll1的内置block .brtapll1blk
gidgrp:{
rec:{
branchinr:""
}
},
gitp:{},
brdgrp:{
shp:{
pts:new Pts().data,
......@@ -86,6 +84,7 @@ export default class Brtlat{
rec:{
ownref:"", // 信用证编号 .lidgrp.rec.ownref
expdat:"", // Date of Expiry .lidgrp.rec.expdat
branchinr:''
},
cbs:{
opn1:{
......
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