See999 4 years ago
parent
commit
b6ef8bb8ef

+ 12 - 0
src/router/modules/dialysis.js View File

@@ -219,6 +219,18 @@ export default {
219 219
         noCache: true
220 220
       }
221 221
     },
222
+    {
223
+      path: '/dialysis/print/batch/twenty',
224
+      component: () =>
225
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_twenty'),
226
+      hidden: true,
227
+      is_menu: false,
228
+      name: 'dialysis_batch_twenty',
229
+      meta: {
230
+        title: '批量打印',
231
+        noCache: true
232
+      }
233
+    },
222 234
     {
223 235
       path: '/dialysis/print/batch/otherone',
224 236
       component: () =>

File diff suppressed because it is too large
+ 1970 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_twenty.vue


+ 12 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue View File

@@ -160,6 +160,16 @@
160 160
           >批量打印</el-button
161 161
         >
162 162
       </template>
163
+      <template v-if="this.template_id == 20">
164
+        <el-button
165
+          size="small"
166
+          icon="el-icon-printer"
167
+          :disabled="selecting_schs.length == 0"
168
+          @click="batchPrintAction"
169
+          type="primary"
170
+          >批量打印</el-button
171
+        >
172
+      </template>
163 173
     </div>
164 174
     <div class="app-container">
165 175
       <!-- <div class="filter-container">
@@ -667,6 +677,8 @@ export default {
667 677
         this.$router.push({ path: "/dialysis/print/batch/thirteen" });
668 678
       } else if (this.template_id == 15) {
669 679
         this.$router.push({ path: "/dialysis/print/batch/fifteen" });
680
+      } else if (this.template_id == 20) {
681
+        this.$router.push({ path: "/dialysis/print/batch/twenty" });
670 682
       }
671 683
     },
672 684
     batchPrintActionOne: function() {

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue View File

@@ -58,7 +58,7 @@
58 58
             </td>
59 59
 
60 60
             <td width='60'>透析机号</td>
61
-            <td width="50">
61
+            <td width="100">
62 62
               <div class="under-line">&nbsp;{{ getNumber() }}</div>
63 63
             </td>
64 64