优化耗材出入库
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user