Commit 3ed7b727 by WF1020

litdck修改

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