|
@@ -378,7 +378,7 @@ export default {
|
|
|
// 打印预览/快捷打印
|
|
|
handlePrint (type) {
|
|
|
const _this = this
|
|
|
- const a = ['WAIT_CUSTOMER_SERVICE_CONFIRM', 'WAIT_FINANCIAL_AUDIT', 'FINANCIAL_REJECT', 'FINISH'].find(item => item == this.detailData.billStatus)
|
|
|
+ const a = ['WAIT_CUSTOMER_SERVICE_CONFIRM', 'WAIT_FINANCIAL_AUDIT', 'FINANCIAL_REJECT', 'FINISH'].find(item => item == this.ordeDetail.billStatus)
|
|
|
const status = a ? 'SALES_RETURN_AMOUNT' : 'SALES_RETURN_REASON'
|
|
|
const params = { sn: this.$route.params.sn, status: status }
|
|
|
_this.spinning = true
|