优化耗材出入库
This commit is contained in:
@@ -297,10 +297,11 @@ export default {
|
||||
methods: {
|
||||
// 切换入库内容
|
||||
tabChange(value, type) {
|
||||
console.log(type);
|
||||
this.inTabValue = value
|
||||
this.shopTypesActive = 0
|
||||
this.queryForm.type = type
|
||||
this.resetHandle()
|
||||
this.queryForm.type = type
|
||||
},
|
||||
// 计算耗材总价
|
||||
consCountTotal() {
|
||||
|
||||
@@ -295,8 +295,8 @@ export default {
|
||||
tabChange(value, type) {
|
||||
this.inTabValue = value
|
||||
this.shopTypesActive = 0
|
||||
this.queryForm.type = type
|
||||
this.resetHandle()
|
||||
this.queryForm.type = type
|
||||
},
|
||||
// 计算耗材总价
|
||||
consCountTotal() {
|
||||
|
||||
Reference in New Issue
Block a user