|
@ -576,20 +576,20 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '采购审批人', |
|
|
// label: '采购审批人',
|
|
|
field: 'procurementCreatorName', |
|
|
// field: 'procurementCreatorName',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 180 |
|
|
// width: 180
|
|
|
}, |
|
|
// },
|
|
|
isTable:true, |
|
|
// isTable:true,
|
|
|
isDetail: false, |
|
|
// isDetail: true,
|
|
|
isTableForm: false, |
|
|
// isTableForm: false,
|
|
|
isForm:false, |
|
|
// isForm:false,
|
|
|
isSearch:false, |
|
|
// isSearch:false,
|
|
|
sortTableDefault:12 |
|
|
// sortTableDefault:12
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '过账日期', |
|
|
label: '过账日期', |
|
|
field: 'postingDate', |
|
|
field: 'postingDate', |
|
@ -730,6 +730,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
}, |
|
|
}, |
|
|
isForm: true, |
|
|
isForm: true, |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
|
|
|
isDetail:false, |
|
|
form: { |
|
|
form: { |
|
|
component: 'Select', |
|
|
component: 'Select', |
|
|
api: () => procurementCreators.list, |
|
|
api: () => procurementCreators.list, |
|
@ -758,6 +759,21 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
label: '采购审批人', |
|
|
|
|
|
field: 'procurementCreatorName', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180 |
|
|
|
|
|
}, |
|
|
|
|
|
isTable:true, |
|
|
|
|
|
isDetail: true, |
|
|
|
|
|
isTableForm: false, |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
isSearch:false, |
|
|
|
|
|
sortTableDefault:12 |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '采购审批时间', |
|
|
label: '采购审批时间', |
|
|
field: 'procurementCreateTime', |
|
|
field: 'procurementCreateTime', |
|
@ -1334,6 +1350,8 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
{ |
|
|
{ |
|
|
label: '单据类型', |
|
|
label: '单据类型', |
|
|
field: 'billType', |
|
|
field: 'billType', |
|
|
|
|
|
dictType: DICT_TYPE.BILL_TYPE, |
|
|
|
|
|
dictClass: 'string', |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|