From 02d80977fe1eb6eff27b17044009417a658315f3 Mon Sep 17 00:00:00 2001
From: jackal <13856223047@163.com>
Date: Fri, 12 Apr 2024 14:25:41 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E8=AE=A1=E5=88=92=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E8=AE=A1=E5=88=92=E5=80=9F=E8=B0=83=E7=AE=A1=E7=90=86=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
sgzb-ui/src/views/store/newBuy/plan.vue | 95 +++++++++++++------
sgzb-ui/src/views/store/newBuy/planSecond.vue | 24 +++--
2 files changed, 78 insertions(+), 41 deletions(-)
diff --git a/sgzb-ui/src/views/store/newBuy/plan.vue b/sgzb-ui/src/views/store/newBuy/plan.vue
index 6111f237..21fe83ff 100644
--- a/sgzb-ui/src/views/store/newBuy/plan.vue
+++ b/sgzb-ui/src/views/store/newBuy/plan.vue
@@ -1,9 +1,22 @@
-
+
-
+
@@ -17,20 +30,35 @@
新增
- 导出
+ 导出
-
-
+
+
-
+
-
+
-
+
@@ -41,23 +69,26 @@
删除
- -->
+ -->
-
-
+
diff --git a/sgzb-ui/src/views/store/newBuy/planSecond.vue b/sgzb-ui/src/views/store/newBuy/planSecond.vue
index df543e5c..3df4c6ed 100644
--- a/sgzb-ui/src/views/store/newBuy/planSecond.vue
+++ b/sgzb-ui/src/views/store/newBuy/planSecond.vue
@@ -50,8 +50,8 @@
-
-
+
+
{{ scope.$index + 1 }}
@@ -396,11 +396,11 @@ export default {
this.getunitInfoAll();
},
// 多选框选中数据
- handleSelectionChange(selection) {
- this.ids = selection.map(item => item);
- this.single = selection.length != 1;
- this.multiple = !selection.length;
- },
+ // handleSelectionChange(selection) {
+ // this.ids = selection.map(item => item);
+ // this.single = selection.length != 1;
+ // this.multiple = !selection.length;
+ // },
/** 借调单位数据 */
getunitInfoAll() {
getunitInfoAll().then(response => {
@@ -492,9 +492,13 @@ export default {
},
/** 导出按钮操作 */
handleExport() {
- // this.download('system/dict/type/export', {
- // ...this.queryParams
- // }, `type_${new Date().getTime()}.xlsx`)
+ this.download(
+ "/material/planManagement/exportManage",
+ {
+ ...this.queryParams
+ },
+ `type_${new Date().getTime()}.xlsx`
+ );
}
}
};