From 2599e052377b665651fa4c6e052ca8ae58b81098 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期一, 25 八月 2025 15:52:03 +0800
Subject: [PATCH] mdc模块更新

---
 src/views/system/ProductionManager.vue |   38 ++++++--------------------------------
 1 files changed, 6 insertions(+), 32 deletions(-)

diff --git a/src/views/system/ProductionManager.vue b/src/views/system/ProductionManager.vue
index de94956..06bc10e 100644
--- a/src/views/system/ProductionManager.vue
+++ b/src/views/system/ProductionManager.vue
@@ -7,11 +7,11 @@
         <a-row style="margin-left: 14px">
           <a-button @click="handleAdd(1)" type="primary">娣诲姞杞﹂棿</a-button>
           <a-button @click="handleAdd(2)" type="primary">娣诲姞涓嬬骇</a-button>
-          <a-button type="primary" icon="download" @click="handleExportXls('杞﹂棿淇℃伅')">瀵煎嚭</a-button>
-          <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader"
-                    :action="importExcelUrl" @change="handleImportExcel">
-            <a-button type="primary" icon="import">瀵煎叆</a-button>
-          </a-upload>
+<!--          <a-button type="primary" icon="download" @click="handleExportXls('杞﹂棿淇℃伅')">瀵煎嚭</a-button>-->
+<!--          <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader"-->
+<!--                    :action="importExcelUrl" @change="handleImportExcel">-->
+<!--            <a-button type="primary" icon="import">瀵煎叆</a-button>-->
+<!--          </a-upload>-->
           <a-button @click="handleDelete" v-if="selectedKeys.length>0">鍒犻櫎</a-button>
           <a-button title="鍒犻櫎澶氭潯鏁版嵁" @click="batchDel" v-if="checkedKeys.length>0">鎵归噺鍒犻櫎</a-button>
           <!--<a-button @click="refresh" type="default" icon="reload" :loading="loading">鍒锋柊</a-button>-->
@@ -27,32 +27,6 @@
           <a-input-search @search="onSearch" style="width:100%;margin-top: 10px" placeholder="璇疯緭鍏ヨ溅闂村悕绉�"/>
           <!-- 鏍�-->
           <a-col :md="10" :sm="24">
-            <!--<template>-->
-            <!--<a-dropdown :trigger="[this.dropTrigger]" @visibleChange="dropStatus">-->
-            <!--<span style="user-select: none">-->
-            <!--<a-tree-->
-            <!--checkable-->
-            <!--multiple-->
-            <!--@select="onSelect"-->
-            <!--@check="onCheck"-->
-            <!--@rightClick="rightHandle"-->
-            <!--:selectedKeys="selectedKeys"-->
-            <!--:checkedKeys="checkedKeys"-->
-            <!--:treeData="departTree"-->
-            <!--:checkStrictly="checkStrictly"-->
-            <!--:expandedKeys="iExpandedKeys"-->
-            <!--:autoExpandParent="autoExpandParent"-->
-            <!--@expand="onExpand"/>-->
-            <!--</span>-->
-            <!--&lt;!&ndash;鏂板鍙抽敭鐐瑰嚮浜嬩欢,鍜屽鍔犳坊鍔犲拰鍒犻櫎鍔熻兘&ndash;&gt;-->
-
-            <!--<a-menu slot="overlay">-->
-            <!--<a-menu-item @click="handleAdd(3)" key="1">娣诲姞</a-menu-item>-->
-            <!--<a-menu-item @click="handleDelete" key="2">鍒犻櫎</a-menu-item>-->
-            <!--<a-menu-item @click="closeDrop" key="3">鍙栨秷</a-menu-item>-->
-            <!--</a-menu>-->
-            <!--</a-dropdown>-->
-            <!--</template>-->
             <a-tree
               checkable
               multiple
@@ -644,4 +618,4 @@
     background: #fff;
     border-radius: 0 0 2px 2px;
   }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3