diff --git a/src/views/devices/details.vue b/src/views/devices/details.vue index f38f685..478a4bb 100644 --- a/src/views/devices/details.vue +++ b/src/views/devices/details.vue @@ -74,10 +74,10 @@ - + 打印全部 仅打印结账单[前台] - 仅打印结账单 + 仅打印制作单[厨房] diff --git a/src/views/invoicing/components/consumableList.vue b/src/views/invoicing/components/consumableList.vue index d5e0db7..fa2b63c 100644 --- a/src/views/invoicing/components/consumableList.vue +++ b/src/views/invoicing/components/consumableList.vue @@ -1,6 +1,6 @@ - + @@ -162,7 +162,6 @@ export default { this.goods = [] } this.resetHandle() - this.getTableData() }, close() { this.dialogVisible = false diff --git a/src/views/invoicing/components/shopList.vue b/src/views/invoicing/components/shopList.vue index 5a9e5b0..d1faa58 100644 --- a/src/views/invoicing/components/shopList.vue +++ b/src/views/invoicing/components/shopList.vue @@ -1,5 +1,5 @@ - + @@ -192,9 +192,8 @@ export default { } else { this.goods = [] } - this.resetHandle() this.tbShopCategoryGet() - this.getTableData() + this.resetHandle() }, close() { this.dialogVisible = false diff --git a/src/views/invoicing/consumable/specifications.vue b/src/views/invoicing/consumable/specifications.vue index 20bdd6c..1c266eb 100644 --- a/src/views/invoicing/consumable/specifications.vue +++ b/src/views/invoicing/consumable/specifications.vue @@ -56,7 +56,7 @@ - + 支付时间 - {{ detail.createdAt | paidTime | timeFilter }} + {{ detail.createdAt | timeFilter }}