Commit f36b1c3b authored by zhengke's avatar zhengke

1

parent f5afc9ae
...@@ -82,21 +82,15 @@ ...@@ -82,21 +82,15 @@
}, },
//跳转订单 //跳转订单
goOrderDetail(OrderId){ goOrderDetail(OrderId){
this.$router.push({ this.OpenNewUrl('/sale/myOrder', {
path: "/sale/myOrder", OrderId: OrderId
query: { })
OrderId: OrderId
}
});
}, },
//跳转合同 //跳转合同
goContractView(ContractId){ goContractView(ContractId){
this.$router.push({ this.OpenNewUrl('/contractView', {
path: "/contractView", ContractId: ContractId
query: { })
ContractId: ContractId
}
});
} }
}, },
} }
......
...@@ -77,12 +77,9 @@ ...@@ -77,12 +77,9 @@
this.getStuOrderPage(); this.getStuOrderPage();
}, },
goOrderDetail(OrderId){ goOrderDetail(OrderId){
this.$router.push({ this.OpenNewUrl('/sale/myOrder', {
path: "/sale/myOrder", OrderId: OrderId
query: { })
OrderId: OrderId
}
});
} }
}, },
} }
......
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
border: 0; border: 0;
height: 28px!important; height: 28px!important;
} }
.studentDate .el-input{
height:28px!important;
}
.el-select-dropdown{ .el-select-dropdown{
z-index:8888!important; z-index:8888!important;
} }
......
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