Browse Source

Merge branch 'update' of http://git.shengws.com/zhangbj/xt_pad into update

csx 5 years ago
parent
commit
85c6b91330

+ 1 - 1
src/pages/main/PatientBox.vue View File

@@ -137,7 +137,7 @@
137 137
           // 未签到称重
138 138
           return 5
139 139
         }
140
-        if(schedual.prescription == null || schedual.prescription.prescription_doctor == 0){
140
+        if(schedual.prescription == null || schedual.prescription.creater == 0){
141 141
           // 未确认处方
142 142
           return 6
143 143
         }

+ 3 - 3
src/pages/main/WaitingArea.vue View File

@@ -270,7 +270,7 @@ export default {
270 270
           var scheduals = [];
271 271
           for (let index = 0; index < this.scheduals.length; index++) {
272 272
             const schedual = this.scheduals[index];
273
-            if (schedual.prescription == null || schedual.prescription.prescription_doctor == 0) {
273
+            if (schedual.prescription == null || schedual.prescription.creater == 0) {
274 274
               if(this.cur_zone_selected > 0 && schedual.device_number.zone.id != this.cur_zone_selected) {
275 275
                 continue
276 276
               }
@@ -316,7 +316,7 @@ export default {
316 316
         var scheduals = [];
317 317
         for (let index = 0; index < this.scheduals.length; index++) {
318 318
           const schedual = this.scheduals[index];
319
-          if (schedual.prescription == null || schedual.prescription.prescription_doctor == 0) {
319
+          if (schedual.prescription == null || schedual.prescription.creater == 0) {
320 320
             scheduals.push(schedual);
321 321
           }
322 322
         }
@@ -381,7 +381,7 @@ export default {
381 381
           schedualMap[schedual.device_number.zone.id] = [];
382 382
         }
383 383
         if (this.select_index == 1) {
384
-            if(schedual.prescription == null || schedual.prescription.prescription_doctor == 0){
384
+            if(schedual.prescription == null || schedual.prescription.creater == 0){
385 385
             schedualMap[schedual.device_number.zone.id].push(schedual);
386 386
             prescription_count++
387 387
           }

+ 1 - 1
src/pages/main/today/TodayTab.vue View File

@@ -333,7 +333,7 @@
333 333
           {title: '治疗小结', name: 'treatment_of', value: 0}
334 334
         ]
335 335
 
336
-        if (!isNaN(this.prescription.id) && this.prescription.id > 0 && this.prescription.prescription_doctor> 0) {
336
+        if (!isNaN(this.prescription.id) && this.prescription.id > 0 && this.prescription.creater> 0) {
337 337
           steps[0].value = 1
338 338
         }
339 339
         if (