瀏覽代碼

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

MY 2 天之前
父節點
當前提交
6e9c560047
共有 1 個文件被更改,包括 3 次插入1 次删除
  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));