|
@@ -1433,15 +1433,13 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
changeTabs(tab, event) {
|
|
|
- if (this.tabCurrent === 'ALL') {
|
|
|
- var v = tab.$options.propsData.name
|
|
|
- if (['ALL', 'NOPAY', 'DQR', 'DFH', 'YFH', 'OVER', 'CLOSE', 'TIMEOUT'].includes(v)) {
|
|
|
- this.screenForm.payStatus = ''
|
|
|
- this.screenForm.orderStatus = v
|
|
|
- } else if (['NO_PAID', 'PART_PAID', 'PAID'].includes(v)) {
|
|
|
- this.screenForm.payStatus = v
|
|
|
- this.screenForm.orderStatus = ''
|
|
|
- }
|
|
|
+ var v = tab.$options.propsData.name
|
|
|
+ if (['NOPAY', 'DQR', 'DFH', 'YFH', 'OVER', 'CLOSE', 'TIMEOUT'].includes(v)) {
|
|
|
+ this.screenForm.payStatus = ''
|
|
|
+ this.screenForm.orderStatus = v
|
|
|
+ } else if (['NO_PAID', 'PART_PAID', 'PAID'].includes(v)) {
|
|
|
+ this.screenForm.payStatus = v
|
|
|
+ this.screenForm.orderStatus = ''
|
|
|
} else {
|
|
|
this.screenForm.payStatus = ''
|
|
|
this.screenForm.orderStatus = ''
|