소스 검색

打印小票问题

shish 2 년 전
부모
커밋
b883fa99d4
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      ghsPad/src/pages/home/components/settlePop.vue

+ 6 - 0
ghsPad/src/pages/home/components/settlePop.vue

@@ -205,6 +205,12 @@ export default {
                     this.form.sendType = 1
                     this.form.payWay = 0
                     this.form.needPrint = 1
+
+                    //万丽花行,默认不打印小票
+                    if(this.getLoginInfo.currentGhsShopId && this.getLoginInfo.currentGhsShopId == 12003){
+                        this.form.needPrint = 2
+                    }
+
                     this.form.groupName = ''
                     this.form.remark = ''
                     this.form.sendCost = 0