Browse Source

龙岗二院

csx 5 years ago
parent
commit
1c0dec7b5e

+ 7 - 7
src/pages/main/dialog/OrdersDialog.vue View File

@@ -78,7 +78,7 @@
78 78
                 >
79 79
                   <div class="txt">
80 80
                     <span>{{advice.advice_name }}</span>
81
-                    <span>{{ advice.advice_desc }}{{advice.drug_spec_unit}}</span>
81
+                    <span>{{ advice.drug_spec }}{{advice.drug_spec_unit}}</span>
82 82
                     <span v-if="advice.prescribing_number">{{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
83 83
                     <span v-if="advice.single_dose"
84 84
                     >单次用量{{advice.single_dose}}{{advice.single_dose_unit}}</span>
@@ -381,7 +381,7 @@
381 381
           advice_desc: advice.advice_desc,
382 382
           remark: advice.remark,
383 383
           start_time: advice.start_time,
384
-          // drug_spec: String(advice.drug_spec),
384
+          drug_spec: String(advice.drug_spec),
385 385
           drug_spec_unit: advice.drug_spec_unit,
386 386
           delivery_way: advice.delivery_way,
387 387
           execution_frequency: advice.execution_frequency,
@@ -402,7 +402,7 @@
402 402
                     advice.advice_desc = resp_advice.advice_desc
403 403
                     advice.remark = resp_advice.remark;
404 404
                     advice.start_time = resp_advice.start_time;
405
-                    // advice.drug_spec = resp_advice.drug_spec;
405
+                    advice.drug_spec = resp_advice.drug_spec;
406 406
                     (advice.drug_spec_unit = resp_advice.drug_spec_unit),
407 407
                     (advice.delivery_way = resp_advice.delivery_way),
408 408
                       (advice.execution_frequency =
@@ -494,7 +494,7 @@
494 494
           start_time: subdrug.start_time,
495 495
           advice_name: subdrug.title,
496 496
           advice_desc: subdrug.advice_desc,
497
-          // drug_spec: String(subdrug.drug_spec),
497
+          drug_spec: String(subdrug.drug_spec),
498 498
           drug_spec_unit: subdrug.drug_spec_unit,
499 499
           single_dose: String(subdrug.single_dose),
500 500
           single_dose_unit: subdrug.single_dose_unit,
@@ -1139,7 +1139,7 @@
1139 1139
             title: advice.advice_name,
1140 1140
             advice_desc: advice.advice_desc,
1141 1141
             remark: advice.remark,
1142
-            // drug_spec: advice.drug_spec,
1142
+            drug_spec: advice.drug_spec,
1143 1143
             drug_spec_unit: advice.drug_spec_unit,
1144 1144
             delivery_way: advice.delivery_way,
1145 1145
             execution_frequency: advice.execution_frequency,
@@ -1167,7 +1167,7 @@
1167 1167
             advice_desc: advice.advice_desc,
1168 1168
             remark: advice.remark,
1169 1169
             start_time: advice.start_time,
1170
-            // drug_spec: advice.drug_spec,
1170
+            drug_spec: advice.drug_spec,
1171 1171
             drug_spec_unit: advice.drug_spec_unit,
1172 1172
             delivery_way: advice.delivery_way,
1173 1173
             execution_frequency: advice.execution_frequency,
@@ -1187,7 +1187,7 @@
1187 1187
               advice_desc: advice.advice_desc,
1188 1188
               remark: advice.remark,
1189 1189
 
1190
-              // drug_spec: advice.drug_spec,
1190
+              drug_spec: advice.drug_spec,
1191 1191
               drug_spec_unit: advice.drug_spec_unit,
1192 1192
               delivery_way: advice.delivery_way,
1193 1193
               execution_frequency: advice.execution_frequency,

+ 73 - 58
src/pages/main/dialog/PrescriptionDialog.vue View File

@@ -718,22 +718,22 @@
718 718
           }
719 719
         })
720 720
         Toast.loading({forbidClick: true, duration: 0})
721
-        let ParamsQuery = this.dialysisPrescription;
722
-        ParamsQuery["patient"] = this.$route.query.patient_id;
723
-        ParamsQuery["record_date"] = this.record_date;
721
+        let ParamsQuery = this.dialysisPrescription
722
+        ParamsQuery['patient'] = this.$route.query.patient_id
723
+        ParamsQuery['record_date'] = this.record_date
724 724
         commitDialysisPrescription(ParamsQuery).then(response => {
725 725
           if (response.data.state == 0) {
726
-            Toast.fail(response.data.msg);
727
-            return false;
726
+            Toast.fail(response.data.msg)
727
+            return false
728 728
           } else {
729
-            Toast.success("提交成功");
730
-            this.$emit("prescription", response.data.data.prescription);
729
+            Toast.success('提交成功')
730
+            this.$emit('prescription', response.data.data.prescription)
731 731
             // for (const key in response.data.data.prescription) {
732 732
             //   // this.prescription_prop[key] = response.data.data.prescription[key];
733 733
             // }
734
-            this.finish();
734
+            this.finish()
735 735
           }
736
-        });
736
+        })
737 737
       },
738 738
       menuComfirm: function (val) {
739 739
         this.visibility = false
@@ -851,7 +851,7 @@
851 851
         return anticoagulan_name
852 852
       },
853 853
       commitInfo: function () {
854
-        if(this.targetAdvices.length > 0) {
854
+        if (this.targetAdvices.length > 0) {
855 855
 
856 856
           if (this.prescription_prop.id == '') {
857 857
             if (this.status == 2) {
@@ -862,12 +862,13 @@
862 862
               this.isShowDialog = false
863 863
 
864 864
               for (let i = 0; i < this.advicePropForm.list.length; i++) {
865
-                if (this.advicePropForm.list[i].parent_id == 0) {
865
+                if (this.advicePropForm.list[i].parent_id == 0 && this.advicePropForm.list[i].isCheck == 1) {
866 866
                   this.advicePropForm.result.push(this.advicePropForm.list[i].id)
867 867
                 }
868 868
               }
869 869
 
870 870
             } else if (this.status == 3) {
871
+              this.advice_visibility = false
871 872
               let params = {
872 873
                 advices: this.targetAdvices,
873 874
                 advice_date: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
@@ -880,7 +881,6 @@
880 881
               CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
881 882
                 var resp = rs.data
882 883
                 if (resp.state == 1) {
883
-                  this.$emit('advice')
884 884
 
885 885
                 } else {
886 886
 
@@ -888,67 +888,80 @@
888 888
               })
889 889
 
890 890
               Toast.loading({forbidClick: true, duration: 0})
891
-              let ParamsQuery = this.dialysisPrescription;
892
-              ParamsQuery["patient"] = this.$route.query.patient_id;
893
-              ParamsQuery["record_date"] = this.record_date;
891
+              let ParamsQuery = this.dialysisPrescription
892
+              ParamsQuery['patient'] = this.$route.query.patient_id
893
+              ParamsQuery['record_date'] = this.record_date
894 894
               commitDialysisPrescription(ParamsQuery).then(response => {
895 895
                 if (response.data.state == 0) {
896
-                  Toast.fail(response.data.msg);
897
-                  return false;
896
+                  Toast.fail(response.data.msg)
897
+                  return false
898 898
                 } else {
899
-                  Toast.success("提交成功");
900
-                  this.$emit("prescription", response.data.data.prescription);
899
+                  Toast.success('提交成功')
900
+                  this.$emit('prescription', response.data.data.prescription)
901
+                  this.$emit('advice')
901 902
                   // for (const key in response.data.data.prescription) {
902 903
                   //   // this.prescription_prop[key] = response.data.data.prescription[key];
903 904
                   // }
904
-                  this.finish();
905
+                  this.finish()
905 906
 
906 907
                 }
907
-              });
908
+              })
908 909
             }
909 910
 
910 911
           } else {
912
+            if (this.dialysisPrescription.creater == 0) {
913
+              if (this.status == 2) {
914
+                //弹框推送提醒
915
+                this.advicePropForm.list = this.targetAdvices
916
+                this.advicePropForm.operators = this.admin_users_prop
917
+                this.advice_visibility = true
918
+                this.isShowDialog = false
919
+                for (let i = 0; i < this.advicePropForm.list.length; i++) {
920
+                  if (this.advicePropForm.list[i].parent_id == 0 && this.advicePropForm.list[i].isCheck == 1) {
921
+                    this.advicePropForm.result.push(this.advicePropForm.list[i].id)
922
+                  }
923
+                }
924
+              } else if (this.status == 3) {
925
+                this.advice_visibility = false
926
+                let params = {
927
+                  advices: this.targetAdvices,
928
+                  advice_date: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
929
+                  advice_doctor: this.targetAdvices[0].advice_doctor,
930
+                  advice_type: this.targetAdvices[0].advice_type,
931
+                  parent_id: this.patient_id,
932
+                  start_time: parseTime(this.$route.query.date, '{y}-{m}-{d}') + ' ' + parseTime(this.targetAdvices[0].start_time, '{y}-{m}-{d}A{h}:{i}').split('A')[1],
933
+                  remark: '',
934
+                }
935
+                CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
936
+                  var resp = rs.data
937
+                  if (resp.state == 1) {
938
+                  } else {
939
+                  }
940
+                })
941
+              }
942
+            }
943
+
911 944
             Toast.loading({forbidClick: true, duration: 0})
912
-            let ParamsQuery = this.dialysisPrescription;
913
-            ParamsQuery["patient"] = this.$route.query.patient_id;
914
-            ParamsQuery["record_date"] = this.record_date;
945
+            let ParamsQuery = this.dialysisPrescription
946
+            ParamsQuery['patient'] = this.$route.query.patient_id
947
+            ParamsQuery['record_date'] = this.record_date
915 948
             commitDialysisPrescription(ParamsQuery).then(response => {
916 949
               if (response.data.state == 0) {
917
-                Toast.fail(response.data.msg);
918
-                return false;
950
+                Toast.fail(response.data.msg)
951
+                return false
919 952
               } else {
920
-                Toast.success("提交成功");
921
-                this.$emit("prescription", response.data.data.prescription);
922
-                this.finish();
953
+                Toast.success('提交成功')
954
+
955
+                this.$emit('prescription', response.data.data.prescription)
956
+                this.finish()
923 957
 
924 958
               }
925
-            });
959
+            })
926 960
           }
927
-        }else{
928
-          Toast.loading({forbidClick: true, duration: 0})
929
-          let ParamsQuery = this.dialysisPrescription;
930
-          ParamsQuery["patient"] = this.$route.query.patient_id;
931
-          ParamsQuery["record_date"] = this.record_date;
932
-          commitDialysisPrescription(ParamsQuery).then(response => {
933
-            if (response.data.state == 0) {
934
-              Toast.fail(response.data.msg);
935
-              return false;
936
-            } else {
937
-              Toast.success("提交成功");
938
-              this.$emit("prescription", response.data.data.prescription);
939
-              this.finish();
940
-
941
-            }
942
-          });
943
-
944
-
945 961
         }
946
-
947
-
948
-
949 962
       }, commitSolutionInfo: function () {
950 963
 
951
-        if(this.targetAdvices.length > 0) {
964
+        if (this.targetAdvices.length > 0) {
952 965
 
953 966
           if (this.prescription_prop.id == '') {
954 967
             if (this.status == 2) {
@@ -977,7 +990,7 @@
977 990
               CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
978 991
                 var resp = rs.data
979 992
                 if (resp.state == 1) {
980
-                  this.$emit('advice')
993
+
981 994
                 } else {
982 995
 
983 996
                 }
@@ -1001,7 +1014,7 @@
1001 1014
                   // }
1002 1015
                   // console.log(response.data.data.prescription)
1003 1016
 
1004
-
1017
+                  this.$emit('advice')
1005 1018
                   this.$emit('longSolution', response.data.data.solution)
1006 1019
                   this.$emit('prescription', response.data.data.prescription)
1007 1020
                   this.finish()
@@ -1029,8 +1042,6 @@
1029 1042
                   // }
1030 1043
                   // console.log(response.data.data.prescription)
1031 1044
 
1032
-
1033
-
1034 1045
                   this.$emit('longSolution', response.data.data.solution)
1035 1046
                   this.$emit('prescription', response.data.data.prescription)
1036 1047
                   this.finish()
@@ -1070,8 +1081,6 @@
1070 1081
 
1071 1082
         }
1072 1083
 
1073
-
1074
-
1075 1084
       }, finish: function () {
1076 1085
         this.$emit('finish')
1077 1086
       }, close: function () {
@@ -1313,6 +1322,12 @@
1313 1322
       MultipleSubMenu,
1314 1323
       // MultipleSubMenu,
1315 1324
       CheckBoxSubMenu
1325
+    }, watch: {
1326
+      isShowDialog (val) {
1327
+        if (val) {
1328
+          this.advice_visibility = false
1329
+        }
1330
+      }
1316 1331
     }
1317 1332
   }
1318 1333
 </script>

+ 2 - 2
src/pages/main/dialog/modify_order/ModifyAdviceGroup.vue View File

@@ -44,7 +44,7 @@
44 44
             </tr>
45 45
             <tr v-for="(advice, index) in advices" :key="index" :class="{ 'row-class-active': index == current_advice_index }" @click="selectAdviceAction(index, advice)">
46 46
               <td :class="{ 'advice_name': advice.parent_id == 0, 'subdrug_name': advice.parent_id > 0 }">{{ advice.advice_name }}</td>
47
-              <td>{{ advice.advice_desc }}{{advice.drug_spec_unit}}</td>
47
+              <td>{{ advice.drug_spec }}{{advice.drug_spec_unit}}</td>
48 48
               <td>{{ advice.prescribing_number }}{{ advice.prescribing_number_unit }}</td>
49 49
               <td>{{ advice.single_dose }} {{ advice.single_dose_unit }}</td>
50 50
               <td>{{ advice.parent_id == 0 ? advice.delivery_way : "" }}</td>
@@ -225,7 +225,7 @@ export default {
225 225
           parent_id: this.current_advice.parent_id,
226 226
           title: this.current_advice.advice_name,
227 227
           advice_desc: this.current_advice.advice_desc,
228
-          // drug_spec: this.current_advice.drug_spec,
228
+          drug_spec: this.current_advice.drug_spec,
229 229
           drug_spec_unit: this.current_advice.drug_spec_unit,
230 230
           delivery_way: this.current_advice.delivery_way,
231 231
           execution_frequency: this.current_advice.execution_frequency,

+ 5 - 4
src/pages/main/dialog/modify_order/modify_order_form.vue View File

@@ -22,8 +22,8 @@
22 22
             </div>
23 23
             <div class="cell">
24 24
               <label>药品规格</label>
25
-              <input class="inputBox" style="width:62.5%" v-model="order.advice_desc">
26
-              <!--<input type="number" onclick="this.select()" class="inputBox" style="width:60%" v-model="order.drug_spec">-->
25
+              <!--<input class="inputBox" style="width:62.5%" v-model="order.drug_spec">-->
26
+              <input type="number" onclick="this.select()" class="inputBox" style="width:60%" v-model="order.drug_spec">
27 27
               <input
28 28
                 type="text"
29 29
                 placeholder="单位"
@@ -219,7 +219,7 @@ export default {
219 219
         // record_time: "",
220 220
         title: "",
221 221
         advice_desc: "",
222
-        // drug_spec: "",
222
+        drug_spec: "",
223 223
         drug_spec_unit: "",
224 224
         remark:"",
225 225
         delivery_way: "",
@@ -261,7 +261,7 @@ export default {
261 261
 
262 262
       this.start_time_str = parseTime(order.start_time, "{y}-{m}-{d} {h}:{i}") + ":00";
263 263
 
264
-      // this.order.drug_spec = order.drug_spec;
264
+      this.order.drug_spec = order.drug_spec;
265 265
       this.order.drug_spec_unit = order.drug_spec_unit;
266 266
       this.order.delivery_way =
267 267
         order.delivery_way == undefined || order.delivery_way == null
@@ -306,6 +306,7 @@ export default {
306 306
           prescribing_number: this.order.prescribing_number,
307 307
           prescribing_number_unit: this.order.prescribing_number_unit,
308 308
           start_time:this.start_time_str,
309
+          drug_spec:this.order.drug_spec,
309 310
           drug_spec_unit:this.order.drug_spec_unit,
310 311
 
311 312
         });

+ 6 - 6
src/pages/main/dialog/new_order/AddNewOrders.vue View File

@@ -52,7 +52,7 @@
52 52
                 <td
53 53
                   style="text-align: left; padding-left: 5px; padding-right: 5px;"
54 54
                 >{{ advice.title }}</td>
55
-                <td>{{ advice.advice_desc }}{{advice.drug_spec_unit}}</td>
55
+                <td>{{ advice.drug_spec }}{{advice.drug_spec_unit}}</td>
56 56
                 <td v-if="advice.prescribing_number">{{ advice.prescribing_number }}{{ advice.prescribing_number_unit }}</td>
57 57
                 <td v-else></td>
58 58
                 <td v-if="advice.single_dose">{{ advice.single_dose }} {{ advice.single_dose_unit }}</td>
@@ -69,7 +69,7 @@
69 69
                 <td
70 70
                   style="text-align: left; padding-right: 5px; padding-left: 25px;"
71 71
                 >{{ subdrug.title }}</td>
72
-                <td>{{ subdrug.advice_desc }} {{subdrug.drug_spec_unit}}</td>
72
+                <td>{{ subdrug.drug_spec }} {{subdrug.drug_spec_unit}}</td>
73 73
                 <td><span v-if="subdrug.prescribing_number">{{ subdrug.prescribing_number }}{{ subdrug.prescribing_number_unit }}</span></td>
74 74
                 <td><span v-if="subdrug.single_dose">{{ subdrug.single_dose }} {{ subdrug.single_dose_unit }}</span></td>
75 75
                 <!--<td v-if="subdrug.single_dose">{{ subdrug.single_dose }} {{ subdrug.single_dose_unit }}</td>-->
@@ -276,7 +276,7 @@ export default {
276 276
         var json = {
277 277
           advice_name: advice.title,
278 278
           advice_desc: advice.advice_desc,
279
-          // drug_spec: String(advice.drug_spec),
279
+          drug_spec: String(advice.drug_spec),
280 280
           drug_spec_unit: advice.drug_spec_unit,
281 281
           single_dose: String(advice.single_dose),
282 282
           single_dose_unit: advice.single_dose_unit,
@@ -292,7 +292,7 @@ export default {
292 292
           json.subdrugs.push({
293 293
             advice_name: subdrug.title,
294 294
             advice_desc: subdrug.advice_desc,
295
-            // drug_spec: String(subdrug.drug_spec),
295
+            drug_spec: String(subdrug.drug_spec),
296 296
             drug_spec_unit: subdrug.drug_spec_unit,
297 297
             single_dose: String(subdrug.single_dose),
298 298
             single_dose_unit: subdrug.single_dose_unit,
@@ -344,7 +344,7 @@ export default {
344 344
             id: adv.id,
345 345
             title: adv.advice_name,
346 346
             advice_desc: adv.advice_desc,
347
-            // drug_spec: adv.drug_spec,
347
+            drug_spec: adv.drug_spec,
348 348
             drug_spec_unit: adv.drug_spec_unit,
349 349
             delivery_way: adv.delivery_way,
350 350
             execution_frequency: adv.execution_frequency,
@@ -366,7 +366,7 @@ export default {
366 366
                 id: resp_adv.id,
367 367
                 title: resp_adv.advice_name,
368 368
                 advice_desc: resp_adv.advice_desc,
369
-                // drug_spec: resp_adv.drug_spec,
369
+                drug_spec: resp_adv.drug_spec,
370 370
                 drug_spec_unit: resp_adv.drug_spec_unit,
371 371
                 delivery_way: resp_adv.delivery_way,
372 372
                 execution_frequency: resp_adv.execution_frequency,

+ 10 - 8
src/pages/main/dialog/new_order/order_form.vue View File

@@ -18,9 +18,9 @@
18 18
             </div>
19 19
             <div class="cell">
20 20
               <label>药品规格</label>
21
-              <input class="inputBox" style="width:62.5%" v-model="order.advice_desc">
21
+              <!--<input class="inputBox" style="width:62.5%" v-model="order.advice_desc">-->
22 22
 
23
-              <!--<input type="number" class="inputBox" style="width:62.5%" v-model="order.drug_spec">-->
23
+              <input type="number" class="inputBox" style="width:62.5%" v-model="order.drug_spec">
24 24
               <input
25 25
                 type="text"
26 26
                 placeholder="单位"
@@ -204,7 +204,7 @@ export default {
204 204
       order: {
205 205
         title: "",
206 206
         advice_desc: "",
207
-        // drug_spec: "",
207
+        drug_spec: "",
208 208
         drug_spec_unit: "",
209 209
         delivery_way: "",
210 210
         execution_frequency: "",
@@ -239,7 +239,7 @@ export default {
239 239
 
240 240
       this.order.title = "";
241 241
       this.order.advice_desc = "";
242
-      // this.order.drug_spec = "";
242
+      this.order.drug_spec = "";
243 243
       this.order.drug_spec_unit = "";
244 244
       this.order.delivery_way = "";
245 245
       this.order.execution_frequency = "";
@@ -256,7 +256,7 @@ export default {
256 256
 
257 257
       this.order.title = order.title;
258 258
       this.order.advice_desc = order.advice_desc;
259
-      // this.order.drug_spec = order.drug_spec;
259
+      this.order.drug_spec = order.drug_spec;
260 260
       this.order.drug_spec_unit = order.drug_spec_unit;
261 261
       this.order.delivery_way = order.delivery_way;
262 262
       this.order.execution_frequency = order.execution_frequency;
@@ -284,7 +284,7 @@ export default {
284 284
       this.order.advice_desc = "";
285 285
       this.order.remark = "";
286 286
 
287
-      // this.order.drug_spec = "";
287
+      this.order.drug_spec = "";
288 288
       this.order.drug_spec_unit = "";
289 289
       this.order.delivery_way =
290 290
         parent_delivery_way == undefined || parent_delivery_way == null
@@ -326,6 +326,8 @@ export default {
326 326
           prescribing_number: this.order.prescribing_number,
327 327
           prescribing_number_unit: this.order.prescribing_number_unit,
328 328
           remark: this.order.remark,
329
+          drug_spec: this.order.drug_spec,
330
+
329 331
           drug_spec_unit: this.order.drug_spec_unit,
330 332
 
331 333
         });
@@ -334,7 +336,7 @@ export default {
334 336
 
335 337
           title: this.order.title,
336 338
           advice_desc: this.order.advice_desc,
337
-          // drug_spec: this.order.drug_spec,
339
+          drug_spec: this.order.drug_spec,
338 340
           drug_spec_unit: this.order.drug_spec_unit,
339 341
           delivery_way: this.order.delivery_way,
340 342
           execution_frequency: this.order.execution_frequency,
@@ -352,7 +354,7 @@ export default {
352 354
           start_time: this.order.start_time,
353 355
           title: this.order.title,
354 356
           advice_desc: this.order.advice_desc,
355
-          // drug_spec: this.order.drug_spec,
357
+          drug_spec: this.order.drug_spec,
356 358
           drug_spec_unit: this.order.drug_spec_unit,
357 359
           delivery_way: this.order.delivery_way,
358 360
           execution_frequency: this.order.execution_frequency,

+ 6 - 15
src/pages/main/dialog/subMenu/LongAdviceSubMenu.vue View File

@@ -89,24 +89,21 @@
89 89
               val.child[i]['single'] = ''
90 90
             }
91 91
             name = name+"▲"+val.child[i].advice_name+""
92
-              + val.child[i].advice_desc
92
+              + val.child[i].drug_spec
93 93
               + val.child[i].drug_spec_unit
94 94
               + val.child[i].presc
95 95
               + val.child[i].single
96
-
97
-
98 96
           }
99
-          return  val.advice_name +"  "+ val.advice_desc+" "
97
+          return  val.advice_name +"  "+ val.drug_spec+" "
100 98
             + val.drug_spec_unit
101 99
             + prescribing_number
102 100
             + " "+single_dose+" "+ " "+val.delivery_way+" "+ val.execution_frequency + val.remark +name
103 101
 
104
-        }else{
105
-          return val.advice_name +"  "+ val.advice_desc+" "
102
+        } else {
103
+          return val.advice_name +"  "+ val.drug_spec+" "
106 104
             + val.drug_spec_unit
107 105
             + prescribing_number
108 106
             + " "+single_dose+" "+ " "+val.delivery_way+" "+ val.execution_frequency + val.remark
109
-
110 107
         }
111 108
 
112 109
 
@@ -137,17 +134,11 @@
137 134
           return cur
138 135
         }, [])
139 136
 
140
-
137
+        results
141 138
 
142 139
         return results
143 140
       },
144
-      itemClick: function (id) {
145
-        if (id == -2) {
146
-          this.$emit('menu-empty', this.getValue())
147
-        }
148
-        this.propsForm.selectId = id
149
-        this.$emit('menu-comfirm', this.getValue())
150
-      }
141
+
151 142
     },
152 143
     watch: {
153 144
       visibility (val) {

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

@@ -962,6 +962,7 @@
962 962
                       break
963 963
                     case 3://用今天的属于周几与推送类型为3的医嘱进行比较如果包含某个字符串,则设置为选中状态
964 964
                       let day = new Date().getDay()
965
+                      console.log(day)
965 966
                       let name =""
966 967
                       switch (day) {
967 968
                         case 1:
@@ -984,22 +985,27 @@
984 985
                         case 6:
985 986
                           name="周六"
986 987
                           break
987
-                        case 7:
988
+                        case 0:
988 989
                           name="周日"
989 990
                           break
990 991
                       }
992
+
993
+
991 994
                       if (this.longAdvices[i].week_day.indexOf(name) != -1){
995
+                        console.log("11111")
992 996
                         this.longAdvices[i]['isCheck'] = 1
993 997
                       }
994 998
                       break
995 999
                   }
996 1000
                 }
997 1001
 
1002
+                console.log( this.longAdvices)
998 1003
                 this.targetAdvices = this.longAdvices
999 1004
 
1000 1005
                 break
1001 1006
               case 3:
1002 1007
                 this.longAdvices = resp.data.advices
1008
+
1003 1009
                 var advices_two = resp.data.advices_two
1004 1010
                 let dayAdvices = []
1005 1011
                 for (let i = 0; i < this.longAdvices.length; i++) {
@@ -1010,6 +1016,7 @@
1010 1016
                     case 3://用今天的属于周几与推送类型为3的医嘱进行比较如果包含某个字符串,则加入到待上传数组里面
1011 1017
                       let day = new Date().getDay()
1012 1018
                       let name =""
1019
+
1013 1020
                       switch (day) {
1014 1021
                         case 1:
1015 1022
                           name="周一"
@@ -1029,7 +1036,7 @@
1029 1036
                         case 6:
1030 1037
                           name="周六"
1031 1038
                           break
1032
-                        case 7:
1039
+                        case 0:
1033 1040
                           name="周日"
1034 1041
                           break
1035 1042
                       }
@@ -1040,11 +1047,6 @@
1040 1047
                   }
1041 1048
                 }
1042 1049
                 this.targetAdvices = dayAdvices.concat(advices_two)
1043
-                console.log(dayAdvices)
1044
-                console.log(advices_two)
1045
-                console.log( this.targetAdvices)
1046
-
1047
-
1048 1050
                 break
1049 1051
             }
1050 1052
           } else {
@@ -1081,17 +1083,37 @@
1081 1083
         )
1082 1084
       }
1083 1085
       ,adviceFunc:function(){
1084
-        console.log("111111")
1085
-        this.requestDialysisRecord()
1086
+
1086 1087
 
1087 1088
       },
1088 1089
       prescriptionFunc: function (val) {
1090
+        if (this.status == 2){
1091
+          if(val.creater > 0 && val.modifier == 0){
1092
+            this.requestDialysisRecord()
1093
+          }
1094
+
1095
+        }else if(this.status == 3){
1096
+          if(val.creater > 0 && val.modifier == 0){
1097
+            this.requestDialysisRecord()
1098
+          }
1099
+        }
1100
+
1089 1101
         this.prescription = val
1090 1102
 
1091 1103
       }
1092 1104
       ,
1093 1105
       longSolutionFunc: function (val) {
1094 1106
         this.solution = val
1107
+        if (this.status == 2){
1108
+          if(val.creater > 0 && val.modifier == 0){
1109
+            this.requestDialysisRecord()
1110
+          }
1111
+
1112
+        }else if(this.status == 3){
1113
+          if(val.creater > 0 && val.modifier == 0){
1114
+            this.requestDialysisRecord()
1115
+          }
1116
+        }
1095 1117
 
1096 1118
       }
1097 1119
       ,

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

@@ -23,7 +23,7 @@
23 23
             <td :class="advice.parent_id == 0 ? 'advice_content' : 'subadvice_content'">
24 24
               <span>{{advice.advice_name }}</span>
25 25
               <!-- <span>{{advice.drug_spec}}{{advice.drug_spec_unit}} * {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span> -->
26
-              <span>{{advice.advice_desc}}{{advice.drug_spec_unit}}</span>
26
+              <span>{{advice.drug_spec}}{{advice.drug_spec_unit}}</span>
27 27
               <span v-if="advice.prescribing_number">{{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
28 28
               <span v-if="advice.single_dose">单次用量{{advice.single_dose}}{{advice.single_dose_unit}}</span>
29 29
               <span v-if="advice.parent_id == 0">{{advice.delivery_way}}</span>