From 23d80c1b64f23ede237ab8e89ebc2ee2aaf43f26 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 19 七月 2023 19:32:10 +0800
Subject: [PATCH] 销售模块接口联调

---
 src/views/sales/salesReturn/index.vue |   32 +++++++-------------------------
 1 files changed, 7 insertions(+), 25 deletions(-)

diff --git a/src/views/sales/salesReturn/index.vue b/src/views/sales/salesReturn/index.vue
index 16f1078..ba7d780 100644
--- a/src/views/sales/salesReturn/index.vue
+++ b/src/views/sales/salesReturn/index.vue
@@ -71,14 +71,14 @@
       this.tableList = {
         tableInfomation: [],
         tableColumn: [
-          { label: "閿�鍞��璐у崟缂栧彿", prop: "salesReturnOrderNo", min: 120 },
-          { label: "瀹㈡埛鍚嶇О", prop: "customName", min: 90 },
+          { label: "閿�鍞��璐у崟缂栧彿", prop: "number", min: 120 },
+          { label: "瀹㈡埛鍚嶇О", prop: "clientId", min: 90 },
           { label: "閫�璐ф棩鏈�", prop: "returnDate", min: 100 },
-          { label: "鐘舵��", prop: "state" },
-          { label: "閫�鍏ヤ粨搴�", prop: "returnWarehouse" },
+          { label: "鐘舵��", prop: "status" },
+          { label: "閫�鍏ヤ粨搴�", prop: "repository" },
           { label: "搴旈��娆�", prop: "refundabe" },
           { label: "宸查��娆�", prop: "refunded" },
-          { label: "閿�鍞礋璐d汉", prop: "salesHead" },
+          { label: "閿�鍞礋璐d汉", prop: "memberId" },
           { label: "淇敼鏃堕棿", prop: "modifyTime" }
         ]
       }
@@ -120,32 +120,14 @@
     addBtnClick() {
       this.editConfig.visible = true
       this.editConfig.title = "鏂板缓"
-      this.editConfig.infomation = {
-        customName: "",
-        salesReturnOrderNo: "THD20230521-11",
-        selSourceOrder: "1",
-        returnWarehouse: "1",
-        salesHead: "5",
-        returnDate: "",
-        state: "",
-        returnReason: ""
-      }
+      this.editConfig.infomation = {}
     },
     // 缂栬緫
     handleClick(row) {
       console.log(row)
       this.editConfig.visible = true
       this.editConfig.title = "缂栬緫"
-      this.editConfig.infomation = {
-        customName: "",
-        salesReturnOrderNo: "THD20230521-11",
-        selSourceOrder: "",
-        returnWarehouse: "",
-        salesHead: "",
-        returnDate: "",
-        state: "",
-        returnReason: ""
-      }
+      this.editConfig.infomation = { ...row }
     }
   }
 }

--
Gitblit v1.8.0