Parcourir la source

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

csx il y a 4 ans
Parent
révision
47fbb2622f

+ 1 - 1
src/xt_pages/outpatientCharges/allListPrint.vue Voir le fichier

@@ -269,7 +269,7 @@
269 269
       printThisPage() {
270 270
 
271 271
         const style =
272
-          '@media print {.allListTitle{font-size: 28px;text-align: center;font-weight: bold;margin-bottom: 10px;}.allListInfo{display: flex;font-size: 16px;justify-content: space-between;margin: 10px 0;} .allListTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 40px;font-size: 16px;border-color: #000;text-align:left;}.allListTable tr td {padding: 0 5px;}.tableBottom{font-size: 16px;display: flex;margin-top: 20px;}.tableBottomOne{margin-right: 40px;}}'
272
+          '@media print {.allListTitle{font-size: 24px;text-align: center;font-weight: bold;margin-bottom: 10px;}.allListInfo{display: flex;font-size: 16px;justify-content: space-between;margin: 10px 0;} .allListTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 40px;font-size: 14px;border-color: #000;text-align:left;}.allListTable tr td {padding: 0 5px;}.tableBottom{font-size: 16px;display: flex;margin-top: 20px;}.tableBottomOne{margin-right: 40px;}}'
273 273
         printJS({
274 274
           printable: 'allList-print',
275 275
           type: 'html',

+ 3 - 3
src/xt_pages/outpatientCharges/allListTemplate/printOne.vue Voir le fichier

@@ -19,7 +19,7 @@
19 19
                     <td style="width:10%">数量</td>
20 20
                     <td style="width:10%">金额(元)</td>
21 21
                 </tr>
22
-                <template v-for='item in list.slice(index * 13,(index * 14) + pageArr[index])'>
22
+                <template v-for='item in list.slice(index * 13,(index * 13) + pageArr[index])'>
23 23
                     <tr v-if="item.is_total == 2">
24 24
                         <td style="width:10%">{{item.med_chrgitm_type}}</td>
25 25
                         <td style="width:50%">{{item.name}}</td>
@@ -140,7 +140,7 @@
140 140
     padding:20px 10px;
141 141
 }
142 142
 .allListTitle{
143
-    font-size: 28px;
143
+    font-size: 24px;
144 144
     text-align: center;
145 145
     font-weight: bold;
146 146
     margin-bottom: 10px;
@@ -156,7 +156,7 @@
156 156
     text-align: center;
157 157
     border-collapse: collapse;
158 158
     line-height: 40px;
159
-    font-size: 16px;
159
+    font-size: 14px;
160 160
     border-color: #000;
161 161
     text-align: left;
162 162
 }

+ 1 - 1
src/xt_pages/outpatientCharges/listPrint.vue Voir le fichier

@@ -157,7 +157,7 @@
157 157
       printThisPage() {
158 158
 
159 159
         const style =
160
-          '@media print {.listTitle{font-size: 28px;text-align: center;font-weight: bold;margin-bottom: 10px;}.listInfo{display: flex;font-size: 16px;justify-content: space-between;margin: 10px 0;} .listTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 40px;font-size: 16px;border-color: #000;text-align:left;}.listTable tr td {padding: 0 5px;}.tableBottom{font-size: 16px;display: flex;margin-top: 20px;}.tableBottomOne{margin-right: 40px;}}'
160
+          '@media print {.listTitle{font-size: 24px;text-align: center;font-weight: bold;margin-bottom: 10px;}.listInfo{display: flex;font-size: 16px;justify-content: space-between;margin: 10px 0;} .listTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 40px;font-size: 14px;border-color: #000;text-align:left;}.listTable tr td {padding: 0 5px;}.tableBottom{font-size: 16px;display: flex;margin-top: 20px;}.tableBottomOne{margin-right: 40px;}}'
161 161
         printJS({
162 162
           printable: 'list-print',
163 163
           type: 'html',

+ 3 - 3
src/xt_pages/outpatientCharges/listTemplate/printOne.vue Voir le fichier

@@ -23,7 +23,7 @@
23 23
                 <td style="width:6%">数量</td>
24 24
                 <td style="width:10%">金额(元)</td>
25 25
             </tr>
26
-            <tr v-for="item in list.slice(index * 13,(index * 14) + pageArr[index])">
26
+            <tr v-for="item in list.slice(index * 13,(index * 13) + pageArr[index])">
27 27
                 <td style="width:19%">{{item.p_time}}</td>
28 28
                 <td style="width:10%">{{item.med_chrgitm_type}}</td>
29 29
                 <td style="width:31%">{{item.name}}</td>
@@ -138,7 +138,7 @@
138 138
     padding:20px 10px;
139 139
 }
140 140
 .listTitle{
141
-    font-size: 28px;
141
+    font-size: 24px;
142 142
     text-align: center;
143 143
     font-weight: bold;
144 144
     margin-bottom: 10px;
@@ -154,7 +154,7 @@
154 154
     text-align: center;
155 155
     border-collapse: collapse;
156 156
     line-height: 40px;
157
-    font-size: 16px;
157
+    font-size: 14px;
158 158
     border-color: #000;
159 159
     text-align: left;
160 160
 }