Commit 8b3fa6d5 authored by Administrator's avatar Administrator

更新工单

parent 32b3cffb
Pipeline #227 canceled with stages
...@@ -460,6 +460,7 @@ export default { ...@@ -460,6 +460,7 @@ export default {
}, },
// 工单详情 // 工单详情
orderDetail(id) { orderDetail(id) {
this.buttonStatus = true;
alarmOrderDetail(id).then(response => { alarmOrderDetail(id).then(response => {
const all_steps = [{ const all_steps = [{
schedule: 1, content: '', created_at: '', finish_status: 'finish', schedule: 1, content: '', created_at: '', finish_status: 'finish',
...@@ -487,6 +488,7 @@ export default { ...@@ -487,6 +488,7 @@ export default {
} }
} }
this.order_step = all_steps; this.order_step = all_steps;
console.log((this.order_content.isorderone === 4) && (this.order_content.state === 4));
if ((this.order_content.isorderone === 4) && (this.order_content.state === 4)) { if ((this.order_content.isorderone === 4) && (this.order_content.state === 4)) {
this.buttonStatus = false; this.buttonStatus = false;
} }
......
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