|
@ -35,7 +35,7 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
field: 'number', |
|
|
field: 'number', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: 180, |
|
|
width: 200, |
|
|
fixed: 'left' |
|
|
fixed: 'left' |
|
|
}, |
|
|
}, |
|
|
isForm: false, |
|
|
isForm: false, |
|
@ -71,17 +71,17 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '任务拆分值', |
|
|
// label: '任务拆分值',
|
|
|
field: 'countSplitCode', |
|
|
// field: 'countSplitCode',
|
|
|
dictClass: 'string', |
|
|
// dictClass: 'string',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
isTable:true, |
|
|
// isTable:true,
|
|
|
isForm: true |
|
|
// isForm: true
|
|
|
}, |
|
|
// },
|
|
|
// {
|
|
|
// {
|
|
|
// label: '申请单号',
|
|
|
// label: '申请单号',
|
|
|
// field: 'requestNumber',
|
|
|
// field: 'requestNumber',
|
|
@ -97,7 +97,7 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
field: 'countRequestNumber', |
|
|
field: 'countRequestNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 220 |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|