Commit a02103c6 by 刘泽奇

123

parent c62eb84a
......@@ -16,7 +16,7 @@
shareholder: [],
employees: [],
logistics: [],
attachFiles:[],
attachFiles: [],
}
},
mounted: function() {
......@@ -36,8 +36,8 @@
methods: {
getFlow(){
let obj = this.$root.copyParams({
"channelUserId": "15010929366",
"orderNo": "203915601880842"
"channelUserId": this.$root.channelUserId || "15010929366",
"orderNo": this.$route.query.channelOrderNo || "203915601880842"
}, "getOrderDeliveryInfo", "/action/tmOrder/springBoard", 'yes', 'yes');
/*
obj.actionBody.channelUserId = '15010929366';
......
......@@ -502,15 +502,7 @@
</el-tooltip>
</template>
</el-table-column>
<el-table-column prop="itemName" label="公司类型">
<template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.tmName"
:disabled="scope.row.tmName ? false : true">
<p solt="content">{{scope.row.tmName ? scope.row.tmName : \'---\'}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column prop="quantity" label="件数">
<template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.quantity"
......
......@@ -606,7 +606,7 @@
this.$router.push({
path: `/${this.$root.channelName}/companydetail`,
query: {
deliveryOrderNo: row.deliveryOrderNo,
channelOrderNo: row.channelOrderNo,
channelUserId: this.$route.query.channelUserId,
deliveryStatus: this.deliveryStatus,
totalSum: row.totalSum,
......
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