seam 7 년 전
부모
커밋
2c0d1e2e41

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/housekeeping/home/static/css/app.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/housekeeping/home/static/js/manifest.js.map


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

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.