洪海涛 7 年之前
父節點
當前提交
2eb9bf04f0

文件差異過大導致無法顯示
+ 0 - 0
www/webapp/housekeeping/asset/css/app.css


文件差異過大導致無法顯示
+ 0 - 0
www/webapp/housekeeping/asset/js/app.js


文件差異過大導致無法顯示
+ 0 - 0
www/webapp/housekeeping/asset/js/app.js.map


文件差異過大導致無法顯示
+ 0 - 0
www/webapp/housekeeping/asset/js/manifest.js.map


+ 3 - 2
www/webapp/housekeeping/src/components/management/edit.vue

@@ -318,8 +318,9 @@ export default {
       self.techMobile = self.order.tech_mobile;
     }
     // 转化时间格式
-    // this.order.yc_time = _.timetrans(this.order.yc_time); // 预产期
-    this.order.yc_time = this.order.yc_time.substring(0, 10); // 预产期
+    if(this.order.yc_time.length == 19){
+      this.order.yc_time = this.order.yc_time.substring(0, 10); // 预产期
+    }
     this.time.start = _.timetrans(this.order.server_start_time);
     this.time.start = this.time.start.substring(11, 16);
     this.time.end = _.timetrans(this.order.server_end_time);

+ 2 - 2
www/webapp/housekeeping/src/config/globalVariables.js

@@ -41,7 +41,7 @@ if (test) {
 // 判断是否为dev开发
 if (locationHref.indexOf('http://localhost:80') > -1) {
   // 张工
-  // userId = '59e41443fb48a7552f8b459e'; // 管理员\门店老师
+  userId = '59e41443fb48a7552f8b459e'; // 管理员\门店老师
   // userId = '5acb042a9f5160bc048b6b1b'; // master
   // userId = '5a603956fb48a70c768b4575'; // test
 
@@ -51,7 +51,7 @@ if (locationHref.indexOf('http://localhost:80') > -1) {
   // 刘星
   // userId = '5860c5ce9f5160ad048b650f'
   // 立秋:客户
-  userId = '5823fe6ca84ea02e3e8b45cb'
+  // userId = '5823fe6ca84ea02e3e8b45cb'
   // 邓涛
   // userId = '5a5eeaf3fb48a770708b456b' // 已注册
   // userId = '57fe2dc59f5160a1048b4591'  // 未注册

部分文件因文件數量過多而無法顯示