Browse Source

SCP 供应商对账管理 修改取数逻辑

hella_online_20241011
gaojs 4 months ago
parent
commit
1ee171d05f
  1. 50
      src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/supplierApbalanceMain.data.ts

50
src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/supplierApbalanceMain.data.ts

@ -101,31 +101,31 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
}, },
{ // {
label: '生成时间', // label: '生成时间',
field: 'ttGenerateTime', // field: 'ttGenerateTime',
sort: 'custom', // sort: 'custom',
formatter: dateFormatter, // formatter: dateFormatter,
isSearch: true, // isSearch: true,
search: { // search: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
valueFormat: 'YYYY-MM-DD HH:mm:ss', // valueFormat: 'YYYY-MM-DD HH:mm:ss',
type: 'daterange', // type: 'daterange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] // defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
} // }
}, // },
detail: { // detail: {
dateFormat: 'YYYY-MM-DD HH:mm:ss' // dateFormat: 'YYYY-MM-DD HH:mm:ss'
}, // },
form: { // form: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
type: 'datetime', // type: 'datetime',
valueFormat: 'x' // valueFormat: 'x'
} // }
}, // },
}, // },
{ {
label: '应付挂账金额', label: '应付挂账金额',
field: 'ttAccountAp', field: 'ttAccountAp',

Loading…
Cancel
Save