优化耗材出入库

This commit is contained in:
gyq
2024-07-08 17:49:23 +08:00
parent 5eff7a0dc1
commit 0be1523119
2 changed files with 3 additions and 2 deletions

View File

@@ -297,10 +297,11 @@ export default {
methods: { methods: {
// 切换入库内容 // 切换入库内容
tabChange(value, type) { tabChange(value, type) {
console.log(type);
this.inTabValue = value this.inTabValue = value
this.shopTypesActive = 0 this.shopTypesActive = 0
this.queryForm.type = type
this.resetHandle() this.resetHandle()
this.queryForm.type = type
}, },
// 计算耗材总价 // 计算耗材总价
consCountTotal() { consCountTotal() {

View File

@@ -295,8 +295,8 @@ export default {
tabChange(value, type) { tabChange(value, type) {
this.inTabValue = value this.inTabValue = value
this.shopTypesActive = 0 this.shopTypesActive = 0
this.queryForm.type = type
this.resetHandle() this.resetHandle()
this.queryForm.type = type
}, },
// 计算耗材总价 // 计算耗材总价
consCountTotal() { consCountTotal() {