Browse Source

FWHL-445 已修复

hella_online_20250529
陈放 2 weeks ago
parent
commit
04e1ddb772
  1. 21
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts

21
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts

@ -405,15 +405,16 @@ export const PurchasereturnRecordMain = useCrudSchemas(
table: { table: {
width: 180 width: 180
}, },
isTable: true, isTable: false,
form: { isForm: false,
component: 'DatePicker', // form: {
componentProps: { // component: 'DatePicker',
type: 'datetime', // componentProps: {
dateFormat: 'YYYY-MM-DD HH:mm:ss', // type: 'datetime',
valueFormat: 'x' // dateFormat: 'YYYY-MM-DD HH:mm:ss',
} // valueFormat: 'x'
}, // }
// },
isSearch: true, isSearch: true,
search: { search: {
component: 'DatePicker', component: 'DatePicker',
@ -431,7 +432,7 @@ export const PurchasereturnRecordMain = useCrudSchemas(
table: { table: {
width: 150 width: 150
}, },
isTable: true isTable: false
}, },
{ {
label: '操作', label: '操作',

Loading…
Cancel
Save