see999 4 years ago
parent
commit
2f47cfc319
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/outpatientCharges/summary.vue

+ 3 - 3
src/xt_pages/outpatientCharges/summary.vue View File

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)">
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
                         </el-button>
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
                     </template>
110
                     </template>
111
                 </el-table-column>
111
                 </el-table-column>
112
             </el-table>
112
             </el-table>
157
             <new-statement-print-two ref="print" :paramsObj='orderObj9504'></new-statement-print-two>
157
             <new-statement-print-two ref="print" :paramsObj='orderObj9504'></new-statement-print-two>
158
         </el-dialog>
158
         </el-dialog>
159
 
159
 
160
-        <!-- <el-dialog
160
+        <el-dialog
161
                 class="centerDialog"
161
                 class="centerDialog"
162
                 width="1200px"
162
                 width="1200px"
163
                 title="打印"
163
                 title="打印"
164
                 :visible.sync="invoiceVisible">
164
                 :visible.sync="invoiceVisible">
165
             <invoice-print ref="print" :invoiceParams='invoiceParams'></invoice-print>
165
             <invoice-print ref="print" :invoiceParams='invoiceParams'></invoice-print>
166
-        </el-dialog> -->
166
+        </el-dialog>
167
 
167
 
168
 
168
 
169
     </div>
169
     </div>