|
@@ -705,10 +705,10 @@ export default {
|
|
},
|
|
},
|
|
// 补打发票
|
|
// 补打发票
|
|
orderPrinter(waimaiId, item) {
|
|
orderPrinter(waimaiId, item) {
|
|
- if (item) {
|
|
|
|
- this.content = ++this.content;
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
|
|
+ // if (item) {
|
|
|
|
+ // this.content = ++this.content;
|
|
|
|
+ // return;
|
|
|
|
+ // }
|
|
if (!waimaiId) return;
|
|
if (!waimaiId) return;
|
|
waimaiprinter({ waimaiId }).then((res) => {
|
|
waimaiprinter({ waimaiId }).then((res) => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|