Browse Source

JLHWEB: 1、床垫清单,部分字段编辑自动聚焦

JohnnyChan 3 days ago
parent
commit
ca59b4ca63
1 changed files with 4 additions and 2 deletions
  1. 4 2
      JLHWEB/src/views/erpapi/mattressInterface/hooks/index.tsx

+ 4 - 2
JLHWEB/src/views/erpapi/mattressInterface/hooks/index.tsx

@@ -1087,7 +1087,9 @@ export const useHooks = (t?: any) => {
       field: "wip_type",
       title: "半成品归属",
       width: 120,
-      editRender: {},
+      editRender: {
+        autoFocus: true
+      },
       editColRender: (scope: any) => {
         // console.log("formulakind editColRender scope :>> ", scope);
         return (
@@ -1281,7 +1283,7 @@ export const useHooks = (t?: any) => {
       isFilterEnum: true,
       editRender: {
         // name: "$select"
-        autoFocus: "input"
+        autoFocus: true
       },
       editColRender: (scope: any) => {
         // console.log("formulakind editColRender scope :>> ", scope);