往来单位调整

szh-new
张同海 3 months ago
parent 5dbb1004bd
commit e98cab7a94

@ -212,7 +212,7 @@ export const columns: BasicColumn[] = [
width: 150, width: 150,
}, },
{ {
title: '负责人', title: '人',
dataIndex: 'chief', dataIndex: 'chief',
sorter: true, sorter: true,
width: 150, width: 150,
@ -656,8 +656,8 @@ export const formSchema: FormSchema[] = [
colProps: { span: 24 }, colProps: { span: 24 },
}, },
{ {
field: 'tel1', field: 'chief',
label: '法人', label: '法人',
// required: true, // required: true,
component: 'Input', component: 'Input',
defaultValue: '', defaultValue: '',
@ -886,50 +886,6 @@ export const formSchema: FormSchema[] = [
label: '', label: '',
colProps: { span: 24 }, 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', label: '业务来源Name',
field: 'sourceName', field: 'sourceName',
@ -1028,15 +984,14 @@ export const formSchema: FormSchema[] = [
}, },
colProps: { span: 4 }, colProps: { span: 4 },
}, },
{
// { field: 'unitPrice',
// field: 'unitPrice', label: '冷藏费率',
// label: '冷藏费率', // required: true,
// // required: true, component: 'Input',
// component: 'Input', defaultValue: '',
// defaultValue: '', colProps: { span: 4 },
// colProps: { span: 4 }, },
// },
{ {
field: 'commissionRate', field: 'commissionRate',
label: '提成比例', 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: '开票方式', label: '开票方式',
field: 'invoicingMethod', field: 'invoicingMethod',
@ -1165,7 +1102,25 @@ export const formSchema: FormSchema[] = [
unCheckedChildren: '否', 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: '客户属性', label: '客户属性',
field: 'ArrclientTag', field: 'ArrclientTag',
@ -1210,8 +1165,9 @@ export const formSchema: FormSchema[] = [
}, },
}, },
{ {
field: 'note', field: 'blContent',
label: '备注', label: '提单信息',
// required: true,
component: 'InputTextArea', component: 'InputTextArea',
defaultValue: '', defaultValue: '',
colProps: { span: 12 }, colProps: { span: 12 },
@ -1220,9 +1176,8 @@ export const formSchema: FormSchema[] = [
}, },
}, },
{ {
field: 'blContent', field: 'note',
label: '提单信息', label: '备注',
// required: true,
component: 'InputTextArea', component: 'InputTextArea',
defaultValue: '', defaultValue: '',
colProps: { span: 12 }, colProps: { span: 12 },
@ -1230,6 +1185,40 @@ export const formSchema: FormSchema[] = [
rows: 4, 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: '客户属性', // label: '客户属性',
// field: 'ArrclientTag', // field: 'ArrclientTag',

Loading…
Cancel
Save