From 302593e049d4f85328f7ab51cbca7d1221e156d6 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期二, 17 十月 2023 19:48:31 +0800
Subject: [PATCH] style: 调整主题色
---
src/views/reportForm/inventoryReport/index.vue | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/src/views/reportForm/inventoryReport/index.vue b/src/views/reportForm/inventoryReport/index.vue
index 6bd8e38..bdba386 100644
--- a/src/views/reportForm/inventoryReport/index.vue
+++ b/src/views/reportForm/inventoryReport/index.vue
@@ -143,7 +143,8 @@
warehouseListName: "", // 浠撳簱鍚嶇О
stashRadio: "1",
pageSizes: [15, 30],
- oldRadioBtn: ""
+ oldRadioBtn: "",
+ metaTitle: this.$route.meta.title
}
},
created() {
@@ -159,12 +160,10 @@
checkListHandler(e) {
this.categoryListId = e
this.getData()
- console.log(this.categoryListId, e, " 閫変腑鐨勪骇鍝乮d")
},
radioHandleChange(e) {
this.warehouseListName = e
this.getData()
- console.log(e, "鍗曢��")
},
setTable() {
if (this.isIconIndex === "1") {
@@ -288,9 +287,15 @@
},
// 鍘嗗彶
handleHistoryClick(row) {
- console.log(row)
- this.$router.push("/operate/allot")
+ this.$router.push({
+ name: "inboundOutboundDetail",
+ params: {
+ id: row.produceId,
+ name: "鎶ヨ〃"
+ }
+ })
},
+
// 琛ヨ揣
handleAddGoods(row) {
console.log(row)
@@ -317,7 +322,6 @@
unit: item.unit //鍗曚綅
}
this.testArr.push(obj)
- console.log(this.testArr, "this")
})
},
@@ -332,7 +336,6 @@
}
await getInventoryData(params).then((res) => {
if (res.code === 200) {
- console.log(res.data, "鎺ュ彛璇锋眰鎴愬姛")
const list = res.data
this.tableList.tableInfomation = list || []
this.pagerOptions.totalCount = res.total
@@ -360,7 +363,6 @@
}).then((res) => {
if (res.data.code === 200) {
this.warehouseList = res.data.data
- console.log(this.warehouseList, "warehouseList")
}
})
}
--
Gitblit v1.8.0