Commit 53c75ed2 by WH

BRTCSG前端修改

parent a3c36cef
...@@ -28,11 +28,9 @@ export default { ...@@ -28,11 +28,9 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
// brdinr: this.$route.query.inr,
//brdinr: '00000030',
brdgrp:{ brdgrp:{
rec:{ rec:{
inr: this.$route.query.inr inr: '00000030'
} }
}, },
}); });
......
...@@ -84,6 +84,7 @@ export default class Brtcsg { ...@@ -84,6 +84,7 @@ export default class Brtcsg {
brdgrp: { brdgrp: {
rec: { rec: {
inr:'',
shgref: '', shgref: '',
ownref: '', ownref: '',
nam: '' nam: ''
...@@ -138,6 +139,7 @@ export default class Brtcsg { ...@@ -138,6 +139,7 @@ export default class Brtcsg {
lidgrp: { lidgrp: {
rec: { rec: {
inr:'',
expdat: '', expdat: '',
ownref: '', ownref: '',
branchinr: "00000047", branchinr: "00000047",
......
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