Browse Source

顺饮品发货类型显示问题

intex
zhang_li 24 hours ago
parent
commit
5f32415281
  1. 25
      src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts

25
src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts

@ -57,6 +57,18 @@ export const DeliverRecordMain = useCrudSchemas(
isTable: true, isTable: true,
isDetail: true isDetail: true
}, },
{
label: '发货类型',
field: 'businessType',
sort: 'custom',
isSearch: false,
isTable: true,
dictType: DICT_TYPE.DELIVER_METHOD,
dictClass: 'string',
table: {
width: 150
}
},
// { // {
// label: '客户发货单号', // label: '客户发货单号',
// field: 'customerDeliverNumber', // field: 'customerDeliverNumber',
@ -111,18 +123,7 @@ export const DeliverRecordMain = useCrudSchemas(
}, },
isSearch: true isSearch: true
}, },
{
label: '发货类型',
field: 'deliverType',
sort: 'custom',
isSearch: false,
isTable: false,
dictType: DICT_TYPE.DELIVER_TYPE,
dictClass: 'string',
table: {
width: 150
}
},
{ {
label: '客户月台代码', label: '客户月台代码',
field: 'customerDockCode', field: 'customerDockCode',

Loading…
Cancel
Save