Browse Source

调整字段显示长度

hella_chenfang
陈放 1 week ago
parent
commit
1bf3d7f5dc
  1. 21
      src/views/wms/basicDataManage/customerManage/customerDeliveryForecast/customerDeliveryForecast.data.ts

21
src/views/wms/basicDataManage/customerManage/customerDeliveryForecast/customerDeliveryForecast.data.ts

@ -46,16 +46,25 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive<CrudSchema[]>([
label: '销售日程单号', label: '销售日程单号',
field: 'schdOrder', field: 'schdOrder',
sort: 'custom', sort: 'custom',
table: {
width: 110
},
}, },
{ {
label: '日程单行号', label: '日程单行号',
field: 'schdLine', field: 'schdLine',
sort: 'custom', sort: 'custom',
table: {
width: 110
},
}, },
{ {
label: '客户代码', label: '客户代码',
field: 'schdCust', field: 'schdCust',
sort: 'custom', sort: 'custom',
table: {
width: 100
},
}, },
{ {
label: '发货至', label: '发货至',
@ -74,6 +83,9 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive<CrudSchema[]>([
field: 'schdPart', field: 'schdPart',
sort: 'custom', sort: 'custom',
isSearch:true, isSearch:true,
table: {
width: 90
},
search: { search: {
// labelMessage: '信息提示说明!!!', // labelMessage: '信息提示说明!!!',
componentProps: { componentProps: {
@ -189,11 +201,17 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive<CrudSchema[]>([
label: '客户零件号', label: '客户零件号',
field: 'schdCustpart', field: 'schdCustpart',
sort: 'custom', sort: 'custom',
table: {
width: 110
},
}, },
{ {
label: '客户名称', label: '客户名称',
field: 'schdCustName', field: 'schdCustName',
sort: 'custom', sort: 'custom',
table: {
width: 90
},
}, },
{ {
label: '包装代码', label: '包装代码',
@ -211,6 +229,9 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive<CrudSchema[]>([
label: '客户参考', label: '客户参考',
field: 'schdCustref', field: 'schdCustref',
sort: 'custom', sort: 'custom',
table: {
width: 90
},
}, },
{ {
label: '先前累计需求数量', label: '先前累计需求数量',

Loading…
Cancel
Save