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

Loading…
Cancel
Save