浏览代码

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

JohnnyChan 4 天之前
父节点
当前提交
ca59b4ca63
共有 1 个文件被更改,包括 4 次插入2 次删除
  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);