Browse Source

修改样式1

See999 4 years ago
parent
commit
9f14999543

+ 16 - 0
src/api/manage.js View File

658
     params: params
658
     params: params
659
   });
659
   });
660
 }
660
 }
661
+
662
+export function selectChange(id, params) {
663
+  return request({
664
+    url: '/api/manage/selectchange?id=' + id,
665
+    method: 'get',
666
+    params: params
667
+  })
668
+}
669
+
670
+export function selectBed(id, params) {
671
+  return request({
672
+    url: '/api/manage/selectbed?id=' + id,
673
+    method: 'get',
674
+    params: params
675
+  })
676
+}

+ 11 - 11
src/xt_pages/data/prescription.vue View File

85
                     <el-input v-model="addPlan.blood_flow_volume" ></el-input>
85
                     <el-input v-model="addPlan.blood_flow_volume" ></el-input>
86
                   </el-form-item>
86
                   </el-form-item>
87
                 </el-col>
87
                 </el-col>
88
-                <el-col :span="8" v-if="this.$store.getters.xt_user.template_info.template_id == 6">
89
-                  <el-form-item label="目标超滤量(ml) : ">
90
-                    <el-input v-model="addPlan.target_ultrafiltration" type="number" ></el-input>
91
-                  </el-form-item>
92
-                </el-col>
93
-
94
-                <el-col :span="8" v-if="this.$store.getters.xt_user.template_info.template_id != 6">
95
-                  <el-form-item label="目标超滤量(L) : ">
96
-                    <el-input v-model="addPlan.target_ultrafiltration" type="number" ></el-input>
97
-                  </el-form-item>
98
-                </el-col>
88
+                <!--<el-col :span="8" v-if="this.$store.getters.xt_user.template_info.template_id == 6">-->
89
+                  <!--<el-form-item label="目标超滤量(ml) : ">-->
90
+                    <!--<el-input v-model="addPlan.target_ultrafiltration" type="number" ></el-input>-->
91
+                  <!--</el-form-item>-->
92
+                <!--</el-col>-->
93
+
94
+                <!--<el-col :span="8" v-if="this.$store.getters.xt_user.template_info.template_id != 6">-->
95
+                  <!--<el-form-item label="目标超滤量(L) : ">-->
96
+                    <!--<el-input v-model="addPlan.target_ultrafiltration" type="number" ></el-input>-->
97
+                  <!--</el-form-item>-->
98
+                <!--</el-col>-->
99
 
99
 
100
 
100
 
101
                 <el-col :span="8">
101
                 <el-col :span="8">

+ 1 - 1
src/xt_pages/data/printTemplate.vue View File

112
               //同步
112
               //同步
113
               this.loading = false
113
               this.loading = false
114
 
114
 
115
-              store.dispatch("updateAllFiledConfigList", response.data.data.fileds).then(() => {});
115
+              // store.dispatch("updateAllFiledConfigList", response.data.data.fileds).then(() => {});
116
               this.$message({
116
               this.$message({
117
                 type: 'success',
117
                 type: 'success',
118
                 message: '切换成功'
118
                 message: '切换成功'

+ 31 - 1
src/xt_pages/dialysis/details/assessmentBefore.vue View File

95
           <span class="unit" v-if="systolic_blood_pressure!='0'">mmHg</span>
95
           <span class="unit" v-if="systolic_blood_pressure!='0'">mmHg</span>
96
         </li>
96
         </li>
97
 
97
 
98
+        <li v-if="isShow('导管打折')">
99
+          <label>导管打折 : </label>
100
+          <span class="content" v-if="this.record.catheter_bend == 0"></span>
101
+          <span class="content" v-if="this.record.catheter_bend == 1">{{ '有' }}</span>
102
+          <span class="content" v-if="this.record.catheter_bend == 2">{{ '无' }}</span>
103
+
104
+          <span class="unit"></span>
105
+        </li>
106
+
98
         <li v-if="isShow('导管')">
107
         <li v-if="isShow('导管')">
99
           <label>导管 : </label>
108
           <label>导管 : </label>
100
           <span class="content">{{ catheter }}</span>
109
           <span class="content">{{ catheter }}</span>
117
           <span class="unit"></span>
126
           <span class="unit"></span>
118
         </li>
127
         </li>
119
 
128
 
129
+        <li v-if="isShow('内瘘')">
130
+          <label>内瘘: </label>
131
+          <span class="content">{{ internal_fistula }}</span>
132
+          <span class="unit"></span>
133
+        </li>
134
+
135
+
136
+
137
+
120
         <li v-if="isShow('血管通路(内瘘)')">
138
         <li v-if="isShow('血管通路(内瘘)')">
121
           <label>血管通路(内瘘) : </label>
139
           <label>血管通路(内瘘) : </label>
122
           <span class="content">{{blood_access_internal_fistula}}</span>
140
           <span class="content">{{blood_access_internal_fistula}}</span>
270
         </li>
288
         </li>
271
 
289
 
272
 
290
 
273
-
291
+        <li v-if="isShow('内瘘皮肤情况')">
292
+          <label>内瘘皮肤情况: </label>
293
+          <span class="content">{{ internal_fistula_skin }}</span>
294
+          <span class="unit"></span>
295
+        </li>
274
 
296
 
275
 
297
 
276
 
298
 
392
         }
414
         }
393
         return this.record.internal_fistula
415
         return this.record.internal_fistula
394
       },
416
       },
417
+
418
+    internal_fistula_skin: function() {
419
+      if (this.record.id == 0) {
420
+        return '-'
421
+      }
422
+      return this.record.internal_fistula_skin
423
+    },
424
+
395
       is_hemorrhage: function() {
425
       is_hemorrhage: function() {
396
         if (this.record.id == 0) {
426
         if (this.record.id == 0) {
397
           return false
427
           return false

+ 1 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

115
         </div>
115
         </div>
116
         <div class="inline_block" style="margin-left: 10px;">
116
         <div class="inline_block" style="margin-left: 10px;">
117
           诊断:
117
           诊断:
118
-          <div
119
-            class="under_line"
120
-            style="width: 640px;text-align: left;word-break: break-all;word-wrap: break-word;display: inline-block;white-space: pre-wrap;"
121
-          >
118
+          <div class="under_line" style="width: 640px;text-align: left;word-wrap: break-word;white-space: inherit;" >
122
             {{ patientInfo.diagnose }}
119
             {{ patientInfo.diagnose }}
123
           </div>
120
           </div>
124
         </div>
121
         </div>

+ 5 - 5
src/xt_pages/management/components/UserForm.vue View File

55
         <el-button size="small" @click="BatchDelete">批量删除</el-button>
55
         <el-button size="small" @click="BatchDelete">批量删除</el-button>
56
       </el-col>
56
       </el-col>
57
       <el-col :span="6">
57
       <el-col :span="6">
58
-        <el-button size="small" type="primary" @click="printCard">打印</el-button>
58
+        <el-button @click="printCard">打印</el-button>
59
       </el-col>
59
       </el-col>
60
     </el-row>
60
     </el-row>
61
     <el-row>
61
     <el-row>
214
             </el-form-item>
214
             </el-form-item>
215
           </el-col>
215
           </el-col>
216
           <el-col :span="8">
216
           <el-col :span="8">
217
-            <el-form-item label="分区2:">
217
+            <el-form-item label="分区:">
218
               <el-select v-model="userform.zone" placeholder="请选择" class="a">
218
               <el-select v-model="userform.zone" placeholder="请选择" class="a">
219
                 <el-option v-for="item in zones" :key="item.id" :label="item.name" :value="item.id"></el-option>
219
                 <el-option v-for="item in zones" :key="item.id" :label="item.name" :value="item.id"></el-option>
220
               </el-select>
220
               </el-select>
270
           </el-col>
270
           </el-col>
271
           <el-col :span="8">
271
           <el-col :span="8">
272
             <el-form-item label="传染病:">
272
             <el-form-item label="传染病:">
273
-              <el-input style="width:180px" v-model="userform.contagion"></el-input>
273
+              <el-input style="width:180px" v-model="userform.contagion" :disabled="true"></el-input>
274
             </el-form-item>
274
             </el-form-item>
275
           </el-col>
275
           </el-col>
276
         </el-row>
276
         </el-row>
2100
 </script>
2100
 </script>
2101
 <style scoped>
2101
 <style scoped>
2102
 .a {
2102
 .a {
2103
-  .el-col-2 {
2103
+  /* .el-col-2 {
2104
     width: 8.33333%;
2104
     width: 8.33333%;
2105
     margin-bottom: 20px;
2105
     margin-bottom: 20px;
2106
-  }
2106
+  } */
2107
 }
2107
 }
2108
 .print_main_content {
2108
 .print_main_content {
2109
   background-color: white;
2109
   background-color: white;

+ 35 - 6
src/xt_pages/management/home.vue View File

959
                                   </el-col>
959
                                   </el-col>
960
                                   <el-col :span="8">
960
                                   <el-col :span="8">
961
                                      <el-form-item label="班次:" required prop="classtype" class="st">
961
                                      <el-form-item label="班次:" required prop="classtype" class="st">
962
-                                       <el-select v-model="userform.classtype" placeholder="请选择" @change="ChangeClass" style="width:150px">
962
+                                       <el-select v-model="userform.classtype" placeholder="请选择" style="width:150px">
963
                                            <el-option
963
                                            <el-option
964
                                             v-for="item in classType"
964
                                             v-for="item in classType"
965
                                            :key="item.id"
965
                                            :key="item.id"
971
                                      </el-form-item>
971
                                      </el-form-item>
972
                                   </el-col>
972
                                   </el-col>
973
                                   <el-col :span="8">
973
                                   <el-col :span="8">
974
-                                     <el-form-item label="分区:" required prop="zone">
975
-                                         <el-select v-model="userform.zone" placeholder="请选择" style="width:150px">
974
+                                     <el-form-item label="分区:" required prop="zone" >
975
+                                         <el-select v-model="userform.zone" placeholder="请选择" style="width:150px" :disabled="true">
976
                                            <el-option
976
                                            <el-option
977
                                             v-for="item in bedZoneThree"
977
                                             v-for="item in bedZoneThree"
978
                                            :key="item.id"
978
                                            :key="item.id"
987
                                 <el-row>
987
                                 <el-row>
988
                                     <el-col :span="8">
988
                                     <el-col :span="8">
989
                                         <el-form-item label="机位号:" required prop="bed_number">
989
                                         <el-form-item label="机位号:" required prop="bed_number">
990
-                                        <el-select style="width:150px" v-model="userform.bed_number">
990
+                                        <el-select style="width:150px" v-model="userform.bed_number" :disabled="true">
991
                                           <el-option v-for="item in this.bedNumberTwo" :key="item.id" :label="item.number" :value="item.id"></el-option>
991
                                           <el-option v-for="item in this.bedNumberTwo" :key="item.id" :label="item.number" :value="item.id"></el-option>
992
                                         </el-select>
992
                                         </el-select>
993
                                      </el-form-item>
993
                                      </el-form-item>
2069
   import { getAllSubregion, getAllMachine, getMachineDetailById,
2069
   import { getAllSubregion, getAllMachine, getMachineDetailById,
2070
     UpdateMachineInfo, getAllPlan, getAllPlanDetail, DeletePlans,
2070
     UpdateMachineInfo, getAllPlan, getAllPlanDetail, DeletePlans,
2071
     getAllEquimentName, EditPlanDetail, UpdatePlanInfo, SaveInformation, getPatientInfo,
2071
     getAllEquimentName, EditPlanDetail, UpdatePlanInfo, SaveInformation, getPatientInfo,
2072
-    ChangeClass, getAllOrganization, getUserRegister, SaveQualityControl, getOrgName, SaveRepair, SaveBacteria, SaveLincomycin, getAutoData, getAllEquitType, UpdateMacheineTwo, getTotalNumber, getTimeWarning, getAllpatient, UpdateMachineInfoTwo, getPatientDetail, openDelete, getAllMode } from '@/api/manage'
2072
+    ChangeClass, getAllOrganization, getUserRegister, SaveQualityControl, getOrgName, SaveRepair, SaveBacteria, SaveLincomycin, getAutoData, getAllEquitType, UpdateMacheineTwo, getTotalNumber, getTimeWarning, getAllpatient, UpdateMachineInfoTwo, getPatientDetail, openDelete, getAllMode, selectChange, selectBed } from '@/api/manage'
2073
   import { uParseTime } from '@/utils/tools'
2073
   import { uParseTime } from '@/utils/tools'
2074
   import { getToken } from '@/api/qiniu'
2074
   import { getToken } from '@/api/qiniu'
2075
   import PlanForm from './components/PlanForm'
2075
   import PlanForm from './components/PlanForm'
2663
       },
2663
       },
2664
       handleCurrentChange(val) {
2664
       handleCurrentChange(val) {
2665
         this.unitType = val.unit_type
2665
         this.unitType = val.unit_type
2666
-        // console.log('val是什么', val)
2666
+        console.log('val是什么', val)
2667
         this.currentRow = val
2667
         this.currentRow = val
2668
         this.$forceUpdate()
2668
         this.$forceUpdate()
2669
         this.getMachineDetailById(val.id)
2669
         this.getMachineDetailById(val.id)
2677
         this.getAutoData(val.id)
2677
         this.getAutoData(val.id)
2678
         this.getTotalNumber(val.id)
2678
         this.getTotalNumber(val.id)
2679
         this.getTimeWarning(val.id)
2679
         this.getTimeWarning(val.id)
2680
+        this.getData(val.bed_id)
2680
       },
2681
       },
2681
       getAutoData(id) {
2682
       getAutoData(id) {
2682
         getAutoData(id).then(response => {
2683
         getAutoData(id).then(response => {
4261
           var mode = response.data.data.mode
4262
           var mode = response.data.data.mode
4262
           this.deviceMode = mode
4263
           this.deviceMode = mode
4263
         })
4264
         })
4265
+      },
4266
+      selectChange(id) {
4267
+        selectChange(id).then(response => {
4268
+          if (response.data.state === 1) {
4269
+            this.userform.bed_number = ''
4270
+            var change = response.data.data.change
4271
+            this.bedNumberTwo = change
4272
+            // console.log('change', change)
4273
+          }
4274
+        })
4275
+      },
4276
+      selectBed(id) {
4277
+        selectBed(id).then(response => {
4278
+          if (response.data.state === 1) {
4279
+            var zone = response.data.data.zone
4280
+          }
4281
+        })
4282
+      },
4283
+      getData(id) {
4284
+        selectBed(id).then(response => {
4285
+          if (response.data.state === 1) {
4286
+            var zone = response.data.data.zone
4287
+            this.$forceUpdate()
4288
+            this.userform.bed_number = zone.id
4289
+            this.userform.zone = zone.zone_id
4290
+            console.log('zone', zone)
4291
+          }
4292
+        })
4264
       }
4293
       }
4265
     },
4294
     },
4266
     created() {
4295
     created() {

+ 3 - 0
src/xt_pages/mode/index.vue View File

194
       ).then(() => {
194
       ).then(() => {
195
         DeleteMode(id, index).then(response => {
195
         DeleteMode(id, index).then(response => {
196
           if (response.data.state === 1) {
196
           if (response.data.state === 1) {
197
+            // eslint-disable-next-line no-unused-vars
197
             var msg = response.data.data.msg;
198
             var msg = response.data.data.msg;
198
             this.tableData.splice(index, 1);
199
             this.tableData.splice(index, 1);
200
+          } else {
201
+            this.$message.error("该型号已绑定设备,不能删除");
199
           }
202
           }
200
         });
203
         });
201
       });
204
       });

+ 119 - 44
src/xt_pages/upload/fast/Two.vue View File

761
                   }
761
                   }
762
                   break
762
                   break
763
                 case 2:
763
                 case 2:
764
-                  if(response.data.data.inspections != null){
765
-                    if(response.data.data.inspections.length > 0){
766
-                      this.xzg = response.data.data.inspections[16].inspect_value
767
-                      this.ylg = response.data.data.inspections[11].inspect_value
768
-                      this.xl = response.data.data.inspections[18].inspect_value
769
-                      this.ipth = response.data.data.inspections[20].inspect_value
770
-                      this.akp = response.data.data.inspections[4].inspect_value
771
 
764
 
765
+                  if(response.data.data.inspections_one != null) {
766
+                    if(response.data.data.inspections_one.length > 0){
767
+                      this.akp = response.data.data.inspections_one[4].inspect_value
772
                     }
768
                     }
773
                   }else{
769
                   }else{
770
+                    this.akp = ''
771
+
772
+                  }
773
+
774
+                  if(response.data.data.inspections_two != null) {
775
+                    if(response.data.data.inspections_two.length > 0){
776
+                      this.xzg = response.data.data.inspections_two[7].inspect_value
777
+                      this.ylg = response.data.data.inspections_two[2].inspect_value
778
+                      this.xl = response.data.data.inspections_two[9].inspect_value
779
+
780
+                    }
781
+                  }else{
782
+
774
                     this.xzg =''
783
                     this.xzg =''
775
                     this.ylg =''
784
                     this.ylg =''
776
                     this.xl = ''
785
                     this.xl = ''
786
+
787
+                  }
788
+
789
+
790
+                  if(response.data.data.inspections_three != null) {
791
+                    if(response.data.data.inspections_three.length > 0){
792
+                      this.ipth = response.data.data.inspections_three[1].inspect_value
793
+                    }
794
+                  }else{
777
                     this.ipth = ''
795
                     this.ipth = ''
778
-                    this.akp = ''
779
 
796
 
780
                   }
797
                   }
798
+
781
                   break
799
                   break
782
                 case 3:
800
                 case 3:
783
                   if(response.data.data.inspections != null){
801
                   if(response.data.data.inspections != null){
799
                   }
817
                   }
800
                   break
818
                   break
801
                 case 4:
819
                 case 4:
802
-                  if(response.data.data.inspections != null){
803
-                    if(response.data.data.inspections.length > 0){
804
-                      this.ns = response.data.data.inspections[19].inspect_value
805
-                      this.jg = response.data.data.inspections[22].inspect_value
806
-                      this.xns = response.data.data.inspections[20].inspect_value
807
-                      this.xzdb = response.data.data.inspections[3].inspect_value
808
-                      this.xbdb = response.data.data.inspections[5].inspect_value
809
-                      this.alt = response.data.data.inspections[0].inspect_value
810
-                      this.zdhs = response.data.data.inspections[6].inspect_value
811
-                      this.gysz = response.data.data.inspections[24].inspect_value
812
-                      this.dmdzdb = response.data.data.inspections[27].inspect_value
813
-                      this.gmdzdb = response.data.data.inspections[26].inspect_value
814
-                      this.xt = response.data.data.inspections[29].inspect_value
815
-                      this.xj = response.data.data.inspections[13].inspect_value
816
-                      this.xn = response.data.data.inspections[14].inspect_value
817
-                      this.xc = response.data.data.inspections[15].inspect_value
818
-                      this.xm = response.data.data.inspections[9].inspect_value
819
-                      this.xchen = response.data.data.inspections[10].inspect_value
820
-                      this.xe = response.data.data.inspections[12].inspect_value
820
+
821
+                  if(response.data.data.inspections_one != null) {
822
+                    if(response.data.data.inspections_one.length > 0){
823
+
824
+                      this.xzdb = response.data.data.inspections_one[3].inspect_value
825
+                      this.xbdb = response.data.data.inspections_one[5].inspect_value
826
+                      this.alt = response.data.data.inspections_one[0].inspect_value
827
+                      this.zdhs =response.data.data.inspections_one[6].inspect_value
821
 
828
 
822
                     }
829
                     }
823
                   }else{
830
                   }else{
824
-
825
-                    this.ns = ''
826
-                    this.jg = ''
827
-                    this.xns =''
828
                     this.xzdb = ''
831
                     this.xzdb = ''
829
                     this.xbdb = ''
832
                     this.xbdb = ''
830
                     this.alt = ''
833
                     this.alt = ''
831
-                    this.zdhs =''
832
-                    this.gysz = ''
833
-                    this.dmdzdb =''
834
-                    this.gmdzdb = ''
835
-                    this.xt = ''
834
+                    this.zdhs = ''
835
+
836
+
837
+                  }
838
+
839
+
840
+
841
+
842
+
843
+                  if(response.data.data.inspections_two != null) {
844
+                    if(response.data.data.inspections_two.length > 0){
845
+                      this.xj = response.data.data.inspections_two[4].inspect_value
846
+                      this.xn = response.data.data.inspections_two[5].inspect_value
847
+                      this.xc = response.data.data.inspections_two[6].inspect_value
848
+                      this.xm = response.data.data.inspections_two[0].inspect_value
849
+                      this.xchen = response.data.data.inspections_two[1].inspect_value
850
+                      this.xe = response.data.data.inspections_two[3].inspect_value
851
+
852
+
853
+                    }
854
+                  }else{
855
+
836
                     this.xj = ''
856
                     this.xj = ''
837
                     this.xn = ''
857
                     this.xn = ''
838
                     this.xc = ''
858
                     this.xc = ''
842
 
862
 
843
 
863
 
844
                   }
864
                   }
865
+
866
+
867
+                  if(response.data.data.inspections_three != null) {
868
+                    if(response.data.data.inspections_three.length > 0){
869
+                      this.ns = response.data.data.inspections_three[0].inspect_value
870
+                      this.jg = response.data.data.inspections_three[3].inspect_value
871
+                      this.xns =response.data.data.inspections_three[1].inspect_value
872
+
873
+
874
+                    }
875
+                  }else{
876
+                    this.ns = ''
877
+                    this.jg = ''
878
+                    this.xns = ''
879
+
880
+                  }
881
+
882
+                  if(response.data.data.inspections_four != null) {
883
+                    if(response.data.data.inspections_four.length > 0){
884
+                      this.gysz = response.data.data.inspections_four[0].inspect_value
885
+                      this.dmdzdb = response.data.data.inspections_four[3].inspect_value
886
+                      this.gmdzdb =response.data.data.inspections_four[2].inspect_value
887
+
888
+
889
+                    }
890
+                  }else{
891
+                    this.gysz  = ''
892
+                    this.gmdzdb = ''
893
+                    this.dmdzdb = ''
894
+
895
+                  }
896
+
897
+
898
+
899
+                  if(response.data.data.inspections_five != null){
900
+                    if(response.data.data.inspections_five.length > 0){
901
+                      this.xt = response.data.data.inspections_five[0].inspect_value
902
+
903
+                    }
904
+                  }else{
905
+                    this.xt = ''
906
+
907
+
908
+
909
+                  }
910
+
911
+
845
                   break
912
                   break
846
                 case 5:
913
                 case 5:
847
-                  if(response.data.data.inspections != null){
848
-                    if(response.data.data.inspections.length > 0){
849
-                      this.cfydb = response.data.data.inspections[5].inspect_value
850
-                      this.qbdb = response.data.data.inspections[6].inspect_value
851
-                      this.b2wdb = response.data.data.inspections[2].inspect_value
852
-
914
+                  if(response.data.data.inspections_one != null){
915
+                    if(response.data.data.inspections_one.length > 0){
916
+                      this.b2wdb = response.data.data.inspections_one[2].inspect_value
853
                     }
917
                     }
854
                   }else{
918
                   }else{
919
+                    this.b2wdb = ''
855
 
920
 
921
+                  }
922
+
923
+                  if(response.data.data.inspections_two != null){
924
+                    if(response.data.data.inspections_two.length > 0){
925
+                      this.cfydb = response.data.data.inspections_two[0].inspect_value
926
+                      this.qbdb = response.data.data.inspections_two[1].inspect_value
927
+
928
+                    }
929
+                  }else{
856
                     this.cfydb =''
930
                     this.cfydb =''
857
                     this.qbdb = ''
931
                     this.qbdb = ''
858
-                    this.b2wdb = ''
932
+                  }
933
+
934
+
859
 
935
 
860
 
936
 
861
-                  }
862
                   break
937
                   break
863
                 case 6:
938
                 case 6:
864
                   if(response.data.data.inspections != null){
939
                   if(response.data.data.inspections != null){

+ 34 - 34
src/xt_pages/user/components/PatientForm.vue View File

752
     {
752
     {
753
       id: 0,
753
       id: 0,
754
       item: "",
754
       item: "",
755
-      item_id: 104,
756
-      item_name: "甲型肝抗体测定(Anti-HAV:各种免疫方法)",
755
+      item_id: 60,
756
+      item_name: "丙型肝炎病毒核心抗体(AntiHCV)",
757
       project_id: 14,
757
       project_id: 14,
758
-      project_name: "甲肝乙肝丙肝梅毒HIV",
758
+      project_name: "传染病检查",
759
       range_type: 2,
759
       range_type: 2,
760
       select_options: ["阴性", "阳性", "弱阳性"],
760
       select_options: ["阴性", "阳性", "弱阳性"],
761
       unit: "",
761
       unit: "",
764
     {
764
     {
765
       id: 0,
765
       id: 0,
766
       item: "",
766
       item: "",
767
-      item_id: 105,
768
-      item_name: "乙型肝炎表面抗原测定(HBsAg:酶标法)",
767
+      item_id: 62,
768
+      item_name: "乙型肝炎病毒表面抗原(HBsAg)",
769
       project_id: 14,
769
       project_id: 14,
770
-      project_name: "甲肝乙肝丙肝梅毒HIV",
770
+      project_name: "传染病检查",
771
       range_type: 2,
771
       range_type: 2,
772
       select_options: ["阴性", "阳性", "弱阳性"],
772
       select_options: ["阴性", "阳性", "弱阳性"],
773
       unit: "",
773
       unit: "",
776
     {
776
     {
777
       id: 0,
777
       id: 0,
778
       item: "",
778
       item: "",
779
-      item_id: 106,
780
-      item_name: "乙型肝炎表面抗体测定(Anti-HBs:酶标法)",
779
+      item_id: 63,
780
+      item_name: "乙型肝炎病毒表面抗体(AntiHBs)",
781
       project_id: 14,
781
       project_id: 14,
782
-      project_name: "甲肝乙肝丙肝梅毒HIV",
782
+      project_name: "传染病检查",
783
       range_type: 2,
783
       range_type: 2,
784
       select_options: ["阴性", "阳性", "弱阳性"],
784
       select_options: ["阴性", "阳性", "弱阳性"],
785
       unit: "",
785
       unit: "",
788
     {
788
     {
789
       id: 0,
789
       id: 0,
790
       item: "",
790
       item: "",
791
-      item_id: 107,
792
-      item_name: "乙型肝炎e抗原测定(HBeAg:酶标法)",
791
+      item_id: 64,
792
+      item_name: "乙型肝炎病毒E抗原(HBeAg)",
793
       project_id: 14,
793
       project_id: 14,
794
-      project_name: "甲肝乙肝丙肝梅毒HIV",
794
+      project_name: "传染病检查",
795
       range_type: 2,
795
       range_type: 2,
796
       select_options: ["阴性", "阳性", "弱阳性"],
796
       select_options: ["阴性", "阳性", "弱阳性"],
797
       unit: "",
797
       unit: "",
800
     {
800
     {
801
       id: 0,
801
       id: 0,
802
       item: "",
802
       item: "",
803
-      item_id: 108,
804
-      item_name: "乙型肝炎e抗体测定(Anti-Hbe:酶标法)",
803
+      item_id: 65,
804
+      item_name: "乙型肝炎病毒E抗体(AntiHBe)",
805
       project_id: 14,
805
       project_id: 14,
806
-      project_name: "甲肝乙肝丙肝梅毒HIV",
806
+      project_name: "传染病检查",
807
       range_type: 2,
807
       range_type: 2,
808
       select_options: ["阴性", "阳性", "弱阳性"],
808
       select_options: ["阴性", "阳性", "弱阳性"],
809
       unit: "",
809
       unit: "",
812
     {
812
     {
813
       id: 0,
813
       id: 0,
814
       item: "",
814
       item: "",
815
-      item_id: 109,
816
-      item_name: "乙型肝炎核心抗体测定(Anti-HBc)",
815
+      item_id: 66,
816
+      item_name: "乙型肝炎病毒核心抗体(AntiHBc)",
817
       project_id: 14,
817
       project_id: 14,
818
-      project_name: "甲肝乙肝丙肝梅毒HIV",
818
+      project_name: "传染病检查",
819
       range_type: 2,
819
       range_type: 2,
820
       select_options: ["阴性", "阳性", "弱阳性"],
820
       select_options: ["阴性", "阳性", "弱阳性"],
821
       unit: "",
821
       unit: "",
824
     {
824
     {
825
       id: 0,
825
       id: 0,
826
       item: "",
826
       item: "",
827
-      item_id: 110,
828
-      item_name: "丙型肝炎抗体测定(Anti-HCV:定性)",
827
+      item_id: 111,
828
+      item_name: "HIV抗体",
829
       project_id: 14,
829
       project_id: 14,
830
-      project_name: "甲肝乙肝丙肝梅毒HIV",
830
+      project_name: "传染病检查",
831
       range_type: 2,
831
       range_type: 2,
832
       select_options: ["阴性", "阳性", "弱阳性"],
832
       select_options: ["阴性", "阳性", "弱阳性"],
833
       unit: "",
833
       unit: "",
836
     {
836
     {
837
       id: 0,
837
       id: 0,
838
       item: "",
838
       item: "",
839
-      item_id: 111,
840
-      item_name: "人类免疫缺陷病毒抗体测定(Anti-HIV)",
839
+      item_id: 112,
840
+      item_name: "梅毒",
841
       project_id: 14,
841
       project_id: 14,
842
-      project_name: "甲肝乙肝丙肝梅毒HIV",
842
+      project_name: "传染病检查",
843
       range_type: 2,
843
       range_type: 2,
844
       select_options: ["阴性", "阳性", "弱阳性"],
844
       select_options: ["阴性", "阳性", "弱阳性"],
845
       unit: "",
845
       unit: "",
848
     {
848
     {
849
       id: 0,
849
       id: 0,
850
       item: "",
850
       item: "",
851
-      item_id: 112,
852
-      item_name: "梅毒螺旋体特异抗体测定(凝集,印迹法)",
851
+      item_id: 178,
852
+      item_name: "乙型病毒DNA测定(HBVDNH)",
853
       project_id: 14,
853
       project_id: 14,
854
-      project_name: "甲肝乙肝丙肝梅毒HIV",
855
-      range_type: 2,
856
-      select_options: ["阴性", "阳性", "弱阳性"],
854
+      project_name: "传染病检查",
855
+      range_type: 1,
856
+      select_options: 0,
857
       unit: "",
857
       unit: "",
858
       value: ""
858
       value: ""
859
     },
859
     },
860
     {
860
     {
861
       id: 0,
861
       id: 0,
862
       item: "",
862
       item: "",
863
-      item_id: 113,
864
-      item_name: "快速血浆反应素试验(RPR)",
863
+      item_id: 179,
864
+      item_name: "丙型病毒DNA测定(HCVDNH",
865
       project_id: 14,
865
       project_id: 14,
866
-      project_name: "甲肝乙肝丙肝梅毒HIV",
867
-      range_type: 2,
868
-      select_options: ["阴性", "阳性", "弱阳性"],
866
+      project_name: "传染病检查",
867
+      range_type: 1,
868
+      select_options: 0,
869
       unit: "",
869
       unit: "",
870
       value: ""
870
       value: ""
871
     }
871
     }

+ 11 - 11
src/xt_pages/user/dialysisSolution.vue View File

188
               <el-input v-model="addPlan.blood_flow_volume"></el-input>
188
               <el-input v-model="addPlan.blood_flow_volume"></el-input>
189
             </el-form-item>
189
             </el-form-item>
190
           </el-col>
190
           </el-col>
191
-          <el-col :span="8" v-if="isShows('目标超滤量')&&this.$store.getters.xt_user.template_info.template_id == 6">
192
-            <el-form-item label="目标超滤量(ml) : ">
193
-              <el-input v-model="addPlan.target_ultrafiltration" type="number"></el-input>
194
-            </el-form-item>
195
-          </el-col>
196
-
197
-          <el-col :span="8" v-if="isShows('目标超滤量')&&this.$store.getters.xt_user.template_info.template_id != 6">
198
-            <el-form-item label="目标超滤量(L) : ">
199
-              <el-input v-model="addPlan.target_ultrafiltration" type="number"></el-input>
200
-            </el-form-item>
201
-          </el-col>
191
+          <!--<el-col :span="8" v-if="isShows('目标超滤量')&&this.$store.getters.xt_user.template_info.template_id == 6">-->
192
+            <!--<el-form-item label="目标超滤量(ml) : ">-->
193
+              <!--<el-input v-model="addPlan.target_ultrafiltration" type="number"></el-input>-->
194
+            <!--</el-form-item>-->
195
+          <!--</el-col>-->
196
+
197
+          <!--<el-col :span="8" v-if="isShows('目标超滤量')&&this.$store.getters.xt_user.template_info.template_id != 6">-->
198
+            <!--<el-form-item label="目标超滤量(L) : ">-->
199
+              <!--<el-input v-model="addPlan.target_ultrafiltration" type="number"></el-input>-->
200
+            <!--</el-form-item>-->
201
+          <!--</el-col>-->
202
 
202
 
203
 
203
 
204
           <el-col :span="8" v-if="isShows('透析液配方')">
204
           <el-col :span="8" v-if="isShows('透析液配方')">

File diff suppressed because it is too large
+ 803 - 790
src/xt_pages/user/doctorAdvice.vue