From 54bb26dd12dacbbd2bdf006ed8ca3e28f45fcf7d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 11 三月 2026 13:38:53 +0800
Subject: [PATCH] 进销存升级app 1.将首页与工作台分开,添加新首页样式 2.首页饼状图不展示修改
---
src/pages/managementMeetings/sealManagement/index.vue | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/pages/managementMeetings/sealManagement/index.vue b/src/pages/managementMeetings/sealManagement/index.vue
index 9cd1f50..2979152 100644
--- a/src/pages/managementMeetings/sealManagement/index.vue
+++ b/src/pages/managementMeetings/sealManagement/index.vue
@@ -77,7 +77,7 @@
@click="viewDetail(item,3)">
鏌ョ湅
</u-button>
- <u-button type="primary"
+ <!-- <u-button type="primary"
size="small"
class="action-btn"
v-if="item.status === 'pending'"
@@ -90,7 +90,7 @@
v-if="item.status === 'pending'"
@click="confirmApprove(item,false)">
鎷掔粷
- </u-button>
+ </u-button> -->
</view>
</view>
</view>
@@ -100,12 +100,12 @@
<text>鏆傛棤鐢ㄥ嵃璁板綍</text>
</view>
<!-- 娴姩鏂板鎸夐挳 -->
- <view class="fab-button"
+ <!-- <view class="fab-button"
@click="addVisit">
<up-icon name="plus"
size="24"
color="#ffffff"></up-icon>
- </view>
+ </view> -->
</view>
</template>
@@ -199,14 +199,14 @@
};
listSealApplication(params)
.then(res => {
- const currentFactoryName = userStore.currentFactoryName;
- if (currentFactoryName) {
- visitList.value = res.data.records.filter(
- item => item.department === currentFactoryName
- );
- } else {
- visitList.value = res.data.records;
- }
+ // const currentFactoryName = userStore.currentFactoryName;
+ // if (currentFactoryName) {
+ // visitList.value = res.data.records.filter(
+ // item => item.department === currentFactoryName
+ // );
+ // } else {
+ visitList.value = res.data.records;
+ // }
closeToast();
})
.catch(() => {
--
Gitblit v1.9.3