diff --git a/src/app/routes/partner/system-config/components/config/config.component.less b/src/app/routes/sys-setting/components/config/config.component.less
similarity index 100%
rename from src/app/routes/partner/system-config/components/config/config.component.less
rename to src/app/routes/sys-setting/components/config/config.component.less
diff --git a/src/app/routes/partner/system-config/components/config/config.component.ts b/src/app/routes/sys-setting/components/config/config.component.ts
similarity index 98%
rename from src/app/routes/partner/system-config/components/config/config.component.ts
rename to src/app/routes/sys-setting/components/config/config.component.ts
index bbac9eb1..54e0265c 100644
--- a/src/app/routes/partner/system-config/components/config/config.component.ts
+++ b/src/app/routes/sys-setting/components/config/config.component.ts
@@ -2,8 +2,8 @@ import { Component, OnInit, ViewChild } from '@angular/core';
import { SFComponent, SFSchema, SFUploadWidgetSchema } from '@delon/form';
import { NzUploadFile } from 'ng-zorro-antd/upload';
import { Observable, Observer, of } from 'rxjs';
-import { ConfigService } from '../../services/config.service';
import { apiConf } from '@conf/api.conf';
+import { SystemService } from '../../services/system.service';
const IMAGECONFIG = {
previewFile: (file: NzUploadFile) => of(file.url),
action: apiConf.waterFileUpload,
@@ -95,7 +95,7 @@ export class PartnerSystemConfigComponent implements OnInit {
// showRequired: true
// };
- constructor(private service: ConfigService) {}
+ constructor(private service: SystemService) {}
ngOnInit() {
this.initSF();
diff --git a/src/app/routes/sys-setting/sys-setting.module.ts b/src/app/routes/sys-setting/sys-setting.module.ts
index 8905be2d..790c36bd 100644
--- a/src/app/routes/sys-setting/sys-setting.module.ts
+++ b/src/app/routes/sys-setting/sys-setting.module.ts
@@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-12-03 15:23:05
- * @LastEditTime : 2022-03-09 14:08:38
+ * @LastEditTime : 2022-04-27 11:28:48
* @LastEditors : Shiming
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\sys-setting.module.ts
@@ -38,6 +38,7 @@ import { OrganizationManagementComponent } from './components/organization-manag
import { OrganizationModalComponent } from './components/organization-management/organization-modal/organization-modal.component';
import { ApiAuthModalComponent } from './components/organization-management/api-auth-modal/api-auth-modal.component';
import { MenuTreeComponent } from './components/organization-management/menu-tree/menu-tree.component';
+import { PartnerSystemConfigComponent } from './components/config/config.component';
const COMPONENTS = [
StaffManagementComponent,
@@ -57,7 +58,8 @@ const COMPONENTS = [
InsuranceSetComponent,
NoTeManagementComponent,
SmsTemplateComponent,
- OrganizationManagementComponent
+ OrganizationManagementComponent,
+ PartnerSystemConfigComponent
];
const NOTROUTECOMPONENTS = [
BuyerTranspowerComponent,
diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested-detail/invoice-requested-detail.component.ts b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested-detail/invoice-requested-detail.component.ts
index a8f18617..901d2adb 100644
--- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested-detail/invoice-requested-detail.component.ts
+++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested-detail/invoice-requested-detail.component.ts
@@ -247,7 +247,7 @@ export class InvoiceRequestedDetailComponent implements OnInit {
enum: [
{ label: '全部', value: '' },
{ label: '整车', value: '1' },
- { label: '大宗', value: '2' }
+ { label: '大宗', value: '2' },
],
ui: {
widget: 'select',
@@ -305,7 +305,7 @@ export class InvoiceRequestedDetailComponent implements OnInit {
{ title: '订单完成日期', index: 'billfinTime', type: 'date', width: 150 },
{ title: '开票状态', index: 'vatappStsLabel', width: 100 },
{ title: '所属项目', index: 'projectIdName', width: 140 },
- { title: '订单类型', index: 'billType', width: 100, type: 'enum', enum: { 1: '整车', 2: '大宗' } },
+ { title: '订单类型', index: 'billTypeLabel', width: 100,},
{ title: '装货地', index: 'loadingfrom', width: 220 },
{ title: '卸货地', index: 'loadingto', width: 220 },
{ title: '货物信息', index: 'goodsinfo', width: 150 },
diff --git a/src/app/routes/usercenter/components/freight/list/detail/detail.component.ts b/src/app/routes/usercenter/components/freight/list/detail/detail.component.ts
index bd066e42..4fb06006 100644
--- a/src/app/routes/usercenter/components/freight/list/detail/detail.component.ts
+++ b/src/app/routes/usercenter/components/freight/list/detail/detail.component.ts
@@ -97,8 +97,7 @@ export class FreightComponentsListDetailComponent implements OnInit, OnDestroy {
initST() {
this.columns = [
{ title: '修改后合伙人', index: 'newPartnerName', className: 'text-center' },
- { title: '修改前合伙人', index: 'originalPartnerNamel', className: 'text-center' },
- { title: '备注', render: 'remark', className: 'text-center' },
+ { title: '修改前合伙人', index: 'originalPartnerName', className: 'text-center' },
{ title: '结算起算日', index: 'settStartTime', className: 'text-center' },
{ title: '生效节点', index: 'effectiveNode', className: 'text-center', type: 'enum', enum: {
1: '立即生效',
@@ -115,38 +114,38 @@ export class FreightComponentsListDetailComponent implements OnInit, OnDestroy {
},
className: 'text-center'
},
- { title: '修改时间', render: 'modifyTime', className: 'text-center' },
- { title: '生效时间', index: 'effectiveTime', className: 'text-center' },
- { title: '操作人', render: 'approvalUser', className: 'text-center' },
-
- ];
- }
- /**
- * 初始化数据列表
- */
- initRecordST() {
- this.recordColumns = [
- { title: '修改后渠道销售', index: 'newChannelName', className: 'text-center' },
- { title: '修改前渠道销售地', index: 'originalChannelName', className: 'text-center' },
- { title: '备注', render: 'remark', className: 'text-center' },
- { title: '生效节点', index: 'effectiveNode', className: 'text-center', type: 'enum', enum: {
- 1: '立即生效',
- 2: 'CRM审核后生效',
- 3: '审核通过生效',
- } },
- {
- title: 'CRM审核状态', index: 'effectiveStatus',
- type: 'enum',
- enum: {
- 0: '已失效',
- 1: '未生效',
- 2: '已生效',
- },
- className: 'text-center'
- },
{ title: '修改时间', index: 'modifyTime', className: 'text-center' },
{ title: '生效时间', index: 'effectiveTime', className: 'text-center' },
- { title: '操作人', index: 'modifyUserId', className: 'text-center' }
+ { title: '操作人', index: 'modifyUserId', className: 'text-center' },
+ { title: '备注', render: 'remark', className: 'text-center' },
+ ];
+ }
+ /**
+ * 初始化数据列表
+ */
+ initRecordST() {
+ this.recordColumns = [
+ { title: '修改后渠道销售', index: 'newChannelName', className: 'text-center' },
+ { title: '修改前渠道销售地', index: 'originalChannelName', className: 'text-center' },
+ { title: '生效节点', index: 'effectiveNode', className: 'text-center', type: 'enum', enum: {
+ 1: '立即生效',
+ 2: 'CRM审核后生效',
+ 3: '审核通过生效',
+ } },
+ {
+ title: 'CRM审核状态', index: 'effectiveStatus',
+ type: 'enum',
+ enum: {
+ 0: '已失效',
+ 1: '未生效',
+ 2: '已生效',
+ },
+ className: 'text-center'
+ },
+ { title: '修改时间', index: 'modifyTime', className: 'text-center' },
+ { title: '生效时间', index: 'effectiveTime', className: 'text-center' },
+ { title: '操作人', index: 'modifyUserId', className: 'text-center' },
+ { title: '备注', render: 'remark', className: 'text-center' },
];
}
loadPartnerInfo(){
diff --git a/src/app/shared/components/rebate-table/rebate-table.component.html b/src/app/shared/components/rebate-table/rebate-table.component.html
index 2380c116..2a405050 100644
--- a/src/app/shared/components/rebate-table/rebate-table.component.html
+++ b/src/app/shared/components/rebate-table/rebate-table.component.html
@@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-25 20:18:52
* @LastEditors : Shiming
- * @LastEditTime : 2022-04-26 20:46:19
+ * @LastEditTime : 2022-04-27 14:09:04
* @FilePath : \\tms-obc-web\\src\\app\\shared\\components\\rebate-table\\rebate-table.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@@ -20,8 +20,8 @@
| 序号 |
合伙人等级 |
- 初始业务量(万/月) |
- 到达业务量(万/月) |
+ 初始业务量(万/月) |
+ 到达业务量(万/月) |
管理费比例% |
操作 |
@@ -45,7 +45,7 @@
-
+ |
|
-
+ |
@@ -64,15 +64,16 @@
|
- |
diff --git a/src/app/shared/components/rebate-table/rebate-table.component.less b/src/app/shared/components/rebate-table/rebate-table.component.less
index ec0862bd..328d89c8 100644
--- a/src/app/shared/components/rebate-table/rebate-table.component.less
+++ b/src/app/shared/components/rebate-table/rebate-table.component.less
@@ -18,5 +18,8 @@
.ant-input-affix-wrapper {
border: none
}
+ .three .ant-input-affix-wrapper {
+ width: 50% !important;
+ }
}
\ No newline at end of file
|