| | |
| | | label="单价"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="count" |
| | | label="可退数量"> |
| | | <template slot-scope="scope"> |
| | | {{scope.row.count- scope.row.refundCount}} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="退款单价"> |
| | | <template slot-scope="scope"> |
| | |
| | | <el-table-column |
| | | prop="payMethod" |
| | | label="支付方式"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="cardName" |
| | | label="储值卡名称"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="flowNo" |
| | |
| | | } |
| | | } |
| | | |
| | | item.achaeveList = achieveList; |
| | | item.achieveList = achieveList; |
| | | } |
| | | if (item.returnStore) { |
| | | item.isReturnStore = 'Y'; |
| | |
| | | _this.dialogSettleVisible = true; |
| | | }, |
| | | calOrderTotalFormatter(row, column) { |
| | | return row.count * row.zkPrice; |
| | | return (row.count * row.zkPrice).toFixed(2); |
| | | }, |
| | | getVipMoneyCards() { |
| | | let _this = this; |
| | |
| | | title: "打印订单", |
| | | area: ['250px', '550px'], |
| | | maxmin: true, |
| | | content: [basePath + '/admin/redirect/hive/beautySalon/print-order?id=' + id] |
| | | content: [basePath + '/admin/order/printOrder?id=' + id] |
| | | }); |
| | | }, |
| | | handleClick() { |