Browse Source

维保状态

lizhen_gitee 6 months ago
parent
commit
dbe0e5afa9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      application/company/controller/Maintain.php

+ 3 - 3
application/company/controller/Maintain.php

@@ -138,12 +138,12 @@ class Maintain extends Apic
     private function fake_status_data($status){
         $data = [
             0  => '待报价',
-            2  => '已完成',
+            2  => '已取消',
 
             20 => '评估报价',
             22 => '评估报价',
 
-            30 => '报价审核',
+            30 => '用户待确认',
             40 => '待处理',
             50 => '待处理',
             60 => '待处理',
@@ -162,7 +162,7 @@ class Maintain extends Apic
     private function fake_status($status){
         $data = [
             0  => 0,
-            2  => 100,
+            2  => 2,
 
             20 => 20,
             22 => 20,