瀏覽代碼

Merge branch '经销商_lin' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin 1 年之前
父節點
當前提交
9f50ee9e2f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/salesPurchasing/mixins/storage_goods.js

+ 1 - 1
src/views/salesPurchasing/mixins/storage_goods.js

@@ -471,7 +471,7 @@ export default {
         params: []
       }).then(res => {
         this.goodsMaterialList = res.data.records
-          .filter(item => item.isVirtyual !== 'YES')
+          .filter(item => item.isVirtyual !== 'YES' && item.state == 'ON')
           .map(item => ({ ...item, details: {} }))
       })
     },