소스 검색

辅材采购入库单 辅材列表设置辅材无效,在采购入库应看不到该辅材

linwenxin 1 년 전
부모
커밋
106070942c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/auxiliaryFittings/purchasingManagement/mixins/form_tpl.js

+ 2 - 2
src/views/auxiliaryFittings/purchasingManagement/mixins/form_tpl.js

@@ -195,7 +195,7 @@ export default {
                             this.qkrow(row)
                             if (val) {
                               row['goodsCategoryName'] = selectList.find(item => item.categoryId == val).categoryName
-                              materialNormList({ isShowStockQty: true, websitId: this.formData.websitId, "pageNum": 1, "pageSize": -1, "params": [{ "param": "b.category_id", "compare": "=", "value": val }] }).then(res => {
+                              materialNormList({ isShowStockQty: true, websitId: this.formData.websitId, "pageNum": 1, "pageSize": -1, "params": [{ "param": "b.category_id", "compare": "=", "value": val }, { "param": "a.status", "compare": "=", "value": "ON" }] }).then(res => {
                                 this.materialNormList = res.data.records
                               })
                             } else {
@@ -544,7 +544,7 @@ export default {
                               item.isEditRow = false
                             }
                             if (!!~['auxiliaryMaterialsStorage', 'returnAuxiliaryMaterials'].indexOf(this.pageType) && row.goodsCategoryId) {
-                              materialNormList({ isShowStockQty: true, websitId: this.formData.websitId, "pageNum": 1, "pageSize": -1, "params": [{ "param": "b.category_id", "compare": "=", "value": row.goodsCategoryId }] }).then(res => {
+                              materialNormList({ isShowStockQty: true, websitId: this.formData.websitId, "pageNum": 1, "pageSize": -1, "params": [{ "param": "b.category_id", "compare": "=", "value": row.goodsCategoryId }, { "param": "a.status", "compare": "=", "value": "ON" }] }).then(res => {
                                 this.materialNormList = res.data.records
                               })
                             }