Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 year ago
parent
commit
796506c068

+ 11 - 11
src/router/modules/patient.js View File

@@ -326,17 +326,17 @@ export default {
326 326
     }
327 327
   },
328 328
 
329
-  // {//评估工具/跌倒评估
330
-  //   path: '/patients/patient/:id/Fallassessment',
331
-  //   component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
332
-  //   hidden: true,
333
-  //   is_menu: false,
334
-  //   name: 'Fallassessment',
335
-  //   meta: {
336
-  //     title: 'firstDiseasePrint',
337
-  //     noCache: true
338
-  //   }
339
-  // },
329
+  { //评估工具/跌倒评估
330
+    path: '/patients/patient/:id/Fallassessment',
331
+    component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
332
+    hidden: true,
333
+    is_menu: false,
334
+    name: 'Fallassessment',
335
+    meta: {
336
+      title: 'firstDiseasePrint',
337
+      noCache: true
338
+    }
339
+  },
340 340
   // {//小儿跌倒风险评估
341 341
   //   path: '/patients/patient/:id/pediatricFallAssessment',
342 342
   //   component: () => import('@/xt_pages/user/evaluationtool/pediatricFallAssessment'),

+ 0 - 23
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue View File

@@ -2485,29 +2485,6 @@
2485 2485
                       class="row"
2486 2486
                       style="padding: 2px 0; line-height: 23px; display: flex"
2487 2487
                     >
2488
-                      <div
2489
-                        class="inline_block"
2490
-                        style="flex: 1; display: inline-block"
2491
-                      >
2492
-                        衣物重:
2493
-                        <div
2494
-                          class="under_line"
2495
-                          style="
2496
-                            width: 100px;
2497
-                            line-height: 25px;
2498
-                            text-align: left;
2499
-                            margin-left: 2px;
2500
-                            display: inline-block;
2501
-                            white-space: normal;
2502
-                          "
2503
-                        >
2504
-                          {{
2505
-                            record.assessment_after_dislysis && record.assessment_after_dislysis.additional_weight
2506
-                              ? record.assessment_after_dislysis.additional_weight
2507
-                              : "/"
2508
-                          }}
2509
-                        </div>
2510
-                      </div>
2511 2488
                       <div
2512 2489
                         class="inline_block"
2513 2490
                         style="flex: 1; display: inline-block"

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

@@ -624,7 +624,7 @@
624 624
 
625 625
         <li v-if="isShow('冲洗量')">
626 626
           <label>Ns冲洗量(ml): </label>
627
-          <span class="content">{{this.prescription.chaptalization}}</span>
627
+          <span class="content">{{this.prescription.warsh_count}}</span>
628 628
         </li>
629 629
 
630 630
        

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

@@ -1116,13 +1116,13 @@
1116 1116
                 </el-row>
1117 1117
                 <el-row>
1118 1118
                   <el-col :span="8">
1119
-                  <el-form-item label="Ns冲洗量(ml):" :prop="isName('冲洗量')" v-if="isShow('冲洗量') && dialysisPrescription.anticoagulant == 1">
1119
+                  <el-form-item label="Ns冲洗量(ml):" :prop="isName('冲洗量')" v-if="isShows('冲洗量') && dialysisPrescription.anticoagulant == 1">
1120 1120
                     <el-input v-model="dialysisPrescription.warsh_count"></el-input>
1121 1121
                   </el-form-item>
1122 1122
                 </el-col>
1123 1123
 
1124 1124
                 <el-col :span="8">
1125
-                  <el-form-item label="q(h):" :prop="isName('冲洗时间')" v-if="isShow('冲洗时间') && dialysisPrescription.anticoagulant == 1">
1125
+                  <el-form-item label="q(h):" :prop="isName('冲洗时间')" v-if="isShows('冲洗时间') && dialysisPrescription.anticoagulant == 1">
1126 1126
                     <el-input v-model="dialysisPrescription.washing_time"></el-input>
1127 1127
                   </el-form-item>
1128 1128
                 </el-col>

File diff suppressed because it is too large
+ 236 - 342
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue


+ 1 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue View File

@@ -39,7 +39,7 @@
39 39
               科室:{{ item.info ? getDepart(item.info.departments) : "" }}
40 40
             </div>
41 41
             <div style="margin-bottom: 10px" v-if="org_id == 10537">
42
-              医保卡号:{{item.patient.id_card_no}}
42
+              身份证号:{{item.patient.id_card_no}}
43 43
             </div>
44 44
             <div style="margin-bottom: 10px" v-else>
45 45
               医保卡号:

+ 3 - 1
src/xt_pages/role/admin.vue View File

@@ -192,7 +192,7 @@
192 192
           size="small"
193 193
           icon="el-icon-circle-plus-outline"
194 194
           style="float:left"
195
-          @click="toSendInformaton">生成PDF</el-button> -->
195
+          @click="toSavePDFInformation">生成PDF</el-button> -->
196 196
      </div>
197 197
     
198 198
       
@@ -1057,7 +1057,9 @@ export default {
1057 1057
     toSavePDFInformation(){
1058 1058
       toSavePDFInformation().then(response=>{
1059 1059
          if(response.data.data == 1){
1060
+          var information =  response.data.data.information
1060 1061
 
1062
+           var orderId = response.data.data.orderId
1061 1063
          }
1062 1064
       })
1063 1065
     }