fix bug
This commit is contained in:
@ -354,6 +354,46 @@
|
|||||||
[placeholder]="isEdit?'':'-'">
|
[placeholder]="isEdit?'':'-'">
|
||||||
</sv>
|
</sv>
|
||||||
</sv-container>
|
</sv-container>
|
||||||
|
<nz-divider></nz-divider>
|
||||||
|
<sv-container col="3" class="mt16">
|
||||||
|
<sv-title>合伙人信息</sv-title>
|
||||||
|
<sv label="合伙人名称">
|
||||||
|
<input nz-input type="text" [(ngModel)]="detailData.createBank" [readonly]="!isEdit" [nzBorderless]="!isEdit"
|
||||||
|
[placeholder]="isEdit?'':'-'">
|
||||||
|
</sv>
|
||||||
|
<sv label="管理员">
|
||||||
|
<input nz-input type="text" [(ngModel)]="detailData.bankAccount" [readonly]="!isEdit" [nzBorderless]="!isEdit"
|
||||||
|
[placeholder]="isEdit?'':'-'">
|
||||||
|
</sv>
|
||||||
|
<sv label="绑定时间">
|
||||||
|
<input nz-input type="text" [(ngModel)]="detailData.registerPhone" [readonly]="!isEdit" [nzBorderless]="!isEdit"
|
||||||
|
[placeholder]="isEdit?'':'-'">
|
||||||
|
</sv>
|
||||||
|
<sv label="结算时间段">
|
||||||
|
<input nz-input type="text" [(ngModel)]="detailData.registerAddress" [readonly]="!isEdit" [nzBorderless]="!isEdit"
|
||||||
|
[placeholder]="isEdit?'':'-'">
|
||||||
|
</sv>
|
||||||
|
</sv-container>
|
||||||
|
<nz-divider></nz-divider>
|
||||||
|
<sv-container col="3" class="mt16">
|
||||||
|
<sv-title>渠道销售信息</sv-title>
|
||||||
|
<sv label="开户银行">
|
||||||
|
<input nz-input type="text" [(ngModel)]="detailData.createBank" [readonly]="!isEdit" [nzBorderless]="!isEdit"
|
||||||
|
[placeholder]="isEdit?'':'-'">
|
||||||
|
</sv>
|
||||||
|
<sv label="银行账户">
|
||||||
|
<input nz-input type="text" [(ngModel)]="detailData.bankAccount" [readonly]="!isEdit" [nzBorderless]="!isEdit"
|
||||||
|
[placeholder]="isEdit?'':'-'">
|
||||||
|
</sv>
|
||||||
|
<sv label="注册电话">
|
||||||
|
<input nz-input type="text" [(ngModel)]="detailData.registerPhone" [readonly]="!isEdit" [nzBorderless]="!isEdit"
|
||||||
|
[placeholder]="isEdit?'':'-'">
|
||||||
|
</sv>
|
||||||
|
<sv label="注册地址">
|
||||||
|
<input nz-input type="text" [(ngModel)]="detailData.registerAddress" [readonly]="!isEdit" [nzBorderless]="!isEdit"
|
||||||
|
[placeholder]="isEdit?'':'-'">
|
||||||
|
</sv>
|
||||||
|
</sv-container>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
|
|
||||||
<ng-template #PopconfirmTempalte let-title="title" let-content="content">
|
<ng-template #PopconfirmTempalte let-title="title" let-content="content">
|
||||||
|
|||||||
@ -166,137 +166,6 @@ export class FreightComponentsListComponent implements OnInit {
|
|||||||
showRequired: false
|
showRequired: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
lockedStatus8: {
|
|
||||||
type: 'string',
|
|
||||||
title: '公司所在地',
|
|
||||||
enum: [
|
|
||||||
{ label: '全部', value: '' },
|
|
||||||
{ label: '物流企业', value: 0 }
|
|
||||||
],
|
|
||||||
default: '',
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
oftenUsedServices: {
|
|
||||||
type: 'string',
|
|
||||||
title: '常用服务',
|
|
||||||
enum: [
|
|
||||||
{ label: '全部', value: '' },
|
|
||||||
{ label: '整车服务', value: 0 },
|
|
||||||
{ label: '大宗服务', value: 1 }
|
|
||||||
],
|
|
||||||
default: '',
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
customerType: {
|
|
||||||
type: 'string',
|
|
||||||
title: '客户类型',
|
|
||||||
enum: [
|
|
||||||
{ label: '全部', value: '' },
|
|
||||||
{ label: '直客', value: 1 },
|
|
||||||
{ label: '渠道客户', value: 20 }
|
|
||||||
],
|
|
||||||
default: '',
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
contactName5: {
|
|
||||||
title: '渠道销售',
|
|
||||||
type: 'string',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入',
|
|
||||||
showRequired: false,
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
partnerName: {
|
|
||||||
title: '合伙人',
|
|
||||||
type: 'string',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入',
|
|
||||||
showRequired: false,
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
contactName3: {
|
|
||||||
title: '客服人员',
|
|
||||||
type: 'string',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入',
|
|
||||||
showRequired: false,
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
contactName2: {
|
|
||||||
title: '审核人',
|
|
||||||
type: 'string',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入',
|
|
||||||
showRequired: false,
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
applyDate: {
|
|
||||||
type: 'string',
|
|
||||||
title: '申请时间',
|
|
||||||
ui: {
|
|
||||||
widget: 'sl-from-to',
|
|
||||||
type: 'date',
|
|
||||||
format: 'yyyy-MM-dd',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
} as SFDateWidgetSchema,
|
|
||||||
},
|
|
||||||
applyDate1: {
|
|
||||||
type: 'string',
|
|
||||||
title: '审核时间',
|
|
||||||
ui: {
|
|
||||||
widget: 'sl-from-to',
|
|
||||||
type: 'date',
|
|
||||||
format: 'yyyy-MM-dd',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
} as SFDateWidgetSchema,
|
|
||||||
},
|
|
||||||
lockedStatus3: {
|
|
||||||
type: 'string',
|
|
||||||
title: '企业状态',
|
|
||||||
enum: [
|
|
||||||
{ label: '全部', value: '' },
|
|
||||||
{ label: '正常', value: 0 },
|
|
||||||
{ label: '冻结', value: 1 }
|
|
||||||
],
|
|
||||||
default: '',
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
enterpriseType: {
|
enterpriseType: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '企业类型',
|
title: '企业类型',
|
||||||
@ -322,26 +191,41 @@ export class FreightComponentsListComponent implements OnInit {
|
|||||||
default: '',
|
default: '',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'select',
|
widget: 'select',
|
||||||
placeholder: '请选择',
|
|
||||||
allowClear: true,
|
|
||||||
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
|
|
||||||
visibleIf: {
|
visibleIf: {
|
||||||
expand: (value: boolean) => value
|
expand: (value: boolean) => value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// sou1r3ce: {
|
oftenUsedServices: {
|
||||||
// type: 'string',
|
type: 'string',
|
||||||
// title: '客户类型',
|
title: '常用服务',
|
||||||
// enum: [{ label: '全部', value: '' }],
|
enum: [
|
||||||
// default: '',
|
{ label: '全部', value: '' },
|
||||||
// ui: {
|
{ label: '整车发货', value: 10 },
|
||||||
// widget: 'select',
|
{ label: '大宗发货', value: 20 }
|
||||||
// visibleIf: {
|
],
|
||||||
// expand: (value: boolean) => value
|
default: '',
|
||||||
// }
|
ui: {
|
||||||
// }
|
widget: 'select',
|
||||||
// },
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
customerType: {
|
||||||
|
type: 'string',
|
||||||
|
title: '客户类型',
|
||||||
|
enum: [{ label: '全部', value: '' },
|
||||||
|
{ label: '直客', value: 1 },
|
||||||
|
{ label: '渠道客户', value: 20 }],
|
||||||
|
default: '',
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
promotersTelephone: {
|
promotersTelephone: {
|
||||||
title: '业务员',
|
title: '业务员',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -353,28 +237,28 @@ export class FreightComponentsListComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// promotersTe1le3phone: {
|
partnerNamee: {
|
||||||
// title: '合伙人',
|
title: '合伙人',
|
||||||
// type: 'string',
|
type: 'string',
|
||||||
// ui: {
|
ui: {
|
||||||
// placeholder: '请输入',
|
placeholder: '请输入',
|
||||||
// showRequired: false,
|
showRequired: false,
|
||||||
// visibleIf: {
|
visibleIf: {
|
||||||
// expand: (value: boolean) => value
|
expand: (value: boolean) => value
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// },
|
},
|
||||||
// promotersTe1lep1hone: {
|
customerServiceId: {
|
||||||
// title: '客服人员',
|
title: '客服人员',
|
||||||
// type: 'string',
|
type: 'string',
|
||||||
// ui: {
|
ui: {
|
||||||
// placeholder: '请输入',
|
placeholder: '请输入',
|
||||||
// showRequired: false,
|
showRequired: false,
|
||||||
// visibleIf: {
|
visibleIf: {
|
||||||
// expand: (value: boolean) => value
|
expand: (value: boolean) => value
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// },
|
},
|
||||||
approvalUserName: {
|
approvalUserName: {
|
||||||
title: '审核人',
|
title: '审核人',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -442,13 +326,13 @@ export class FreightComponentsListComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
source2: {
|
isExpired: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '证件是否过期',
|
title: '证件是否过期',
|
||||||
enum: [
|
enum: [
|
||||||
{ label: '全部', value: '' },
|
{ label: '全部', value: '' },
|
||||||
{ label: '是', value: 1 },
|
{ label: '是', value: true },
|
||||||
{ label: '否', value: 2 }
|
{ label: '否', value: false }
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
ui: {
|
ui: {
|
||||||
@ -506,8 +390,8 @@ export class FreightComponentsListComponent implements OnInit {
|
|||||||
width: 140
|
width: 140
|
||||||
},
|
},
|
||||||
{ title: '业务员', className: 'text-center', render: 'promotersTelephone', width: 150 },
|
{ title: '业务员', className: 'text-center', render: 'promotersTelephone', width: 150 },
|
||||||
// { title: '合伙人', className: 'text-center', render: 'promoter1sTelephone', width: 150 },
|
{ title: '合伙人', className: 'text-center', render: 'partnerName', width: 150 },
|
||||||
// { title: '客服人员', className: 'text-center', render: 'promoter1sTelephone', width: 150 },
|
{ title: '客服人员', className: 'text-center', render: 'customerServiceId', width: 150 },
|
||||||
{ title: '网络货运人', className: 'text-center', index: 'netTranName', width: 180 },
|
{ title: '网络货运人', className: 'text-center', index: 'netTranName', width: 180 },
|
||||||
{
|
{
|
||||||
title: '注册渠道',
|
title: '注册渠道',
|
||||||
@ -544,8 +428,9 @@ export class FreightComponentsListComponent implements OnInit {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
width: '250px',
|
width: '200px',
|
||||||
className: 'text-center btnBox',
|
className: 'text-center block-td',
|
||||||
|
fixed: 'right',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: '查看',
|
text: '查看',
|
||||||
|
|||||||
Reference in New Issue
Block a user