Browse Source

采购收货任务导出修改

intex_onlin20250418
叶佳兴 2 weeks ago
parent
commit
bf4753a5c8
  1. 33
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts

33
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts

@ -39,6 +39,37 @@ export const PurchasereceiptJobMain = useCrudSchemas(
sortTableDefault: 3, sortTableDefault: 3,
isSearch: true isSearch: true
}, },
{
label: '到货日期',
field: 'arriveDate',
formatter: dateFormatter2,
sortTableDefault: 3,
detail: {
dateFormat: 'YYYY-MM-DD HH:mm:ss'
},
sort: 'custom',
table: {
width: 180
},
isTable: true,
form: {
component: 'DatePicker',
componentProps: {
type: 'datetime',
dateFormat: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x'
}
},
isSearch: true,
search: {
component: 'DatePicker',
componentProps: {
valueFormat: 'YYYY-MM-DD HH:mm:ss',
type: 'daterange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
}
},
},
{ {
label: '要货计划单号', label: '要货计划单号',
field: 'ppNumber', field: 'ppNumber',
@ -172,7 +203,7 @@ export const PurchasereceiptJobMain = useCrudSchemas(
field: 'status', field: 'status',
dictType: DICT_TYPE.PURCHASE_JOB_STATUS, dictType: DICT_TYPE.PURCHASE_JOB_STATUS,
dictClass: 'string', dictClass: 'string',
isSearch: false, isSearch: true,
isTable: true, isTable: true,
sort: 'custom', sort: 'custom',
table: { table: {

Loading…
Cancel
Save