From 961c710e0237026e1213c5919cf922caae9ce1c3 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 21 Apr 2022 10:27:18 +0800 Subject: [PATCH] fix bug --- .../withdrawals-detail.component.html | 4 ++-- .../withdrawals-detail.component.ts | 21 ++++++++++++------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html index aa167bec..7224bd34 100644 --- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html +++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-01-05 20:15:41 * @LastEditors : Shiming - * @LastEditTime : 2022-01-18 17:17:19 + * @LastEditTime : 2022-04-21 10:15:49 * @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\withdrawals-record\\withdrawals-detail\\withdrawals-detail.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -16,7 +16,7 @@ - +
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 c91b3e29..5c6736a8 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 @@ -140,28 +140,28 @@ export class WithdrawalsDetailComponent implements OnInit { hidden: true } }, - billHCode: { + orderPaymentCode: { type: 'string', title: '支付编号', ui: { placeholder: '请输入' } }, - billHCod1e: { + billCode: { type: 'string', title: '订单号', ui: { placeholder: '请输入' } }, - billHCo1de: { + resourceCode: { type: 'string', title: '货源编号', ui: { placeholder: '请输入' } }, - billHC1ode: { + serviceType: { type: 'string', title: '服务类型', ui: { @@ -172,7 +172,7 @@ export class WithdrawalsDetailComponent implements OnInit { } } }, - billHCo11de: { + driverName: { type: 'string', title: '承运司机', ui: { @@ -182,7 +182,7 @@ export class WithdrawalsDetailComponent implements OnInit { } } }, - billHCo111de: { + driverLicensePlate: { type: 'string', title: '车牌号', ui: { @@ -192,7 +192,7 @@ export class WithdrawalsDetailComponent implements OnInit { } } }, - billHC1o11de: { + captain: { type: 'string', title: '收款人', ui: { @@ -202,9 +202,14 @@ export class WithdrawalsDetailComponent implements OnInit { } } }, - billHC1o111de: { + isCaptain: { type: 'string', title: '车队长收款', + enum: [ + {label: '全部', value: ''}, + {label: '是', value: '1'}, + {label: '否', value: '2'} + ], ui: { widget: 'select', placeholder: '请选择',