From a13c57febe93b1e24d8a93713610310a9f20b09e Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Tue, 14 May 2024 17:44:04 +0800 Subject: [PATCH] edit --- src/views/order/index.vue | 2 +- src/views/order/orderDetails.vue | 12 +++++----- src/views/product/addProduct/index.vue | 8 +++---- src/views/product/productList/index.vue | 25 +++++++++++++++++++- src/views/product/productList/proDetails.vue | 4 ++-- src/views/user/list/index.vue | 10 ++++---- src/views/user/list/userDetails.vue | 2 +- src/views/user/search/index.vue | 4 ++-- 8 files changed, 45 insertions(+), 22 deletions(-) diff --git a/src/views/order/index.vue b/src/views/order/index.vue index d431d44..da55485 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -128,7 +128,7 @@ 导入批量发货 批量发货记录 - 批量发送货 + diff --git a/src/views/order/orderDetails.vue b/src/views/order/orderDetails.vue index 9dfbf55..7a566cd 100644 --- a/src/views/order/orderDetails.vue +++ b/src/views/order/orderDetails.vue @@ -92,10 +92,10 @@ }} -
  • +
  • 绑定电话:
    {{ orderDetailList.user.phone ? orderDetailList.user.phone : '-' }}
    @@ -167,7 +167,7 @@
    上级推广人:
    {{ orderDetailList.TopSpread.nickname }}
  • -
  • + +
  • 发货方式:
    核销
    diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 12e1e69..fa62b8d 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -70,7 +70,7 @@ /> - + --> - + @@ -103,6 +103,22 @@ clearable /> + + + 搜索 重置 @@ -575,6 +591,7 @@ export default { labelList: [], tempList: [], timeVal: [], + updateTimeVal:[], listLoading: true, tableData: { data: [], @@ -673,6 +690,12 @@ export default { this.timeVal = e this.tableFrom.date = e ? this.timeVal.join('-') : '' this.getList(1) + }, + // 审核日期 + onchangeUpdateTime(e) { + this.updateTimeVal = e + this.tableFrom.update_date = e ? this.updateTimeVal.join('-') : '' + this.getList(1) }, /** 重置 */ searchReset() { diff --git a/src/views/product/productList/proDetails.vue b/src/views/product/productList/proDetails.vue index b6d0f79..67f6287 100644 --- a/src/views/product/productList/proDetails.vue +++ b/src/views/product/productList/proDetails.vue @@ -311,10 +311,10 @@
    • -
      审核拒绝原因:
      +
      {{productData.status==0?'锁定原因':'审核拒绝原因'}}:
      {{productData.refusal || ''}}
    • -
    • +
    • 佐证图片:
    • diff --git a/src/views/user/list/index.vue b/src/views/user/list/index.vue index 74c8514..66e240b 100644 --- a/src/views/user/list/index.vue +++ b/src/views/user/list/index.vue @@ -5,16 +5,16 @@ - + 全部 - + @@ -82,7 +82,7 @@ - +