|
@@ -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);
|