|
|
@ -82,16 +82,16 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '申请单号', |
|
|
|
field: 'requestNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '申请单号',
|
|
|
|
// field: 'requestNumber',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 180,
|
|
|
|
// },
|
|
|
|
// isTable: false,
|
|
|
|
// isSearch: true
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '订单号', |
|
|
|
field: 'poNumber', |
|
|
@ -262,6 +262,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isDetail:false, |
|
|
|
isTable: false, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
@ -272,6 +273,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'adjustingTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
sort: 'custom', |
|
|
|
isDetail:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -342,26 +344,35 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
sortTableDefault:4, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
form:{ |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
|
style: {width:'100%'}, |
|
|
|
type: 'datetime', |
|
|
|
dateFormat: 'YYYY-MM-DD',//YYYY-MM-DD
|
|
|
|
valueFormat: 'x',//数据转成时间戳
|
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '采购审批人', |
|
|
|
field: 'procurementCreatorName', |
|
|
|
sortTableDefault:4, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isTable:true, |
|
|
|
isDetail: false, |
|
|
|
isTableForm: false, |
|
|
|
isForm:false, |
|
|
|
isSearch:false, |
|
|
|
sortTableDefault:10 |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '采购审批人',
|
|
|
|
// field: 'procurementCreatorName',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 180
|
|
|
|
// },
|
|
|
|
// isTable:true,
|
|
|
|
// isDetail: true,
|
|
|
|
// isTableForm: false,
|
|
|
|
// isForm:false,
|
|
|
|
// isSearch:false,
|
|
|
|
// sortTableDefault:10
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '过账日期', |
|
|
|
field: 'postingDate', |
|
|
@ -369,6 +380,15 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
form:{ |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
|
style: {width:'100%'}, |
|
|
|
type: 'datetime', |
|
|
|
dateFormat: 'YYYY-MM-DD',//YYYY-MM-DD
|
|
|
|
valueFormat: 'x',//数据转成时间戳
|
|
|
|
} |
|
|
|
}, |
|
|
|
isTable: true, |
|
|
|
sortTableDefault:6, |
|
|
|
sort: 'custom', |
|
|
@ -404,6 +424,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
isTableForm:false, |
|
|
|
isDetail:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -414,6 +435,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
isTableForm:false, |
|
|
|
isDetail:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -423,6 +445,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'inTransactionType', |
|
|
|
isTable:false, |
|
|
|
isTableForm:false, |
|
|
|
isDetail:false, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -499,6 +522,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'code', |
|
|
|
isTable:false, |
|
|
|
isTableForm:false, |
|
|
|
isDetail:false, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -510,6 +534,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
dictType: DICT_TYPE.INTERFACE_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
isTable:false, |
|
|
|
isDetail:false, |
|
|
|
isTableForm:false, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -549,16 +574,30 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '采购审批人代码', |
|
|
|
field: 'procurementCreator', |
|
|
|
sortTableDefault:1002, |
|
|
|
label: '采购审批人', |
|
|
|
field: 'procurementCreatorName', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
isForm: false, |
|
|
|
isTable:true, |
|
|
|
isDetail: true, |
|
|
|
isTableForm: false, |
|
|
|
isForm:false, |
|
|
|
isSearch:false, |
|
|
|
sortTableDefault:10 |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '采购审批人代码',
|
|
|
|
// field: 'procurementCreator',
|
|
|
|
// sortTableDefault:1002,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// isTable: false,
|
|
|
|
// isForm: false,
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '采购审批时间', |
|
|
|
field: 'procurementCreateTime', |
|
|
@ -568,6 +607,15 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
form:{ |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
|
style: {width:'100%'}, |
|
|
|
type: 'datetime', |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss',//YYYY-MM-DD
|
|
|
|
valueFormat: 'x',//数据转成时间戳
|
|
|
|
} |
|
|
|
}, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
@ -593,6 +641,15 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
form:{ |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
|
style: {width:'100%'}, |
|
|
|
type: 'datetime', |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss',//YYYY-MM-DD
|
|
|
|
valueFormat: 'x',//数据转成时间戳
|
|
|
|
} |
|
|
|
}, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
@ -624,8 +681,8 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// isDetail:false,
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '供应商审批人代码', |
|
|
|
field: 'supplierCreator', |
|
|
|
label: '供应商审批人', |
|
|
|
field: 'supplierCreatorName', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
isTableForm:false, |
|
|
|