Commit 2526a646 authored by kangzhenfei's avatar kangzhenfei

工单列表--抽屉

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