Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 1 year ago
parent
commit
abb4e1e168

+ 2 - 1
src/store/modules/globalConfig.js View File

@@ -187,7 +187,8 @@ const global_config = {
187 187
       {
188 188
         id: 12,
189 189
         name: '退休人员'
190
-      }
190
+      },
191
+    
191 192
     ],
192 193
     induction_options: [ // 诱导期
193 194
       {

+ 9 - 3
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue View File

@@ -1159,8 +1159,7 @@
1159 1159
         }
1160 1160
 
1161 1161
         this.assessmentBeforeDislysis.pathway_formation_time = moment(new Date()).format('YYYY-MM-DD')
1162
-        console.log(" this.assessmentBeforeDislysis.pathway_formation_time", moment(new Date()).format('YYYY-MM-DD'))
1163
-        console.log("hhahhahahah",assessment)
1162
+        
1164 1163
         if(assessment!=null){
1165 1164
           if(assessment.pathway_formation_time >0){
1166 1165
             this.assessmentBeforeDislysis.pathway_formation_time =  this.getTimeOne(assessment.pathway_formation_time)
@@ -1175,7 +1174,7 @@
1175 1174
             this.assessmentBeforeDislysis.lien_necessary = assessment.lien_necessary.toString()
1176 1175
           }
1177 1176
         }
1178
-
1177
+       
1179 1178
 
1180 1179
 
1181 1180
 
@@ -1256,6 +1255,13 @@
1256 1255
             }
1257 1256
           }
1258 1257
 
1258
+        console.log("hhahhahahah",lastAssessment)
1259
+        if (lastAssessment !=null) {
1260
+          this.assessmentBeforeDislysis.blood_access_part_opera_id = lastAssessment.blood_access_part_opera_id
1261
+          this.assessmentBeforeDislysis.blood_access_part_id = lastAssessment.blood_access_part_id
1262
+           
1263
+        }
1264
+
1259 1265
         } else {
1260 1266
           console.log("为首务2322323",this.assessmentBeforeDislysis.period)
1261 1267
           this.assessmentBeforeDislysis.period = this.assessmentBeforeDislysis.period.toString()

+ 11 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

@@ -138,7 +138,7 @@
138 138
                     </el-col>
139 139
 
140 140
                     <el-col :span="8"
141
-                            v-if="isShows('处方脱水量')">
141
+                            v-if="isShows('处方脱水量') && this.$store.getters.xt_user.template_info.org_id != 10597">
142 142
                         <el-form-item label="处方脱水量(ml):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
143 143
                             <el-input
144 144
                                     type="number"
@@ -147,6 +147,16 @@
147 147
                         </el-form-item>
148 148
                     </el-col>
149 149
 
150
+                    <el-col :span="8"
151
+                            v-if="isShows('处方脱水量') && this.$store.getters.xt_user.template_info.org_id == 10597">
152
+                        <el-form-item label="处方脱水量(L):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
153
+                            <el-input
154
+                                    type="number"
155
+                                    v-model="dialysisPrescription.prescription_water"
156
+                            ></el-input>
157
+                        </el-form-item>
158
+                    </el-col>
159
+
150 160
                     <el-col :span="8"
151 161
                             v-if="isShows('加糖')">
152 162
                         <el-form-item label="加糖:" prop="prescription_water" :rules="isCheckmust('加糖')">

+ 4 - 0
src/xt_pages/user/components/PatientDetail.vue View File

@@ -1499,6 +1499,10 @@ export default {
1499 1499
     this.rhOptions = this.$store.getters.rh;
1500 1500
     this.educationOptions = getDataConfig("patient", "education_types");
1501 1501
     this.professionOptions = getDataConfig("patient", "profession_options");
1502
+    var obj ={id:11,name:"退休"}
1503
+    var objOne = {id:12,name:"灵活就业人员"}
1504
+    this.professionOptions.push(obj)
1505
+    this.professionOptions.push(objOne)
1502 1506
     this.inductionOptions = this.$store.getters.induction_options;
1503 1507
     this.contagionList = this.$store.getters.contagions;
1504 1508
     this.checkDisease = this.$store.getters.disease;

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

@@ -1541,7 +1541,12 @@ export default {
1541 1541
     // this.typeOptions = this.$store.getters.blood_types;
1542 1542
     // this.rhOptions = this.$store.getters.rh;
1543 1543
     this.educationOptions = getDataConfig("patient", "education_types");
1544
+
1544 1545
     this.professionOptions = getDataConfig("patient", "profession_options");
1546
+    var obj ={id:11,name:"退休"}
1547
+    var objOne = {id:12,name:"灵活就业人员"}
1548
+    this.professionOptions.push(obj)
1549
+    this.professionOptions.push(objOne)
1545 1550
 
1546 1551
   
1547 1552
     // this.inductionOptions = this.$store.getters.induction_options;