see999 4 vuotta sitten
vanhempi
commit
eb00c36c07

+ 12 - 0
src/router/modules/dialysis.js Näytä tiedosto

@@ -292,6 +292,18 @@ export default {
292 292
         noCache: true
293 293
       }
294 294
     },
295
+    {
296
+      path: '/dialysis/print/batch/seventeen',
297
+      component: () =>
298
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_seventeen'),
299
+      hidden: true,
300
+      is_menu: false,
301
+      name: 'dialysis_batch_seventeen',
302
+      meta: {
303
+        title: '批量打印',
304
+        noCache: true
305
+      }
306
+    },
295 307
     {
296 308
       path: '/dialysis/print/batch/twenty',
297 309
       component: () =>

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


+ 12 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue Näytä tiedosto

@@ -160,6 +160,16 @@
160 160
           >批量打印</el-button
161 161
         >
162 162
       </template>
163
+      <template v-if="this.template_id == 17">
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
       <template v-if="this.template_id == 20">
164 174
         <el-button
165 175
           size="small"
@@ -801,6 +811,8 @@ export default {
801 811
         this.$router.push({ path: "/dialysis/print/batch/thirteen" });
802 812
       } else if (this.template_id == 15) {
803 813
         this.$router.push({ path: "/dialysis/print/batch/fifteen" });
814
+      } else if (this.template_id == 17) {
815
+        this.$router.push({ path: "/dialysis/print/batch/seventeen" });
804 816
       } else if (this.template_id == 20) {
805 817
         this.$router.push({ path: "/dialysis/print/batch/twenty" });
806 818
       } else if (this.template_id == 22) {

+ 1 - 1
src/xt_pages/role/components/AdminInfoForm.vue Näytä tiedosto

@@ -1,5 +1,5 @@
1 1
 <template>
2
-  <el-dialog :title="formTitle" :visible.sync="dialogFormVisible"  width="60%">
2
+  <el-dialog :title="formTitle" :visible.sync="dialogFormVisible"  width="1000px">
3 3
     <el-form :model="form" ref="form" :rules="rules" label-width="130px">
4 4
      <el-row :gutter="24">
5 5
         <el-col :span="24">