linwenxin 10 ヶ月 前
コミット
b2abc2e8e5
1 ファイル変更4 行追加1 行削除
  1. 4 1
      src/views/mallManagement/order/order_list/index.vue

+ 4 - 1
src/views/mallManagement/order/order_list/index.vue

@@ -1456,7 +1456,10 @@ export default {
       } else if (['NOPAY', 'DQR', 'DFH', 'YFH', 'OVER', 'CLOSE', 'CANCEL', 'TIMEOUT'].includes(v)) {
         this.screenForm.payStatus = ''
         this.screenForm.orderStatus = v
-      } else if (['NO_PAID', 'PART_PAID', 'PAID'].includes(v)) {
+      } else if (['NO_PAID', 'PAID'].includes(v)) {
+        this.screenForm.payStatus = v
+        this.screenForm.orderStatus = 'DFH,YFH,SPTG,DQR'
+      } else if (['PART_PAID'].includes(v)) {
         this.screenForm.payStatus = v
         this.screenForm.orderStatus = ''
       } else {