Commit 2526a646 authored by kangzhenfei's avatar kangzhenfei

工单列表--抽屉

parent 54336918
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
} }
.ivu-drawer-body { .ivu-drawer-body {
padding: 0; padding: 0;
height: calc(100% - 210px); height: calc(100% - 115px);
.order_list{ .order_list{
.select_t { .select_t {
padding: 15px 20px; padding: 15px 20px;
......
...@@ -429,6 +429,7 @@ export default { ...@@ -429,6 +429,7 @@ export default {
this.$Message.success("提交中..."); this.$Message.success("提交中...");
let parmes={ let parmes={
dispatchId: this.$route.query.id, dispatchId: this.$route.query.id,
orderId: this.$route.query.orderId,
list: [ list: [
{ {
"productStatus": 0, "productStatus": 0,
...@@ -440,7 +441,7 @@ export default { ...@@ -440,7 +441,7 @@ export default {
} }
] ]
}; };
let orderId = this.$route.query.orderId;
let executeId = this.$route.query.executeId; let executeId = this.$route.query.executeId;
console.log() console.log()
// Api.submitData().then(res=>{ // Api.submitData().then(res=>{
......
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