Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 3 years ago
parent
commit
5a3543d098

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

65
           >打印</el-button
65
           >打印</el-button
66
         >
66
         >
67
       </template>
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
       <template v-if="org_template_info.template_id == 5">
78
       <template v-if="org_template_info.template_id == 5">
69
         <div>
79
         <div>
70
           <el-button
80
           <el-button

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

105
           <template slot-scope="scope">
105
           <template slot-scope="scope">
106
             <div style="width: 100%; height: 100%">
106
             <div style="width: 100%; height: 100%">
107
               <tr class="color" v-for="(item,index) in scope.row.orderOut" :key="index">
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
               </tr>
109
               </tr>
110
 
110
 
111
             </div>
111
             </div>