Commit f36b1c3b authored by zhengke's avatar zhengke

1

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