Explorar o código

1、补充遗漏上传

MY hai 4 días
pai
achega
aa904d9642
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      JLHWEB/src/views/erpapi/mattressInterface/hooks/index.tsx

+ 0 - 5
JLHWEB/src/views/erpapi/mattressInterface/hooks/index.tsx

@@ -1950,8 +1950,6 @@ export const useHooks = (t?: any) => {
         }
         return mx;
       });
-
-      // state.mattressYWList = visibleData.map((mx: any) => mx);
     } else {
       // 重新生成:  FEAT: 删除所有已经填写的【录入】和【选择)项目,根据核价资料,重新生成所有的【带出】资料
       visibleData.forEach(mx => copyMap.set(`${mx.erp_pzid}`, mx));
@@ -2049,7 +2047,6 @@ export const useHooks = (t?: any) => {
         "erp_mtrlmode",
         "erp_mtrlengname",
         "erp_unit",
-        "useqty",
         "actual_useqty",
         "wrkgrpid",
         "qd_pfgroupqty",
@@ -2069,8 +2066,6 @@ export const useHooks = (t?: any) => {
         }
         return mx;
       });
-
-      // state.mattressQDList = visibleData.map((mx: any) => mx);
     } else {
       // 重新刷新清单
       visibleData.forEach(mx => copyMap.set(`${mx.itemname}|${mx.bj_pzname}|${mx.bj_pzname_mx}`, mx));