|
@@ -429,14 +429,14 @@ export default {
|
|
{
|
|
{
|
|
id: _.oldOrderInfo.id,
|
|
id: _.oldOrderInfo.id,
|
|
status: 2,
|
|
status: 2,
|
|
- // flag: 1,
|
|
|
|
|
|
+ flag: 1,
|
|
status_time: ycTime(self.bookingTime),
|
|
status_time: ycTime(self.bookingTime),
|
|
tech: self.tech,
|
|
tech: self.tech,
|
|
tech_mobile: self.techMobile,
|
|
tech_mobile: self.techMobile,
|
|
},
|
|
},
|
|
res => {
|
|
res => {
|
|
if (res.data.success) {
|
|
if (res.data.success) {
|
|
- // self.btnServer();
|
|
|
|
|
|
+ self.btnServer();
|
|
weui.alert('提交成功', function() {
|
|
weui.alert('提交成功', function() {
|
|
self.$router.push({ path: '/managementList' });
|
|
self.$router.push({ path: '/managementList' });
|
|
});
|
|
});
|
|
@@ -508,7 +508,7 @@ export default {
|
|
tech_mobile: self.techMobile,
|
|
tech_mobile: self.techMobile,
|
|
},
|
|
},
|
|
res => {
|
|
res => {
|
|
- // self.btnServer();
|
|
|
|
|
|
+ self.btnServer();
|
|
statusF(res.data.success);
|
|
statusF(res.data.success);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
@@ -527,13 +527,13 @@ export default {
|
|
id: _.oldOrderInfo.id,
|
|
id: _.oldOrderInfo.id,
|
|
contract: 1,
|
|
contract: 1,
|
|
status: 2,
|
|
status: 2,
|
|
- // flag: 1,
|
|
|
|
|
|
+ flag: 1,
|
|
status_time: self.bookingTime,
|
|
status_time: self.bookingTime,
|
|
tech: self.tech,
|
|
tech: self.tech,
|
|
tech_mobile: self.techMobile,
|
|
tech_mobile: self.techMobile,
|
|
},
|
|
},
|
|
res => {
|
|
res => {
|
|
- // self.btnServer();
|
|
|
|
|
|
+ self.btnServer();
|
|
statusF(res.data.success);
|
|
statusF(res.data.success);
|
|
return;
|
|
return;
|
|
}
|
|
}
|