Bladeren bron

龙岗二院

csx 5 jaren geleden
bovenliggende
commit
1c0dec7b5e

+ 7 - 7
src/pages/main/dialog/OrdersDialog.vue Bestand weergeven

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

+ 73 - 58
src/pages/main/dialog/PrescriptionDialog.vue Bestand weergeven

718
           }
718
           }
719
         })
719
         })
720
         Toast.loading({forbidClick: true, duration: 0})
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
         commitDialysisPrescription(ParamsQuery).then(response => {
724
         commitDialysisPrescription(ParamsQuery).then(response => {
725
           if (response.data.state == 0) {
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
           } else {
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
             // for (const key in response.data.data.prescription) {
731
             // for (const key in response.data.data.prescription) {
732
             //   // this.prescription_prop[key] = response.data.data.prescription[key];
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
       menuComfirm: function (val) {
738
       menuComfirm: function (val) {
739
         this.visibility = false
739
         this.visibility = false
851
         return anticoagulan_name
851
         return anticoagulan_name
852
       },
852
       },
853
       commitInfo: function () {
853
       commitInfo: function () {
854
-        if(this.targetAdvices.length > 0) {
854
+        if (this.targetAdvices.length > 0) {
855
 
855
 
856
           if (this.prescription_prop.id == '') {
856
           if (this.prescription_prop.id == '') {
857
             if (this.status == 2) {
857
             if (this.status == 2) {
862
               this.isShowDialog = false
862
               this.isShowDialog = false
863
 
863
 
864
               for (let i = 0; i < this.advicePropForm.list.length; i++) {
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
                   this.advicePropForm.result.push(this.advicePropForm.list[i].id)
866
                   this.advicePropForm.result.push(this.advicePropForm.list[i].id)
867
                 }
867
                 }
868
               }
868
               }
869
 
869
 
870
             } else if (this.status == 3) {
870
             } else if (this.status == 3) {
871
+              this.advice_visibility = false
871
               let params = {
872
               let params = {
872
                 advices: this.targetAdvices,
873
                 advices: this.targetAdvices,
873
                 advice_date: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
874
                 advice_date: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
880
               CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
881
               CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
881
                 var resp = rs.data
882
                 var resp = rs.data
882
                 if (resp.state == 1) {
883
                 if (resp.state == 1) {
883
-                  this.$emit('advice')
884
 
884
 
885
                 } else {
885
                 } else {
886
 
886
 
888
               })
888
               })
889
 
889
 
890
               Toast.loading({forbidClick: true, duration: 0})
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
               commitDialysisPrescription(ParamsQuery).then(response => {
894
               commitDialysisPrescription(ParamsQuery).then(response => {
895
                 if (response.data.state == 0) {
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
                 } else {
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
                   // for (const key in response.data.data.prescription) {
902
                   // for (const key in response.data.data.prescription) {
902
                   //   // this.prescription_prop[key] = response.data.data.prescription[key];
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
           } else {
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
             Toast.loading({forbidClick: true, duration: 0})
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
             commitDialysisPrescription(ParamsQuery).then(response => {
948
             commitDialysisPrescription(ParamsQuery).then(response => {
916
               if (response.data.state == 0) {
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
               } else {
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
       }, commitSolutionInfo: function () {
962
       }, commitSolutionInfo: function () {
950
 
963
 
951
-        if(this.targetAdvices.length > 0) {
964
+        if (this.targetAdvices.length > 0) {
952
 
965
 
953
           if (this.prescription_prop.id == '') {
966
           if (this.prescription_prop.id == '') {
954
             if (this.status == 2) {
967
             if (this.status == 2) {
977
               CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
990
               CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
978
                 var resp = rs.data
991
                 var resp = rs.data
979
                 if (resp.state == 1) {
992
                 if (resp.state == 1) {
980
-                  this.$emit('advice')
993
+
981
                 } else {
994
                 } else {
982
 
995
 
983
                 }
996
                 }
1001
                   // }
1014
                   // }
1002
                   // console.log(response.data.data.prescription)
1015
                   // console.log(response.data.data.prescription)
1003
 
1016
 
1004
-
1017
+                  this.$emit('advice')
1005
                   this.$emit('longSolution', response.data.data.solution)
1018
                   this.$emit('longSolution', response.data.data.solution)
1006
                   this.$emit('prescription', response.data.data.prescription)
1019
                   this.$emit('prescription', response.data.data.prescription)
1007
                   this.finish()
1020
                   this.finish()
1029
                   // }
1042
                   // }
1030
                   // console.log(response.data.data.prescription)
1043
                   // console.log(response.data.data.prescription)
1031
 
1044
 
1032
-
1033
-
1034
                   this.$emit('longSolution', response.data.data.solution)
1045
                   this.$emit('longSolution', response.data.data.solution)
1035
                   this.$emit('prescription', response.data.data.prescription)
1046
                   this.$emit('prescription', response.data.data.prescription)
1036
                   this.finish()
1047
                   this.finish()
1070
 
1081
 
1071
         }
1082
         }
1072
 
1083
 
1073
-
1074
-
1075
       }, finish: function () {
1084
       }, finish: function () {
1076
         this.$emit('finish')
1085
         this.$emit('finish')
1077
       }, close: function () {
1086
       }, close: function () {
1313
       MultipleSubMenu,
1322
       MultipleSubMenu,
1314
       // MultipleSubMenu,
1323
       // MultipleSubMenu,
1315
       CheckBoxSubMenu
1324
       CheckBoxSubMenu
1325
+    }, watch: {
1326
+      isShowDialog (val) {
1327
+        if (val) {
1328
+          this.advice_visibility = false
1329
+        }
1330
+      }
1316
     }
1331
     }
1317
   }
1332
   }
1318
 </script>
1333
 </script>

+ 2 - 2
src/pages/main/dialog/modify_order/ModifyAdviceGroup.vue Bestand weergeven

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

+ 5 - 4
src/pages/main/dialog/modify_order/modify_order_form.vue Bestand weergeven

22
             </div>
22
             </div>
23
             <div class="cell">
23
             <div class="cell">
24
               <label>药品规格</label>
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
               <input
27
               <input
28
                 type="text"
28
                 type="text"
29
                 placeholder="单位"
29
                 placeholder="单位"
219
         // record_time: "",
219
         // record_time: "",
220
         title: "",
220
         title: "",
221
         advice_desc: "",
221
         advice_desc: "",
222
-        // drug_spec: "",
222
+        drug_spec: "",
223
         drug_spec_unit: "",
223
         drug_spec_unit: "",
224
         remark:"",
224
         remark:"",
225
         delivery_way: "",
225
         delivery_way: "",
261
 
261
 
262
       this.start_time_str = parseTime(order.start_time, "{y}-{m}-{d} {h}:{i}") + ":00";
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
       this.order.drug_spec_unit = order.drug_spec_unit;
265
       this.order.drug_spec_unit = order.drug_spec_unit;
266
       this.order.delivery_way =
266
       this.order.delivery_way =
267
         order.delivery_way == undefined || order.delivery_way == null
267
         order.delivery_way == undefined || order.delivery_way == null
306
           prescribing_number: this.order.prescribing_number,
306
           prescribing_number: this.order.prescribing_number,
307
           prescribing_number_unit: this.order.prescribing_number_unit,
307
           prescribing_number_unit: this.order.prescribing_number_unit,
308
           start_time:this.start_time_str,
308
           start_time:this.start_time_str,
309
+          drug_spec:this.order.drug_spec,
309
           drug_spec_unit:this.order.drug_spec_unit,
310
           drug_spec_unit:this.order.drug_spec_unit,
310
 
311
 
311
         });
312
         });

+ 6 - 6
src/pages/main/dialog/new_order/AddNewOrders.vue Bestand weergeven

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

+ 10 - 8
src/pages/main/dialog/new_order/order_form.vue Bestand weergeven

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

+ 6 - 15
src/pages/main/dialog/subMenu/LongAdviceSubMenu.vue Bestand weergeven

89
               val.child[i]['single'] = ''
89
               val.child[i]['single'] = ''
90
             }
90
             }
91
             name = name+"▲"+val.child[i].advice_name+""
91
             name = name+"▲"+val.child[i].advice_name+""
92
-              + val.child[i].advice_desc
92
+              + val.child[i].drug_spec
93
               + val.child[i].drug_spec_unit
93
               + val.child[i].drug_spec_unit
94
               + val.child[i].presc
94
               + val.child[i].presc
95
               + val.child[i].single
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
             + val.drug_spec_unit
98
             + val.drug_spec_unit
101
             + prescribing_number
99
             + prescribing_number
102
             + " "+single_dose+" "+ " "+val.delivery_way+" "+ val.execution_frequency + val.remark +name
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
             + val.drug_spec_unit
104
             + val.drug_spec_unit
107
             + prescribing_number
105
             + prescribing_number
108
             + " "+single_dose+" "+ " "+val.delivery_way+" "+ val.execution_frequency + val.remark
106
             + " "+single_dose+" "+ " "+val.delivery_way+" "+ val.execution_frequency + val.remark
109
-
110
         }
107
         }
111
 
108
 
112
 
109
 
137
           return cur
134
           return cur
138
         }, [])
135
         }, [])
139
 
136
 
140
-
137
+        results
141
 
138
 
142
         return results
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
     watch: {
143
     watch: {
153
       visibility (val) {
144
       visibility (val) {

+ 31 - 9
src/pages/main/today/TodayTab.vue Bestand weergeven

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

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