|
|
@ -48,6 +48,7 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
|
dictClass: 'string', |
|
|
|
isSearch: true, |
|
|
|
isTable: true, |
|
|
|
isForm: false, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -156,6 +157,7 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
|
label: '部门', |
|
|
|
field: 'departmentCode', |
|
|
|
sort: 'custom', |
|
|
|
isForm: false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -190,6 +192,7 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
isForm: false, |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: requestsettingData.autoCommit, |
|
|
@ -210,6 +213,7 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
isForm: false, |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: requestsettingData.autoAgree, |
|
|
@ -230,6 +234,7 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
isForm: false, |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: requestsettingData.autoExecute, |
|
|
|