Commit 52ca08e6 authored by 黄奎's avatar 黄奎

页面修改

parent 322215c8
...@@ -410,7 +410,6 @@ export default { ...@@ -410,7 +410,6 @@ export default {
this.$router.push({ this.$router.push({
name: path name: path
}); });
// this.$router.go(-1)
}, 1000); }, 1000);
} else { } else {
this.$message.error(res.data.message); this.$message.error(res.data.message);
...@@ -438,7 +437,7 @@ export default { ...@@ -438,7 +437,7 @@ export default {
}, },
getOrderDetail: function() { getOrderDetail: function() {
// 获取订单详情 // 获取订单详情
let OrderResource = this.msg.InvoiceApplyType ? 10 : 8 let OrderResource = this.msg.InvoiceApplyType==1 ? 8 : 10
this.apipost( this.apipost(
"InvoiceApply_get_GetOrderFinanceList", "InvoiceApply_get_GetOrderFinanceList",
{ OrderId: this.msg.OrderId, OrderResource: OrderResource, IsTravelMoney: 1 }, { OrderId: this.msg.OrderId, OrderResource: OrderResource, IsTravelMoney: 1 },
......
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