Commit 3ed7b727 by WF1020

litdck修改

parent bb04af84
......@@ -28,19 +28,7 @@ export default {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
lidgrp:{
rec:{
inr:"00000026",
},
},
brdgrp:{
rec:{
inr:"00000049",
},
},
liaccv:{
concur:"CNY"
}
lidinr: this.$route.query.inr
});
if (!res.data) {
return
......
......@@ -28,11 +28,7 @@ export default {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
brdgrp:{
rec:{
inr: "00000030",
},
}
lidinr: this.$route.query.inr
});
if (!res.data) {
return
......
......@@ -379,6 +379,10 @@ export default {
{
label:'保证金收取',
route:'/business-new/lctopn'
},
{
label:'到单',
route:'/business-new/litdck'
}
],
currentHandleRow: {}
......
......@@ -28,12 +28,8 @@ export default {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
// lidinr: this.$route.query.inr
lidgrp:{
rec:{
inr:'00000122',
}
}
lidinr: this.$route.query.inr
});
if (!res.data) {
return
......@@ -174,3 +170,5 @@ export default {
},
},
};
......@@ -83,9 +83,7 @@
<!--PD000546 -->
<el-tab-pane label="附件信息" name="doctre">
<c-content>
<m-doctre :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
</c-tabs>
......@@ -116,7 +114,7 @@ import Docpre from "./Docpre";
import Srmp from "./Srmp";
import Engp from "~/components/business/engp/views";
import Coninfp from "~/components/business/coninfp/views";
import Doctre from "~/components/business/doctre/views";
import Doctre from "~/views/Public/Doctre";
import Limitbody from "~/views/Public/Limitbody"
import Setmod from "~/components/business/setmod/views";
import Glentry from "~/components/business/glentry/views";
......
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