Browse Source

更改模板10样式

XMLWAN 5 years ago
parent
commit
b3c102a02a

+ 4 - 4
src/xt_pages/dialysis/batch_print/batch_print_order.vue View File

1142
                           style="width: 100px;text-align: center"
1142
                           style="width: 100px;text-align: center"
1143
                         >
1143
                         >
1144
                           {{
1144
                           {{
1145
-                          record.assessment_after_dislysis &&
1146
-                          record.assessment_after_dislysis.cruor
1147
-                          ? record.assessment_after_dislysis.cruor
1148
-                          : "/"
1145
+                            record.assessment_after_dislysis &&
1146
+                            record.assessment_after_dislysis.cruor
1147
+                              ? record.assessment_after_dislysis.cruor
1148
+                              : "/"
1149
                           }}
1149
                           }}
1150
                         </div>
1150
                         </div>
1151
                       </div>
1151
                       </div>

+ 15 - 6
src/xt_pages/dialysis/batch_print/batch_print_order_five_two.vue View File

246
                 <div class="row" style="padding: 2px 0;line-height:24px;">
246
                 <div class="row" style="padding: 2px 0;line-height:24px;">
247
                   <div class="inline_block">
247
                   <div class="inline_block">
248
                     血管通路:
248
                     血管通路:
249
-                    <check-box text="内瘘"
250
-                               :checked="isCheckBoxChecked(record.prescription, 'blood_access', 1)"></check-box>
251
-                    <check-box text="直穿"
252
-                               :checked="isCheckBoxChecked(record.prescription, 'blood_access', 2)"></check-box>
253
-                    <check-box text="导管"
254
-                               :checked="isCheckBoxChecked(record.prescription, 'blood_access', 3)"></check-box>
249
+<!--                    <check-box text="内瘘"-->
250
+<!--                               :checked="isCheckBoxChecked(record.prescription, 'blood_access', 1)"></check-box>-->
251
+<!--                    <check-box text="直穿"-->
252
+<!--                               :checked="isCheckBoxChecked(record.prescription, 'blood_access', 2)"></check-box>-->
253
+<!--                    <check-box text="导管"-->
254
+<!--                               :checked="isCheckBoxChecked(record.prescription, 'blood_access', 3)"></check-box>-->
255
+
256
+                    <check-box
257
+                      v-for="(item, index) in bloodAccessParOpera"
258
+                      :key="index"
259
+                      :text="item.name"
260
+                      :checked="
261
+                      record.prescription.blood_access == item.id ? true : false
262
+                    "
263
+                    ></check-box>
255
                   </div>
264
                   </div>
256
                   <div class="inline_block">
265
                   <div class="inline_block">
257
                     &emsp;血流量:
266
                     &emsp;血流量:

File diff suppressed because it is too large
+ 1455 - 822
src/xt_pages/dialysis/batch_print/batch_print_order_other_two.vue


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

347
 
347
 
348
 
348
 
349
 
349
 
350
-                    <el-col :span="8">
351
-
352
-                      <el-form-item label="位置: " v-if="isShow('位置')">
353
-                        <el-select v-model="assessmentBeforeDislysis.venous_catheterization_part">
354
-                          <el-option :key="0" label="请选择" :value="0"></el-option>
355
-
356
-                          <el-option v-for="item in this.$store.getters.venous_catheterization_part" :label="item.name"
357
-                                     :value="item.id"
358
-                                     :key="item.id"></el-option>
359
-                        </el-select>
360
-                      </el-form-item>
361
-                    </el-col>
350
+          <el-col :span="8">
351
+
352
+            <el-form-item label="位置: " v-if="isShow('位置')">
353
+              <el-select v-model="assessmentBeforeDislysis.venous_catheterization_part">
354
+                <el-option :key="0" label="请选择" :value="0"></el-option>
355
+
356
+                <el-option v-for="item in this.$store.getters.venous_catheterization_part" :label="item.name"
357
+                           :value="item.id"
358
+                           :key="item.id"></el-option>
359
+              </el-select>
360
+            </el-form-item>
361
+          </el-col>
362
 
362
 
363
 
363
 
364
 
364
 

+ 5 - 2
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

1213
       this.body_fluid_option = this.$store.getters.body_fluid;
1213
       this.body_fluid_option = this.$store.getters.body_fluid;
1214
       this.special_medicine_option = this.$store.getters.special_medicine;
1214
       this.special_medicine_option = this.$store.getters.special_medicine;
1215
       this.displace_liqui_part_option = this.$store.getters.displace_liqui;
1215
       this.displace_liqui_part_option = this.$store.getters.displace_liqui;
1216
-      this.blood_access_option = this.$store.getters.blood_access_internal_fistula;
1217
-
1216
+      // this.blood_access_option = this.$store.getters.blood_access_internal_fistula;
1217
+      this.blood_access_option = getDataConfig(
1218
+        "hemodialysis",
1219
+        "vascular_access_desc"
1220
+      );
1218
       var date = this.$route.query && this.$route.query.date;
1221
       var date = this.$route.query && this.$route.query.date;
1219
       this.record_date = uParseTime(date, "{y}-{m}-{d}");
1222
       this.record_date = uParseTime(date, "{y}-{m}-{d}");
1220
 
1223
 

+ 1 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderOne.vue View File

1243
             }
1243
             }
1244
             this.check = response.data.data.check
1244
             this.check = response.data.data.check
1245
             this.predialysis = response.data.data.PredialysisEvaluation
1245
             this.predialysis = response.data.data.PredialysisEvaluation
1246
+            console.log("透前评估",this.predialysis)
1246
             this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(this.predialysis.blood_access_part_opera_id)
1247
             this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(this.predialysis.blood_access_part_opera_id)
1247
             this.afterdialysis = response.data.data.AssessmentAfterDislysis
1248
             this.afterdialysis = response.data.data.AssessmentAfterDislysis
1248
             console.log("透后评估数据",this.afterdialysis)
1249
             console.log("透后评估数据",this.afterdialysis)

+ 34 - 21
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue View File

1165
                     <check-box
1165
                     <check-box
1166
                       text="无"
1166
                       text="无"
1167
                       :checked="
1167
                       :checked="
1168
-                       afterdialysis.complication.indexOf('无') > -1
1168
+                        afterdialysis.complication.indexOf('无') > -1
1169
                           ? true
1169
                           ? true
1170
                           : false
1170
                           : false
1171
                       "
1171
                       "
1174
                       text="有"
1174
                       text="有"
1175
                       :checked="
1175
                       :checked="
1176
                         afterdialysis.complication.indexOf('头晕') > -1 ||
1176
                         afterdialysis.complication.indexOf('头晕') > -1 ||
1177
-                          afterdialysis.complication.indexOf('头痛') > -1||
1178
-                            afterdialysis.complication.indexOf('呕吐') > -1||
1179
-                              afterdialysis.complication.indexOf('低血压') > -1
1177
+                        afterdialysis.complication.indexOf('头痛') > -1 ||
1178
+                        afterdialysis.complication.indexOf('呕吐') > -1 ||
1179
+                        afterdialysis.complication.indexOf('低血压') > -1
1180
                           ? true
1180
                           ? true
1181
                           : false
1181
                           : false
1182
                       "
1182
                       "
1984
               <div class="row" style="padding: 2px 0;line-height:24px;">
1984
               <div class="row" style="padding: 2px 0;line-height:24px;">
1985
                 <div class="inline_block">
1985
                 <div class="inline_block">
1986
                   血管通路:
1986
                   血管通路:
1987
+                  <!--                  <check-box-->
1988
+                  <!--                    text="内瘘"-->
1989
+                  <!--                    :checked="prescription.blood_access == 1 ? true : false"-->
1990
+                  <!--                  ></check-box>-->
1991
+                  <!--                  <check-box-->
1992
+                  <!--                    text="直穿"-->
1993
+                  <!--                    :checked="prescription.blood_access == 2 ? true : false"-->
1994
+                  <!--                  ></check-box>-->
1995
+                  <!--                  <check-box-->
1996
+                  <!--                    text="导管"-->
1997
+                  <!--                    :checked="prescription.blood_access == 3 ? true : false"-->
1998
+                  <!--                  ></check-box>-->
1999
+
1987
                   <check-box
2000
                   <check-box
1988
-                    text="内瘘"
1989
-                    :checked="prescription.blood_access == 1 ? true : false"
1990
-                  ></check-box>
1991
-                  <check-box
1992
-                    text="直穿"
1993
-                    :checked="prescription.blood_access == 2 ? true : false"
1994
-                  ></check-box>
1995
-                  <check-box
1996
-                    text="导管"
1997
-                    :checked="prescription.blood_access == 3 ? true : false"
2001
+                    v-for="(item, index) in bloodAccessParOpera"
2002
+                    :key="index"
2003
+                    :text="item.name"
2004
+                    :checked="
2005
+                      prescription.blood_access == item.id ? true : false
2006
+                    "
1998
                   ></check-box>
2007
                   ></check-box>
1999
                 </div>
2008
                 </div>
2000
                 <div class="inline_block">
2009
                 <div class="inline_block">
2700
         }
2709
         }
2701
         this.check = response.data.data.check;
2710
         this.check = response.data.data.check;
2702
         this.predialysis = response.data.data.PredialysisEvaluation;
2711
         this.predialysis = response.data.data.PredialysisEvaluation;
2703
-       // console.log("透前数据", this.predialysis);
2712
+        // console.log("透前数据", this.predialysis);
2704
         this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
2713
         this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
2705
           this.predialysis.blood_access_part_opera_id
2714
           this.predialysis.blood_access_part_opera_id
2706
         );
2715
         );
2779
         );
2788
         );
2780
 
2789
 
2781
         this.prescription = response.data.data.dialysisPrescription;
2790
         this.prescription = response.data.data.dialysisPrescription;
2791
+        console.log("透析处方", this.prescription);
2782
         this.receiverTreatmentAccess =
2792
         this.receiverTreatmentAccess =
2783
           response.data.data.receiverTreatmentAccess;
2793
           response.data.data.receiverTreatmentAccess;
2784
 
2794
 
3197
     this.intake_arr = getDataConfig("hemodialysis", "intake");
3207
     this.intake_arr = getDataConfig("hemodialysis", "intake");
3198
     this.nutrition_arr = getDataConfig("hemodialysis", "nutrition");
3208
     this.nutrition_arr = getDataConfig("hemodialysis", "nutrition");
3199
 
3209
 
3200
-    // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
3201
-
3210
+    this.bloodAccessParOpera = getDataConfig(
3211
+      "hemodialysis",
3212
+      "vascular_access_desc"
3213
+    );
3214
+   // console.log("血管通路", this.bloodAccessParOpera);
3202
     var bloodAccessParOpera = getDataConfig(
3215
     var bloodAccessParOpera = getDataConfig(
3203
       "hemodialysis",
3216
       "hemodialysis",
3204
       "vascular_access_desc"
3217
       "vascular_access_desc"
3205
     );
3218
     );
3206
-    for (var key in bloodAccessParOpera) {
3207
-      this.bloodAccessParOpera[bloodAccessParOpera[key].id] =
3208
-        bloodAccessParOpera[key];
3209
-    }
3219
+    // for (var key in bloodAccessParOpera) {
3220
+    //   this.bloodAccessParOpera[bloodAccessParOpera[key].id] =
3221
+    //     bloodAccessParOpera[key];
3222
+    // }
3210
 
3223
 
3211
     var dialysateFormulationOptions = getDataConfig(
3224
     var dialysateFormulationOptions = getDataConfig(
3212
       "hemodialysis",
3225
       "hemodialysis",