Browse Source

打印单

huangyw 3 years ago
parent
commit
424c65b44d

+ 10 - 0
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

@@ -65,6 +65,16 @@
65 65
           >打印</el-button
66 66
         >
67 67
       </template>
68
+      <template v-if="org_template_info.template_id == 46">
69
+        <el-button
70
+          :loading="loading"
71
+          size="small"
72
+          icon="el-icon-printer"
73
+          @click="printThisPage"
74
+          type="primary"
75
+          >打印</el-button
76
+        >
77
+      </template>
68 78
       <template v-if="org_template_info.template_id == 5">
69 79
         <div>
70 80
           <el-button

+ 1 - 1
src/xt_pages/supply/purchaseOrderQuery.vue View File

@@ -105,7 +105,7 @@
105 105
           <template slot-scope="scope">
106 106
             <div style="width: 100%; height: 100%">
107 107
               <tr class="color" v-for="(item,index) in scope.row.orderOut" :key="index">
108
-                 <td>{{item.good_number}}</td>
108
+                 <td style="border:none;">{{item.good_number}}</td>
109 109
               </tr>
110 110
 
111 111
             </div>