Selaa lähdekoodia

JLHWEB: 1、物料资料补充幅宽字段

JohnnyChan 1 päivä sitten
vanhempi
commit
e5e7622235
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      JLHWEB/src/views/baseinfo/mtrldef/hooks/index.tsx

+ 10 - 0
JLHWEB/src/views/baseinfo/mtrldef/hooks/index.tsx

@@ -204,6 +204,16 @@ export const useHooks = (t?: any) => {
         editable: ALLOW_EDIT_STATE
       }
     },
+    {
+      field: "cloth_width",
+      title: "幅宽",
+      datatype: "number",
+      basicinfo: {
+        el: "input",
+        span: 2,
+        editable: ALLOW_EDIT_STATE
+      }
+    },
     {
       field: "if_inputqty",
       title: "固定厚度",