Browse Source

YT-2797顺引发货记录增加【维护对账日期】功能,导入纳入受领书时,增加调整差异数据的功能

intex_online_narushoulingshu
张立 2 weeks ago
parent
commit
066474110c
  1. 4
      src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts

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

@ -1202,7 +1202,7 @@ export const DeliverRecordImport = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: '开始日期', label: '对账开始日期',
field: 'startDate', field: 'startDate',
sort: 'custom', sort: 'custom',
form: { form: {
@ -1216,7 +1216,7 @@ export const DeliverRecordImport = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
{ {
label: '结束日期', label: '对账结束日期',
field: 'endDate', field: 'endDate',
sort: 'custom', sort: 'custom',
form: { form: {

Loading…
Cancel
Save