From f364224aeb8dee19b266c6ff53f29b93fe04911e Mon Sep 17 00:00:00 2001
From: zzq <a13193816592@163.com>
Date: 星期二, 26 九月 2023 19:37:58 +0800
Subject: [PATCH] "库存报表,位置报表"
---
src/views/productManage/productCategory/AddProductCategoryDialog.vue | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/src/views/productManage/productCategory/AddProductCategoryDialog.vue b/src/views/productManage/productCategory/AddProductCategoryDialog.vue
index afa9934..ef39125 100644
--- a/src/views/productManage/productCategory/AddProductCategoryDialog.vue
+++ b/src/views/productManage/productCategory/AddProductCategoryDialog.vue
@@ -15,13 +15,15 @@
<span>鎵撳嵃</span>
</span> -->
<span class="btn" style="margin-left: 15px">
- <el-button
+ <i class="el-icon-s-tools"></i>
+ <span>鍔ㄤ綔</span>
+ <!-- <el-button
plain
size="mini"
style="margin-left: 15px"
@click="deleteClick"
>鍒犻櫎</el-button
- >
+ > -->
</span>
<el-button
v-if="showEdit"
@@ -324,10 +326,15 @@
delClick() {},
// 浜у搧
productClick() {
- this.$router.push({
- path: "/productManage/productList",
- query: { name: "浜у搧" },
- });
+ this.$refs.form.validate((valid) => {
+ if (valid) {
+ this.$router.push({
+ path: "/productManage/product",
+ query: { categoryName:this.editConfig.infomation.name, id: this.editConfig.title === "鏂板缓"?'':this.editConfig.infomation.id},
+ });
+ }
+ })
+
},
},
};
--
Gitblit v1.8.0