采运销接口
This commit is contained in:
@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user