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`
+ );
}
}
};