From 99cce1342e08baf832edd0e92c941cb64669af5e Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期四, 28 三月 2024 15:57:50 +0800
Subject: [PATCH] 6215、6216出入库增加来源和销售明细单

---
 src/views/overview/OverviewListView.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/views/overview/OverviewListView.vue b/src/views/overview/OverviewListView.vue
index 54d800b..7a67288 100644
--- a/src/views/overview/OverviewListView.vue
+++ b/src/views/overview/OverviewListView.vue
@@ -97,7 +97,7 @@
   data() {
     return {
       tableList: {},
-      showcol: ["浠撳簱浣嶇疆", "璋冨嚭浣嶇疆", "璋冨叆浣嶇疆", "鑱旂郴浜�", "鏃ユ湡", "鏉ユ簮鍗曟嵁", "鐘舵��"],
+      showcol: ["浠撳簱浣嶇疆", "璋冨嚭浣嶇疆", "璋冨叆浣嶇疆", "鑱旂郴浜�", "鏃ユ湡", "鏉ユ簮", "鏉ユ簮鍗曟嵁", "閿�鍞槑缁嗗崟", "鐘舵��"],
       searchOptions: [],
       commonDetail: {
         visible: false,
@@ -239,12 +239,12 @@
           default: false,
           date: true
         },
-        // {
-        //   label: "浜у搧鍙敤鎬�",
-        //   prop: "status",
-        //   isShowColumn: showcol.includes("浜у搧鍙敤鎬�"),
-        //   default: false
-        // },
+        {
+          label: "鏉ユ簮",
+          prop: "sourceType",
+          isShowColumn: showcol.includes("鏉ユ簮"),
+          default: false
+        },
         // {
         //   label: "鎴鏃ユ湡",
         //   prop: "faultTime",
@@ -263,12 +263,12 @@
           isShowColumn: showcol.includes("鏉ユ簮鍗曟嵁"),
           default: false
         },
-        // {
-        //   label: "娆犲崟",
-        //   prop: "status",
-        //   isShowColumn: showcol.includes("娆犲崟"),
-        //   default: false
-        // },
+        {
+          label: "閿�鍞槑缁嗗崟",
+          prop: "salesDetailsNumber",
+          isShowColumn: showcol.includes("閿�鍞槑缁嗗崟"),
+          default: false
+        },
         {
           label: "鍏ュ簱绫诲瀷",
           prop: "operationTypeName",

--
Gitblit v1.8.0