Selaa lähdekoodia

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

陈少旭 9 kuukautta sitten
vanhempi
commit
31347434c2

+ 1 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_seventynine.vue Näytä tiedosto

@@ -76,6 +76,7 @@
76 76
                         上机前病情:
77 77
                         <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>&nbsp;
78 78
                         <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other!=''?true :false" showValue="症状:"></label-box>
79
+                        
79 80
                         <span>{{record.assessment_before_dislysis.symptom_before_dialysis_other}}</span>
80 81
                       </div>
81 82
                     </td>

+ 0 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSeventynine.vue Näytä tiedosto

@@ -51,7 +51,6 @@
51 51
                     <label-box :isChecked="predialysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>&nbsp;
52 52
                     <label-box :isChecked="predialysis.symptom_before_dialysis_other!=''?true :false" showValue="症状:"></label-box>
53 53
                   <!-- </span> -->
54
-
55 54
                   <!-- <span>{{predialysis.symptom_before_dialysis}}</span> -->
56 55
                   <span>{{predialysis.symptom_before_dialysis_other}}</span>
57 56
                 </div>

+ 3 - 1
src/xt_pages/outpatientDoctorStation/template/prineight.vue Näytä tiedosto

@@ -27,7 +27,9 @@
27 27
             v-if="prescriptions[index].med_type != '1111' && prescriptions[index].med_type != '1112'">
28 28
             <div style="display: flex;line-height: 24px;padding: 0 10px;">
29 29
               <div style="flex: 1;">
30
-                NO:
30
+                NO:{{ item.prescription_number.substring(
31
+                  item.prescription_number.length - 6
32
+                ) }}
31 33
               </div>
32 34
               <div style="flex: 1;">
33 35
                 开方日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}