linwenxin 1 vuosi sitten
vanhempi
commit
02a05fb0ae
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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)