소스 검색

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

XMLWAN 3 년 전
부모
커밋
5a3543d098
2개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 0
      src/xt_pages/dialysis/dialysisPrintOrder.vue
  2. 1 1
      src/xt_pages/supply/purchaseOrderQuery.vue

+ 10 - 0
src/xt_pages/dialysis/dialysisPrintOrder.vue 파일 보기

@@ -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 파일 보기

@@ -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>