From ffe03fd785169f2318751401909ea72878320aa3 Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Wed, 13 Sep 2023 16:06:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E4=B9=B0=E5=AE=B6?= =?UTF-8?q?=E7=AB=AF=E6=9F=A5=E7=9C=8B=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=95=86=E5=93=81=E5=8F=82=E6=95=B0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=87=A0=E4=B8=AA=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/goods/goods-info/goodsDetail.vue | 9 +++++++++ .../src/views/goods/goods-seller/goodsOperationSec.vue | 2 +- seller/src/views/order/order/orderList.vue | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/manager/src/views/goods/goods-info/goodsDetail.vue b/manager/src/views/goods/goods-info/goodsDetail.vue index 2ef4e8c9..4eb3dcff 100644 --- a/manager/src/views/goods/goods-info/goodsDetail.vue +++ b/manager/src/views/goods/goods-info/goodsDetail.vue @@ -18,6 +18,15 @@ {{ goods.sellingPoint }} + +
+
+ {{ item.groupName }} : + {{ child.paramName }} - {{ child.paramValue }} + +
+
+

商品交易信息

diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue index dd1a658d..43a01f2c 100644 --- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue +++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue @@ -298,7 +298,7 @@
+ @click="handleView(item.url)" />
diff --git a/seller/src/views/order/order/orderList.vue b/seller/src/views/order/order/orderList.vue index cda28305..2755f75a 100644 --- a/seller/src/views/order/order/orderList.vue +++ b/seller/src/views/order/order/orderList.vue @@ -335,6 +335,7 @@ export default { this.selectDate = null; this.searchForm.startDate = ""; this.searchForm.endDate = ""; + this.searchForm.orderType = "NORMAL", // 重新加载数据 this.getDataList(); },