Commit d18d585c by xionglin

litdla

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