|
|
|
@ -212,7 +212,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
width: 150,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '负责人',
|
|
|
|
|
title: '法人',
|
|
|
|
|
dataIndex: 'chief',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 150,
|
|
|
|
@ -656,8 +656,8 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
colProps: { span: 24 },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'tel1',
|
|
|
|
|
label: '法人?????',
|
|
|
|
|
field: 'chief',
|
|
|
|
|
label: '法人',
|
|
|
|
|
// required: true,
|
|
|
|
|
component: 'Input',
|
|
|
|
|
defaultValue: '',
|
|
|
|
@ -886,50 +886,6 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
label: '',
|
|
|
|
|
colProps: { span: 24 },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'saleOrgIdList',
|
|
|
|
|
label: '所属分部',
|
|
|
|
|
// required: true,
|
|
|
|
|
component: 'Select',
|
|
|
|
|
colProps: { span: 12 },
|
|
|
|
|
componentProps: {
|
|
|
|
|
options: DeptList,
|
|
|
|
|
allowClear: true,
|
|
|
|
|
mode: 'multiple',
|
|
|
|
|
class: 'NoLimitHeight',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
field: 'chief',
|
|
|
|
|
label: '负责人',
|
|
|
|
|
// required: true,
|
|
|
|
|
component: 'Input',
|
|
|
|
|
defaultValue: '',
|
|
|
|
|
colProps: { span: 4 },
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
field: 'divider-selects2',
|
|
|
|
|
component: 'Divider',
|
|
|
|
|
label: '业务属性及干系人',
|
|
|
|
|
colProps: { span: 24 },
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// field: 'sourceId',
|
|
|
|
|
// label: '业务来源',
|
|
|
|
|
// component: 'Select',
|
|
|
|
|
// colProps: { span: 4 },
|
|
|
|
|
// defaultValue: '',
|
|
|
|
|
// componentProps: {
|
|
|
|
|
// options: ClientSourceList,
|
|
|
|
|
// allowClear: true,
|
|
|
|
|
// showSearch: true,
|
|
|
|
|
// filterOption: (input: string, option: any) => {
|
|
|
|
|
// return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
label: '业务来源Name',
|
|
|
|
|
field: 'sourceName',
|
|
|
|
@ -1028,15 +984,14 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
},
|
|
|
|
|
colProps: { span: 4 },
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
// field: 'unitPrice',
|
|
|
|
|
// label: '冷藏费率',
|
|
|
|
|
// // required: true,
|
|
|
|
|
// component: 'Input',
|
|
|
|
|
// defaultValue: '',
|
|
|
|
|
// colProps: { span: 4 },
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
field: 'unitPrice',
|
|
|
|
|
label: '冷藏费率',
|
|
|
|
|
// required: true,
|
|
|
|
|
component: 'Input',
|
|
|
|
|
defaultValue: '',
|
|
|
|
|
colProps: { span: 4 },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'commissionRate',
|
|
|
|
|
label: '提成比例',
|
|
|
|
@ -1068,24 +1023,6 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
// field: 'wmsFeeRateType',
|
|
|
|
|
// label: '仓储费开始日期模式',
|
|
|
|
|
// // required: true,
|
|
|
|
|
// component: 'Select',
|
|
|
|
|
// colProps: { span: 4 },
|
|
|
|
|
// labelWidth: 140,
|
|
|
|
|
// defaultValue: '',
|
|
|
|
|
// componentProps: {
|
|
|
|
|
// options: wmsFeeRateTypeList,
|
|
|
|
|
// allowClear: true,
|
|
|
|
|
// showSearch: true,
|
|
|
|
|
// filterOption: (input: string, option: any) => {
|
|
|
|
|
// return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
label: '开票方式',
|
|
|
|
|
field: 'invoicingMethod',
|
|
|
|
@ -1165,7 +1102,25 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
unCheckedChildren: '否',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
field: 'Divider4',
|
|
|
|
|
component: 'Divider',
|
|
|
|
|
label: '',
|
|
|
|
|
colProps: { span: 24 },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'saleOrgIdList',
|
|
|
|
|
label: '所属分部',
|
|
|
|
|
// required: true,
|
|
|
|
|
component: 'Select',
|
|
|
|
|
colProps: { span: 12 },
|
|
|
|
|
componentProps: {
|
|
|
|
|
options: DeptList,
|
|
|
|
|
allowClear: true,
|
|
|
|
|
mode: 'multiple',
|
|
|
|
|
class: 'NoLimitHeight',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: '客户属性',
|
|
|
|
|
field: 'ArrclientTag',
|
|
|
|
@ -1210,8 +1165,9 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'note',
|
|
|
|
|
label: '备注',
|
|
|
|
|
field: 'blContent',
|
|
|
|
|
label: '提单信息',
|
|
|
|
|
// required: true,
|
|
|
|
|
component: 'InputTextArea',
|
|
|
|
|
defaultValue: '',
|
|
|
|
|
colProps: { span: 12 },
|
|
|
|
@ -1220,9 +1176,8 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'blContent',
|
|
|
|
|
label: '提单信息',
|
|
|
|
|
// required: true,
|
|
|
|
|
field: 'note',
|
|
|
|
|
label: '备注',
|
|
|
|
|
component: 'InputTextArea',
|
|
|
|
|
defaultValue: '',
|
|
|
|
|
colProps: { span: 12 },
|
|
|
|
@ -1230,6 +1185,40 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
rows: 4,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// field: 'sourceId',
|
|
|
|
|
// label: '业务来源',
|
|
|
|
|
// component: 'Select',
|
|
|
|
|
// colProps: { span: 4 },
|
|
|
|
|
// defaultValue: '',
|
|
|
|
|
// componentProps: {
|
|
|
|
|
// options: ClientSourceList,
|
|
|
|
|
// allowClear: true,
|
|
|
|
|
// showSearch: true,
|
|
|
|
|
// filterOption: (input: string, option: any) => {
|
|
|
|
|
// return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
// field: 'wmsFeeRateType',
|
|
|
|
|
// label: '仓储费开始日期模式',
|
|
|
|
|
// // required: true,
|
|
|
|
|
// component: 'Select',
|
|
|
|
|
// colProps: { span: 4 },
|
|
|
|
|
// labelWidth: 140,
|
|
|
|
|
// defaultValue: '',
|
|
|
|
|
// componentProps: {
|
|
|
|
|
// options: wmsFeeRateTypeList,
|
|
|
|
|
// allowClear: true,
|
|
|
|
|
// showSearch: true,
|
|
|
|
|
// filterOption: (input: string, option: any) => {
|
|
|
|
|
// return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
// label: '客户属性',
|
|
|
|
|
// field: 'ArrclientTag',
|
|
|
|
|