Bladeren bron

9月26,48号批量打印单

yq1 6 maanden geleden
bovenliggende
commit
0e1ef44af3

+ 3 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_fortyeight.vue Bestand weergeven

@@ -143,7 +143,9 @@
143 143
                   </td>
144 144
                   <td style="text-align:left;" colspan="1">
145 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 149
                   </td>
148 150
                   <td colspan="2" style="text-align:left;">
149 151
                     <span style="display:inline-block;margin-left: 5px;">

+ 1 - 1
src/xt_pages/dialysis/bloodPresssWatch.vue Bestand weergeven

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

+ 5 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderFortyEight.vue Bestand weergeven

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