lijiangwei 4 жил өмнө
parent
commit
671ece6ef9

+ 3 - 3
uis/views/order/detail.html

@@ -51,7 +51,7 @@
               <td style="background: #f8f8f8; width: 70px">单号:</td>
               <td>{{ d.no || "" }}</td>
               <td style="background: #f8f8f8; width: 70px">下单时间:</td>
-              <td>{{ d.order_time || "" }}</td>
+              <td>{{ d.create_time || "" }}</td>
             </tr>
             <tr>
               <td style="background: #f8f8f8; width: 70px">客户名称:</td>
@@ -63,11 +63,11 @@
               <td style="background: #f8f8f8; width: 70px">客户地址:</td>
               <td>{{ d.address || "" }}</td>
               <td style="background: #f8f8f8; width: 70px">当前进度:</td>
-              <td>{{ d.current_process || "" }}</td>
+              <td>{{ d.stage_progress_text || "" }}</td>
             </tr>
             <tr>
               <td style="background: #f8f8f8; width: 70px">服务人员:</td>
-              <td>{{ d.current_user || "" }}</td>
+              <td>{{ d.service_user_text || "" }}</td>
               <td style="background: #f8f8f8; width: 70px">备注:</td>
               <td>{{ d.notes || "" }}</td>
             </tr>