Commit 5249e6ab by 吕海涛

添加运维管理

parent 1d313274
...@@ -83,7 +83,13 @@ ...@@ -83,7 +83,13 @@
<el-card class="box-card"> <el-card class="box-card">
<div class="clearfix"> <div class="clearfix">
<span class="title">订单详情</span> <span class="title">订单详情</span>
<span v-html="renderfun(dataSource)"></span> <div>
<el-button type="danger" size="mini">取消订单</el-button>
<el-button type="primary" size="mini">同步司机信息</el-button>
<el-button type="warning" size="mini">强制完单</el-button>
<el-button type="warning" size="mini">更改支付状态</el-button>
<!-- <span v-html="renderfun(dataSource)"></span> -->
</div>
</div> </div>
<div> <div>
<ul class="table-info"> <ul class="table-info">
...@@ -537,8 +543,8 @@ export default { ...@@ -537,8 +543,8 @@ export default {
json.platformId = item.value; json.platformId = item.value;
} }
}); });
this.getOrderInfo(json) this.getOrderInfo(json);
this.seeLeftLog(json) this.seeLeftLog(json);
}, },
chooseSOrF(s) { chooseSOrF(s) {
...@@ -572,7 +578,7 @@ export default { ...@@ -572,7 +578,7 @@ export default {
getThisorderInfo([obj.orderId], obj.brandUrl, obj.platformId).then( getThisorderInfo([obj.orderId], obj.brandUrl, obj.platformId).then(
(res) => { (res) => {
if (res.status == 200) { if (res.status == 200) {
this.inputStatus=true; this.inputStatus = true;
let datas = res.data.content[0]; let datas = res.data.content[0];
try { try {
if (datas.productInfo) { if (datas.productInfo) {
...@@ -633,7 +639,7 @@ export default { ...@@ -633,7 +639,7 @@ export default {
this.getOrderLog(obj); this.getOrderLog(obj);
}, },
getOrderLog(obj) { getOrderLog(obj) {
console.log(obj); console.log(obj);
let json = { let json = {
loadings: false, loadings: false,
businessId: obj.orderId, businessId: obj.orderId,
...@@ -722,7 +728,6 @@ console.log(obj); ...@@ -722,7 +728,6 @@ console.log(obj);
}, },
seeLeftLog(json) { seeLeftLog(json) {
try { try {
OrderDetailsSelect( OrderDetailsSelect(
{ {
orderId: json.orderId, orderId: json.orderId,
......
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