|
@ -741,6 +741,7 @@ export const UnplannedissueRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
isDetail:false, |
|
|
isDetail:false, |
|
|
|
|
|
isForm:false, |
|
|
isTableForm:false, |
|
|
isTableForm:false, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
@ -832,6 +833,7 @@ export const UnplannedissueRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
isDetail:false, |
|
|
isDetail:false, |
|
|
isTableForm:false, |
|
|
isTableForm:false, |
|
|
|
|
|
isForm:false, |
|
|
tableForm:{ |
|
|
tableForm:{ |
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '选择成本中心', |
|
|
searchListPlaceholder: '选择成本中心', |
|
@ -874,6 +876,7 @@ export const UnplannedissueRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
isDetail:false, |
|
|
isDetail:false, |
|
|
isTableForm:false, |
|
|
isTableForm:false, |
|
|
|
|
|
isForm:false, |
|
|
tableForm:{ |
|
|
tableForm:{ |
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '选择科目代码', |
|
|
searchListPlaceholder: '选择科目代码', |
|
|