seam 7 年之前
父節點
當前提交
2c0d1e2e41

File diff suppressed because it is too large
+ 0 - 0
www/webapp/housekeeping/home/static/css/app.css


File diff suppressed because it is too large
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js.map


File diff suppressed because it is too large
+ 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;
                   }

Some files were not shown because too many files changed in this diff