Helius
2021-12-29 1975ada3e42a06d4e3ff1cc36b3613020208ce1b
zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form.html
@@ -218,6 +218,7 @@
         userList: [],
         treeSelect : [],
         payMoneys : [],
         order:{},
         printPaper : false,
      },
      created : function() {
@@ -324,8 +325,19 @@
                  data: _this.cardInfo,
                  url: url,
                  callback: function (data) {
                     _this.order.id = data.mapInfo.orderId;
                     if (_this.printPaper) {
                        _this.$message.success(data.info);
                        _this.print();
                     } else {
                        _this.$message.success({
                           message : data.info,
                           duration : 1000,
                           onClose() {
                              _this.closeFrame();
                           }
                        });
                     }
                     if(parent.myGrid) {
@@ -336,7 +348,7 @@
                        parent.app.vipInfoFn();
                     }
                     _this.closeFrame();
                     // _this.closeFrame();
                  }
               });
            }
@@ -354,7 +366,7 @@
                  maxmin: true,
                  content: [basePath + '/admin/order/printOrder?id=' + this.order.id],
                  cancel: function (index, layero) {
                     _this.closeFram();
                     _this.closeFrame();
                  }
               });
            } else {