Browse Source

1、复制清单新增“半成品归属” 和 “领用工组”

MY 3 ngày trước cách đây
mục cha
commit
6e9c560047
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      JLHWEB/src/views/erpapi/mattressInterface/hooks/index.tsx

+ 3 - 1
JLHWEB/src/views/erpapi/mattressInterface/hooks/index.tsx

@@ -2048,7 +2048,9 @@ export const useHooks = (t?: any) => {
         "actual_useqty",
         "wrkgrpid",
         "qd_pfgroupqty",
-        "dscrp"
+        "dscrp",
+        "wrkgrpcode2",
+        "wip_type"
       ];
       res.mxList.forEach(mx => copyMap.set(`${mx.itemname}|${mx.bj_pzname}|${mx.bj_pzname_mx}`, mx));