see999 4 年之前
父節點
當前提交
eb00c36c07

+ 12 - 0
src/router/modules/dialysis.js 查看文件

292
         noCache: true
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
       path: '/dialysis/print/batch/twenty',
308
       path: '/dialysis/print/batch/twenty',
297
       component: () =>
309
       component: () =>

文件差異過大導致無法顯示
+ 2104 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_seventeen.vue


+ 12 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue 查看文件

160
           >批量打印</el-button
160
           >批量打印</el-button
161
         >
161
         >
162
       </template>
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
       <template v-if="this.template_id == 20">
173
       <template v-if="this.template_id == 20">
164
         <el-button
174
         <el-button
165
           size="small"
175
           size="small"
801
         this.$router.push({ path: "/dialysis/print/batch/thirteen" });
811
         this.$router.push({ path: "/dialysis/print/batch/thirteen" });
802
       } else if (this.template_id == 15) {
812
       } else if (this.template_id == 15) {
803
         this.$router.push({ path: "/dialysis/print/batch/fifteen" });
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
       } else if (this.template_id == 20) {
816
       } else if (this.template_id == 20) {
805
         this.$router.push({ path: "/dialysis/print/batch/twenty" });
817
         this.$router.push({ path: "/dialysis/print/batch/twenty" });
806
       } else if (this.template_id == 22) {
818
       } else if (this.template_id == 22) {

+ 1 - 1
src/xt_pages/role/components/AdminInfoForm.vue 查看文件

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