采运销接口

This commit is contained in:
‘huanghaiixia’
2026-04-03 17:38:03 +08:00
parent 7fc6678499
commit aa421c34b7
7 changed files with 313 additions and 61 deletions

View File

@ -105,7 +105,7 @@
field: 'dateFrom',
label: '销售合同有效期',
component: 'RangePicker',
// defaultValue: defaultDate.value,
defaultValue: defaultDate.value,
componentProps: {
format: 'YYYY-MM-DD',
style: { width: '100%' },
@ -113,7 +113,7 @@
},
},
{
field: 'ksName',
field: 'kpName',
label: '销售合同号/名称',
component: 'Input',
},
@ -139,7 +139,7 @@
striped: false,
actionColumn: {
width: 160,
width: 100,
title: '操作',
dataIndex: 'action',
slots: { customRender: 'action' },