Commit 04e01817375035787aa3ec975b9fbe9814b006ee

Authored by Min
1 parent 042f7eb0

1.选择版材,默认进来不根据sProductId过滤

src/mes/common/commonModelComponent/index.js
@@ -199,14 +199,14 @@ const useCommonModelEvent = props => { @@ -199,14 +199,14 @@ const useCommonModelEvent = props => {
199 199
200 if (tableList[0] === "Knifetable") { 200 if (tableList[0] === "Knifetable") {
201 const globalData = commonUtils.getAppData("globalData"); 201 const globalData = commonUtils.getAppData("globalData");
202 - const bFilter = [  
203 - {  
204 - bFilterCondition: "=",  
205 - bFilterName: "sProductId",  
206 - bFilterValue: globalData.currentWorkOrderInfo?.sProductId  
207 - }  
208 - ];  
209 - addState["KnifetableFilter"] = bFilter; 202 + // const bFilter = [
  203 + // {
  204 + // bFilterCondition: "=",
  205 + // bFilterName: "sProductId",
  206 + // bFilterValue: globalData.currentWorkOrderInfo?.sProductId
  207 + // }
  208 + // ];
  209 + // addState["KnifetableFilter"] = bFilter;
210 addState.refreshTableList = ["Knifetable"]; 210 addState.refreshTableList = ["Knifetable"];
211 } 211 }
212 212