diff --git a/proxy.conf.js b/proxy.conf.js index 55c5032c..91fa74fc 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-01-18 09:51:21 * @LastEditors : Shiming - * @LastEditTime : 2022-05-05 13:51:19 + * @LastEditTime : 2022-05-05 15:22:17 * @FilePath : \\tms-obc-web\\proxy.conf.js * Copyright (C) 2022 huzhenhong. All rights reserved. */ diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts index bbcb46cf..b247d051 100644 --- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts +++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts @@ -236,7 +236,7 @@ export class WithdrawalsDetailComponent implements OnInit { width: 140 }, { title: '运费明细', render: 'amountDetails', className: 'text-right', width: 150 }, - { title: '货主', index: 'ltdName', className: 'text-left', width: 200 }, + { title: '货主', index: 'enterpriseInfoName', className: 'text-left', width: 200 }, { title: '订单号', render: 'billId', width: 200 }, { title: '运单号', render: 'wayBillId', width: 200 }, { title: '货源编号', index: 'resourceCode', width: 200 }, diff --git a/src/app/routes/partner/rebate-management/components/particulars/particulars.component.html b/src/app/routes/partner/rebate-management/components/particulars/particulars.component.html index 1bfdebb2..30a8688e 100644 --- a/src/app/routes/partner/rebate-management/components/particulars/particulars.component.html +++ b/src/app/routes/partner/rebate-management/components/particulars/particulars.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-02-24 20:09:49 * @LastEditors : Shiming - * @LastEditTime : 2022-04-27 10:17:31 + * @LastEditTime : 2022-05-05 15:12:33 * @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\particulars\\particulars.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -56,6 +56,7 @@ this.shipperservice.getNetworkFreightForwarder() } }, - phone3: { + partnerName: { type: 'string', title: '合伙人名称', ui: { @@ -108,7 +103,7 @@ export class ParterRebateManageMentParticularsComponent implements OnInit { }, } }, - deadlineTime: { + handlerTime: { title: '时间范围', type: 'string', ui: { @@ -134,7 +129,11 @@ export class ParterRebateManageMentParticularsComponent implements OnInit { this.resourceStatus = e; this.initST(); setTimeout(() => { - this.data = this.service.$api_get_searchRefundPageList + if(e == 1) { + this.data = this.service.$api_get_searchRefundPageList + } else { + this.data = this.service.$api_get_searchPageList + } this.st.load(); }, 500); } @@ -142,55 +141,68 @@ export class ParterRebateManageMentParticularsComponent implements OnInit { this.columns = [ { title: '订单号', - index: 'name1' + width: 150, + index: 'billCode' }, { title: '订单金额(元)', - index: 'name1' + width: 150, + index: 'orderAmount' }, { title: '付款金额(元)', - index: 'name1' + width: 150, + index: 'payAmount' }, { title: '预估返佣金额(元)', - index: 'name1' + width: 150, + index: 'profitAmount' }, { title: '附加费率', - index: 'name1' + width: 150, + index: 'additionalRate' }, { title: '下单客户', - index: 'name1' + width: 150, + index: 'enterpriseInfoName' }, { title: '网络货运人', - index: 'name1' + width: 180, + index: 'ltdName' }, { title: '销售渠道', - index: 'name1' + width: 180, + index: 'salesmanName' }, { title: '合伙人名称', - index: 'name1' + width: 180, + index: 'partnerName' }, { title: '合伙人等级', - index: 'name1' + width: 150, + index: 'partnerLevelName' }, { title: '管理费比例', - index: 'name1' + width: 150, + index: 'manageFee' }, { title: '固定结算费率', - index: 'name1' + width: 150, + index: 'settlementFee' }, { title: '返佣时间', - index: 'name1' + width: 180, + index: 'returnCommissionTime' } ]; } diff --git a/src/app/routes/partner/rebate-management/components/rebate-setting/add/add.component.html b/src/app/routes/partner/rebate-management/components/rebate-setting/add/add.component.html index a72764af..bff494dd 100644 --- a/src/app/routes/partner/rebate-management/components/rebate-setting/add/add.component.html +++ b/src/app/routes/partner/rebate-management/components/rebate-setting/add/add.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-02-24 20:09:49 * @LastEditors : Shiming - * @LastEditTime : 2022-04-27 15:03:23 + * @LastEditTime : 2022-05-05 17:04:31 * @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\rebate-setting\\add\\add.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -74,13 +74,14 @@ - + + diff --git a/src/app/routes/sys-setting/components/announcement-message/announcement-message.component.ts b/src/app/routes/sys-setting/components/announcement-message/announcement-message.component.ts index adabb773..1ed294e6 100644 --- a/src/app/routes/sys-setting/components/announcement-message/announcement-message.component.ts +++ b/src/app/routes/sys-setting/components/announcement-message/announcement-message.component.ts @@ -124,17 +124,20 @@ export class AnnouncementMessageComponent implements OnInit { initSFFre() { this.addSchema = { properties: { - appIdList: { + receiverType: { type: 'string', title: '发布平台', enum: [ - { label: '运营后台', value: this.envSrv.env.appId }, + // { label: '运营后台', value: this.envSrv.env.appId }, // { label: '货主后台', value: this.envSrv.env.HzappId }, // { label: '司机端', value: this.envSrv.env.sjappId } + { label: '全平台', value: 0}, + { label: '运营后台', value: 3}, + { label: '货主后台', value: 2 }, + { label: '司机端', value: 1 }, ], ui: { widget: 'select', - mode: 'multiple', errors: { required: '请选择' }, placeholder: '请选择' } @@ -229,7 +232,7 @@ this.ui2 = { '*': { spanLabelFixed: 120, grid: { span: 24 } } }; const params ={ ...this.sfFre.value } - if(this.editId) { + if(this.edit) { params.id = this.editId console.log(params) this.service.request(this.service.$api_modifyAnnouncementInfo, params).subscribe((res:any) => { diff --git a/src/app/routes/vehicle/components/audit/detail/detail.component.html b/src/app/routes/vehicle/components/audit/detail/detail.component.html index b7e927f4..d4af99da 100644 --- a/src/app/routes/vehicle/components/audit/detail/detail.component.html +++ b/src/app/routes/vehicle/components/audit/detail/detail.component.html @@ -7,7 +7,8 @@ -

车牌号:{{ detailData?.carNo }}

+

车牌号66:{{ detailData?.carNo }} +

-
@@ -149,6 +154,16 @@ 行驶证信息 + + + @@ -192,6 +207,16 @@ + + + + @@ -219,7 +244,15 @@
- 道路运输证信息 +

+ 道路运输证信息 + + +

diff --git a/src/app/routes/vehicle/components/list/detail/detail.component.html b/src/app/routes/vehicle/components/list/detail/detail.component.html index cf80126c..187882d1 100644 --- a/src/app/routes/vehicle/components/list/detail/detail.component.html +++ b/src/app/routes/vehicle/components/list/detail/detail.component.html @@ -24,9 +24,20 @@ 车辆基础信息 - - + +
+ +
+
+ 已入网
+
未入网 +
+
+
+
- + @@ -111,6 +122,10 @@
+ + + @@ -157,6 +172,11 @@ + + + + @@ -170,7 +190,7 @@ {{detailData?.carOwner }} - + <<<<<<< HEAD=======>>>>>>> 6d503f57e2434e5c0a0baa406ac42fe2b7a8a9b5 @@ -188,7 +208,17 @@ - 道路运输证信息 + +

+ 道路运输证信息 + + +

+
@@ -224,9 +254,10 @@ 认证司机 - +
未上传 diff --git a/src/app/shared/components/rebate-table/rebate-table.component.ts b/src/app/shared/components/rebate-table/rebate-table.component.ts index cf5f8e30..0e6581fc 100644 --- a/src/app/shared/components/rebate-table/rebate-table.component.ts +++ b/src/app/shared/components/rebate-table/rebate-table.component.ts @@ -43,6 +43,8 @@ export class RebateTableComponent implements OnInit { this.data = [ { gradeConfigId: '0', + startAmount: 0, + endAmount: 0, managementFeeRatio: 0, } ];