From 9dd0095dfe1209e307d03bc938dc9a61f25fcdcb Mon Sep 17 00:00:00 2001
From: yuanye <418471657@qq.com>
Date: Wed, 17 Nov 2021 12:11:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=9D=E8=B4=B9=E8=AE=A2?=
=?UTF-8?q?=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../order/order-h-list/order-h-list.component.html | 11 +++++++++++
.../order/order-h-list/order-h-list.component.ts | 1 +
.../order-list/order-list.component.html | 10 ++++++++++
.../recharge-order/order-list/order-list.component.ts | 1 +
4 files changed, 23 insertions(+)
diff --git a/src/app/admin/order/order-h-list/order-h-list.component.html b/src/app/admin/order/order-h-list/order-h-list.component.html
index 0ca73ee..5b7875d 100644
--- a/src/app/admin/order/order-h-list/order-h-list.component.html
+++ b/src/app/admin/order/order-h-list/order-h-list.component.html
@@ -42,6 +42,7 @@
+
@@ -62,6 +63,14 @@
+
+
+ 工会卡卡号
+
+
+
+
+
@@ -123,6 +132,7 @@
编号 |
订单名称 |
订单类型 |
+ 工会卡号 |
订单号 |
客户名称 |
充值号码 |
@@ -139,6 +149,7 @@
{{i+1}} |
{{data.remarks}} |
{{data.rechargeModel | rechargePrice}} |
+ {{data.idCard }} |
{{data.orderNo}} |
{{data.userName == null ? '暂无': data.userName}} |
{{data.rechargeContent == null ? '暂无': data.rechargeContent}} |
diff --git a/src/app/admin/order/order-h-list/order-h-list.component.ts b/src/app/admin/order/order-h-list/order-h-list.component.ts
index 1bf5d05..e7cdbb3 100644
--- a/src/app/admin/order/order-h-list/order-h-list.component.ts
+++ b/src/app/admin/order/order-h-list/order-h-list.component.ts
@@ -57,6 +57,7 @@ export class OrderHListComponent implements OnInit {
orderNo: [null],
rechargeModel: [null],
rechargeContent: [null],
+ idCard: [null],
userPhone: [null],
payTime: [null],
payType: [null],
diff --git a/src/app/admin/recharge-order/order-list/order-list.component.html b/src/app/admin/recharge-order/order-list/order-list.component.html
index eb538c1..41f0ac4 100644
--- a/src/app/admin/recharge-order/order-list/order-list.component.html
+++ b/src/app/admin/recharge-order/order-list/order-list.component.html
@@ -64,6 +64,14 @@
+
+
+ 工会卡卡号
+
+
+
+
+
@@ -125,6 +133,7 @@
编号 |
订单名称 |
订单类型 |
+ 工会卡号 |
订单号 |
客户名称 |
充值号码 |
@@ -141,6 +150,7 @@
{{i+1}} |
{{data.remarks}} |
{{data.rechargeModel | rechargePrice}} |
+ {{data.idCard}} |
{{data.orderNo}} |
{{data.userName == null ? '暂无': data.userName}} |
{{data.rechargeContent == null ? '暂无': data.rechargeContent}} |
diff --git a/src/app/admin/recharge-order/order-list/order-list.component.ts b/src/app/admin/recharge-order/order-list/order-list.component.ts
index db4ecc9..e85bde9 100644
--- a/src/app/admin/recharge-order/order-list/order-list.component.ts
+++ b/src/app/admin/recharge-order/order-list/order-list.component.ts
@@ -74,6 +74,7 @@ export class OrderListComponent implements OnInit , OnDestroy {
status: [null],
orderNo: [null],
rechargeModel: [null],
+ idCard: [null],
rechargeContent: [null],
userPhone: [null],
payTime: [null],