See999 5 anni fa
parent
commit
b6ef8bb8ef

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

219
         noCache: true
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
       path: '/dialysis/print/batch/otherone',
235
       path: '/dialysis/print/batch/otherone',
224
       component: () =>
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 Vedi File

160
           >批量打印</el-button
160
           >批量打印</el-button
161
         >
161
         >
162
       </template>
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
     </div>
173
     </div>
164
     <div class="app-container">
174
     <div class="app-container">
165
       <!-- <div class="filter-container">
175
       <!-- <div class="filter-container">
667
         this.$router.push({ path: "/dialysis/print/batch/thirteen" });
677
         this.$router.push({ path: "/dialysis/print/batch/thirteen" });
668
       } else if (this.template_id == 15) {
678
       } else if (this.template_id == 15) {
669
         this.$router.push({ path: "/dialysis/print/batch/fifteen" });
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
     batchPrintActionOne: function() {
684
     batchPrintActionOne: function() {

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

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