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