Commit 197a2fd9 by huxi

litrog

parent 3143553b
......@@ -414,6 +414,10 @@ export default {
label:'通知到单',
route:'/business-new/litdav'
},
{
label:'提货担保',
route:'/business-new/litrog'
},
],
currentHandleRow: {}
};
......
......@@ -24,7 +24,7 @@ export default {
const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName))
}
const res = await Api.post('/service/litame/init', {
const res = await Api.post('/service/litrog/init', {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
......
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