Commit a02103c6 by 刘泽奇

123

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