|
@@ -110,7 +110,7 @@
|
|
|
placement="top"
|
|
placement="top"
|
|
|
width="160"
|
|
width="160"
|
|
|
v-model="confirmSendVisit">
|
|
v-model="confirmSendVisit">
|
|
|
- <p>确认送达?</p>
|
|
|
|
|
|
|
+ <p>确认已送达?</p>
|
|
|
<div style="text-align: right; margin: 0">
|
|
<div style="text-align: right; margin: 0">
|
|
|
<el-button size="mini" type="text" @click="confirmSendVisit = false">取消</el-button>
|
|
<el-button size="mini" type="text" @click="confirmSendVisit = false">取消</el-button>
|
|
|
<el-button type="primary" size="mini" @click="orderReachFn">确定</el-button>
|
|
<el-button type="primary" size="mini" @click="orderReachFn">确定</el-button>
|
|
@@ -669,7 +669,8 @@ export default {
|
|
|
this.$service.single.orderReach({ id: this.orderData.id, option: 1 }).then(res => {
|
|
this.$service.single.orderReach({ id: this.orderData.id, option: 1 }).then(res => {
|
|
|
this.$message.success('已确认!');
|
|
this.$message.success('已确认!');
|
|
|
this.getDet();
|
|
this.getDet();
|
|
|
- confirmSendVisit=false;
|
|
|
|
|
|
|
+ this.confirmSendVisit=false;
|
|
|
|
|
+ this.orderData.status=5;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
// 订单分类
|
|
// 订单分类
|