28169 vor 6 Tagen
Ursprung
Commit
7c7d23d48c

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue Datei anzeigen

@@ -1907,7 +1907,7 @@ export default {
1907 1907
                 this.records[i].his_advices.forEach((item,index)=>{
1908 1908
                   // console.log("itemwowowowowo",item)
1909 1909
                   let { new_groupno } = item
1910
-                  if(item.delivery_way !='口服' && item.delivery_way!='中药口服'){
1910
+                  if(item.delivery_way !='口服' && item.delivery_way!='中药口服' && item.advice_name.indexOf('胰岛素')==-1){
1911 1911
                     if(item.execution_frequency.indexOf('上机前')==-1){
1912 1912
                       if(!objInfo[new_groupno] ){
1913 1913
                       console.log('66666666',item);

+ 1 - 1
src/xt_pages/dialysis/doctorAdvicePrintTwo.vue Datei anzeigen

@@ -144,7 +144,7 @@ export default {
144 144
                         hisAdvices[i].doctor_advice[j].patient_name = hisAdvices[i].patient.name
145 145
                         hisAdvices[i].doctor_advice[j].sort = 0
146 146
                         hisAdvices[i].doctor_advice[j].sort =  hisAdvices[i].device_number.sort
147
-                        if(hisAdvices[i].doctor_advice[j].delivery_way !='口服' && hisAdvices[i].doctor_advice[j].delivery_way!='中药口服'){
147
+                        if(hisAdvices[i].doctor_advice[j].delivery_way !='口服' && hisAdvices[i].doctor_advice[j].delivery_way!='中药口服' && hisAdvices[i].doctor_advice[j].advice_name.indexOf('胰岛素')==-1){
148 148
                           if(hisAdvices[i].doctor_advice[j].execution_frequency.indexOf('上机前')==-1){
149 149
                              newArr.push(hisAdvices[i].doctor_advice[j])
150 150
                           }

+ 1 - 1
src/xt_pages/dialysis/newDoctorAdvice.vue Datei anzeigen

@@ -1550,7 +1550,7 @@ export default {
1550 1550
         this.$router.push({ path: "/dialysis/doctorAdvicePrint/one",query:{time: new Date(this.time).getTime(),delivery_way:name,excution_way:this.excution_way,schedulType:this.schedulType,partitionType:this.partitionType} });
1551 1551
        }
1552 1552
 
1553
-       if(this.org_id == 10721){
1553
+       if(this.org_id == 10721 || this.org_id == 0){
1554 1554
          this.$router.push({ path: "/dialysis/doctorAdvicePrint/two",query:{time: new Date(this.time).getTime(),delivery_way:name,excution_way:this.excution_way,schedulType:this.schedulType,partitionType:this.partitionType} });
1555 1555
        }
1556 1556
 

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrdereightyone.vue Datei anzeigen

@@ -2552,7 +2552,7 @@ export default {
2552 2552
           var docArr = []
2553 2553
           if(this.doctor_advices!=null && this.doctor_advices.length>0){
2554 2554
             for(let i=0;i<this.doctor_advices.length;i++){
2555
-              if(this.doctor_advices[i].delivery_way!='口服' && this.doctor_advices[i].delivery_way!='中药口服'){
2555
+              if(this.doctor_advices[i].delivery_way!='口服' && this.doctor_advices[i].delivery_way!='中药口服'&& this.doctor_advices[i].advice_name.indexOf('胰岛素')==-1){
2556 2556
                 if(this.doctor_advices[i].execution_frequency.indexOf("上机前") == -1 ){
2557 2557
                   docArr.push(this.doctor_advices[i])
2558 2558
                  }

+ 16 - 11
src/xt_pages/user/inspection.vue Datei anzeigen

@@ -911,17 +911,21 @@ export default {
911 911
       var today = new Date()
912 912
       this.form.inspect_date = uParseTime(today, '{y}-{m}-{d} {h}:{i}')
913 913
       this.form.formItem = []
914
+
915
+      console.log("hhhhhhhhhhhhhhhhhhhhhhhhhhhh",this.project.inspection_reference)
914 916
       for (var index in this.project.inspection_reference) {
915
-        // var formItem = this.project.inspection_reference[index];
916
-        // formItem["value"] = '';
917
-        // if (formItem.range_type==2) {
918
-        //   formItem["select_options"] = formItem.range_options.split(",");
919
-        // }
917
+        var item_id =0
918
+        if(this.project.inspection_reference[index].item_id == 0){
919
+            item_id =  parseInt(this.project.inspection_reference[index].id) 
920
+        }
921
+        if(this.project.inspection_reference[index].item_id > 0){
922
+          item_id = parseInt(this.project.inspection_reference[index].item_id) 
923
+        }
920 924
         this.form.formItem.push({
921 925
           id: 0,
922 926
           project_id: this.project.inspection_reference[index].project_id,
923 927
           project_name: this.project.inspection_reference[index].project_name,
924
-          item_id: this.project.inspection_reference[index].id,
928
+          item_id:item_id,
925 929
           item: this.project.inspection_reference[index].item,
926 930
           item_name: this.project.inspection_reference[index].item_name,
927 931
           range_type: this.project.inspection_reference[index].range_type,
@@ -1023,10 +1027,11 @@ export default {
1023 1027
             this.$message.error('未填写项目')
1024 1028
             return false
1025 1029
           }
1026
-          for (var index in this.form.formItem) {
1027
-            this.form.formItem[index].value =
1028
-              '' + this.form.formItem[index].value
1029
-          }
1030
+          for (var index in this.form.formItem) {this.form.formItem[index].value ='' + this.form.formItem[index].value}
1031
+
1032
+          console.log("this.form",this.form)
1033
+
1034
+         
1030 1035
           CreatePatientInspection(
1031 1036
             this.patientID,
1032 1037
             this.form,
@@ -1352,7 +1357,7 @@ export default {
1352 1357
                 console.log('执行0',inspectionsMap[items[index].id]);
1353 1358
 
1354 1359
                 if (typeof(inspectionsMap[parseInt(items[index].item_id)])  == "undefined") {
1355
-                  if(this.org_id == 10121 || this.org_id ==10138 || this.org_id ==10278 ){
1360
+                  if(this.org_id == 10121 || this.org_id ==10138 || this.org_id ==10278){
1356 1361
                     item.value = inspectionsMap[items[index].id].inspect_value
1357 1362
                     item.item_name = inspectionsMap[items[index].id].item_name
1358 1363
                   }else{

+ 5 - 1
src/xt_pages/user/lapsoSummary.vue Datei anzeigen

@@ -322,8 +322,12 @@
322 322
               </el-col>
323 323
               <el-col :span="24" v-if="lapseto == 2  || lapseto == 3 || lapseto == 4 || lapseto ==11">
324 324
                   <el-form-item label="转归类型:"> 
325
-                      <el-radio-group style="padding: 10px;" v-model="lapse_type">
325
+                      <el-radio-group style="padding: 10px;" v-model="lapse_type" :disabled="true">
326 326
                           <el-radio  label="1">转入</el-radio>
327
+                          <el-radio  label="2">转出</el-radio>
328
+                          <el-radio  label="3">死亡</el-radio>
329
+                          <el-radio  label="4">院内转诊</el-radio>
330
+                          <el-radio  label="11">请假</el-radio>
327 331
                     </el-radio-group>
328 332
                   </el-form-item>
329 333
               </el-col>

+ 13 - 13
src/xt_permission.js Datei anzeigen

@@ -12,19 +12,19 @@ const permissionWhiteList = loginWhiteList.concat(['/']) // 权限验证白名
12 12
 
13 13
 router.beforeEach((to, from, next) => {
14 14
   // 线上注释
15
-  // if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
-  //   store.dispatch('VerifyConfigList', []).then(() => {
17
-  //     next()
18
-  //   })
19
-  // }
20
-  // if (store.getters.permission_routers === undefined) {
21
-  //   store.dispatch('xt_GenerateRoutes', []).then(() => {
22
-  //     next()
23
-  //   })
24
-  // } else {
25
-  //   next()
26
-  // }
27
-  // return
15
+  if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
+    store.dispatch('VerifyConfigList', []).then(() => {
17
+      next()
18
+    })
19
+  }
20
+  if (store.getters.permission_routers === undefined) {
21
+    store.dispatch('xt_GenerateRoutes', []).then(() => {
22
+      next()
23
+    })
24
+  } else {
25
+    next()
26
+  }
27
+  return
28 28
   // 线上注释
29 29
   NProgress.start()
30 30
   // console.log(store.getters.current_role_urls.indexOf(to.path))