Przeglądaj źródła

9月26,48号批量打印单

yq1 6 miesięcy temu
rodzic
commit
0e1ef44af3

+ 3 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_fortyeight.vue Wyświetl plik

143
                   </td>
143
                   </td>
144
                   <td style="text-align:left;" colspan="1">
144
                   <td style="text-align:left;" colspan="1">
145
                     <span
145
                     <span
146
-                      style="display:inline-block;margin-left: 5px;">设定脱水量:{{record.prescription.target_ultrafiltration?record.prescription.target_ultrafiltration:"/"}}&nbsp;L</span>
146
+                      style="display:inline-block;margin-left: 5px;">设定脱水量:
147
+                      {{record.prescription.target_ultrafiltration?record.prescription.target_ultrafiltration:"/"}}&nbsp;ml
148
+                    </span>
147
                   </td>
149
                   </td>
148
                   <td colspan="2" style="text-align:left;">
150
                   <td colspan="2" style="text-align:left;">
149
                     <span style="display:inline-block;margin-left: 5px;">
151
                     <span style="display:inline-block;margin-left: 5px;">

+ 1 - 1
src/xt_pages/dialysis/bloodPresssWatch.vue Wyświetl plik

345
           :disabled="selecting_schs.length == 0"
345
           :disabled="selecting_schs.length == 0"
346
           @click="batchPrintAction"
346
           @click="batchPrintAction"
347
           type="primary"
347
           type="primary"
348
-          >批量打印48</el-button
348
+          >批量打印</el-button
349
         >
349
         >
350
       </template>
350
       </template>
351
       <template v-if="this.template_id == 51">
351
       <template v-if="this.template_id == 51">

+ 5 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderFortyEight.vue Wyświetl plik

32
             <td style="text-align: center" colspan="1">
32
             <td style="text-align: center" colspan="1">
33
               年龄:
33
               年龄:
34
               <span style="display: inline-block; margin-left: 10px">
34
               <span style="display: inline-block; margin-left: 10px">
35
-                {{ getAge(patientInfo) }}
35
+                {{ patientInfo.age }}
36
               </span>
36
               </span>
37
             </td>
37
             </td>
38
             <td style="text-align: center" colspan="1">
38
             <td style="text-align: center" colspan="1">
857
                     ? true
857
                     ? true
858
                     : false
858
                     : false
859
                 "
859
                 "
860
-              ></label-box
861
-              >其他:
860
+              ></label-box>&nbsp;&nbsp;
861
+              其他:
862
               <span>{{ predialysis.hemorrhage_other }}</span>
862
               <span>{{ predialysis.hemorrhage_other }}</span>
863
             </td>
863
             </td>
864
           </tr>
864
           </tr>
871
                 :isChecked="prescription.special_medicine == 1 ? true : false"
871
                 :isChecked="prescription.special_medicine == 1 ? true : false"
872
                 showValue="无"
872
                 showValue="无"
873
               ></label-box>
873
               ></label-box>
874
-              <!-- <label-box :isChecked="prescription.special_medicine == 2 ? true : false" showValue="有"></label-box>: -->
875
               有:
874
               有:
876
               <label-box
875
               <label-box
877
                 :isChecked="prescription.special_medicine == 2 ? true : false"
876
                 :isChecked="prescription.special_medicine == 2 ? true : false"
1888
       this.queryParams.patient_id = parseInt(this.$route.query.patient_id)
1887
       this.queryParams.patient_id = parseInt(this.$route.query.patient_id)
1889
       getDialysisRecord(this.queryParams).then((response) => {
1888
       getDialysisRecord(this.queryParams).then((response) => {
1890
         if (response.data.state === 1) {
1889
         if (response.data.state === 1) {
1890
+          
1891
           this.adminUser = response.data.data.users;
1891
           this.adminUser = response.data.data.users;
1892
           this.users = response.data.data.users;
1892
           this.users = response.data.data.users;
1893
           var patientInfo = response.data.data.patientInfo;
1893
           var patientInfo = response.data.data.patientInfo;
1898
             patientInfo.gender = "女";
1898
             patientInfo.gender = "女";
1899
           }
1899
           }
1900
           this.patientInfo = response.data.data.patientInfo;
1900
           this.patientInfo = response.data.data.patientInfo;
1901
-          // console.log("透析记录", this.patientInfo);
1901
+          console.log("透析记录", this.patientInfo);
1902
 
1902
 
1903
           this.patientInfo.birth = uParseTime(
1903
           this.patientInfo.birth = uParseTime(
1904
             this.patientInfo.birthday,
1904
             this.patientInfo.birthday,