see999 3 年前
父节点
当前提交
2f47cfc319
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/xt_pages/outpatientCharges/summary.vue

+ 3 - 3
src/xt_pages/outpatientCharges/summary.vue 查看文件

@@ -106,7 +106,7 @@
106 106
                         <el-button size="mini" type="primary" @click="toRefund(scope.row)" v-if="(scope.row.order_status == 2 && $store.getters.xt_user.org_id == 10106)">
107 107
                             退费
108 108
                         </el-button>
109
-                        <!-- <el-button size="mini" type="primary" @click="invoicePrint(scope.row)">打印发票</el-button> -->
109
+                        <el-button size="mini" type="primary" @click="invoicePrint(scope.row)">打印发票</el-button>
110 110
                     </template>
111 111
                 </el-table-column>
112 112
             </el-table>
@@ -157,13 +157,13 @@
157 157
             <new-statement-print-two ref="print" :paramsObj='orderObj9504'></new-statement-print-two>
158 158
         </el-dialog>
159 159
 
160
-        <!-- <el-dialog
160
+        <el-dialog
161 161
                 class="centerDialog"
162 162
                 width="1200px"
163 163
                 title="打印"
164 164
                 :visible.sync="invoiceVisible">
165 165
             <invoice-print ref="print" :invoiceParams='invoiceParams'></invoice-print>
166
-        </el-dialog> -->
166
+        </el-dialog>
167 167
 
168 168
 
169 169
     </div>