Browse Source

Merge branch 'linwenxin_workOrder' of ssh://gogs.zfire.top:2222/zfire-front/zfire-newmall-admin into develop

linwenxin 1 year ago
parent
commit
5ab56f3eaa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/valueAddedService/extendedWarrantyWork/index.vue

+ 4 - 0
src/views/valueAddedService/extendedWarrantyWork/index.vue

@@ -48,6 +48,10 @@ export default {
     getList(p, cb) {
       var pam = JSON.parse(JSON.stringify(p))
       try {
+        pam.params.push(
+          { "param": "a.order_status", "compare": "=", "value": "YWG" },
+          { "param": "a.order_status", "compare": "=", "value": "YJS" }
+        )
         pam.isYb = true
         cb && cb(pam)
         return orderBaseList(pam)