Commit d18d585c by xionglin

litdla

parent ca029757
...@@ -29,7 +29,7 @@ export default { ...@@ -29,7 +29,7 @@ export default {
brdgrp:{ brdgrp:{
rec:{ rec:{
// inr:this.$route.query.inr // inr:this.$route.query.inr
inr:'00000028' inr:'00000032'
} }
} }
}); });
......
...@@ -18,6 +18,7 @@ export default class Brtlat{ ...@@ -18,6 +18,7 @@ export default class Brtlat{
dbfadrblkcn:"", // Chinese address .brdgrp.shp.dbfadrblkcn dbfadrblkcn:"", // Chinese address .brdgrp.shp.dbfadrblkcn
}, },
rec:{ rec:{
inr:"",
ownref:"", // 单据参考号 .brdgrp.rec.ownref ownref:"", // 单据参考号 .brdgrp.rec.ownref
nam:"", // Name of Bill Contract .brdgrp.rec.nam nam:"", // Name of Bill Contract .brdgrp.rec.nam
rcvdat:"", // 到单日期 .brdgrp.rec.rcvdat rcvdat:"", // 到单日期 .brdgrp.rec.rcvdat
......
...@@ -383,6 +383,10 @@ export default { ...@@ -383,6 +383,10 @@ export default {
{ {
label:'到单', label:'到单',
route:'/business-new/litdck' route:'/business-new/litdck'
},
{
label:'减额修改接收',
route:'/business-new/litdla'
} }
], ],
currentHandleRow: {} currentHandleRow: {}
......
...@@ -28,6 +28,11 @@ export default { ...@@ -28,6 +28,11 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
lidgrp:{
rec:{
inr:this.$route.query.inr
}
}
}); });
if (!res.data) { if (!res.data) {
return return
......
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