Browse Source

计划

hella_online_20240829
wangyufei 2 months ago
parent
commit
e33b680158
  1. 4
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

4
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

@ -75,7 +75,8 @@ export const PurchasePlanMain = useCrudSchemas(reactive<CrudSchema[]>([
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
valueFormat: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss',
type: 'datetimerange', // type: 'datetimerange',
type: 'daterange',
defaultTime: [new Date('1 '), new Date('1 ')] defaultTime: [new Date('1 '), new Date('1 ')]
} }
}, },
@ -518,6 +519,7 @@ export const PurchasePlanDetail = useCrudSchemas(reactive<CrudSchema[]>([
componentProps: { componentProps: {
dialogWidth:'1085px',//搜索出来弹窗的宽度 dialogWidth:'1085px',//搜索出来弹窗的宽度
isSearchList: true, isSearchList: true,
enterSearch: true,
searchListPlaceholder: '请选择采购订单', searchListPlaceholder: '请选择采购订单',
searchField: 'number', searchField: 'number',
searchTitle: '采购订单信息', searchTitle: '采购订单信息',

Loading…
Cancel
Save