wzy
2021-01-19 473399b0dec33a6690701d947303e88fc2e25dca
modify
2 files modified
4 ■■■■ changed files
zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-sale-list.html 2 ●●● patch | view | raw | blame | history
zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html 2 ●●● patch | view | raw | blame | history
zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-sale-list.html
@@ -116,7 +116,7 @@
        }
        function zkAmountFormat(value, row, index) {
            return row.shouldPay + row.refund - row.arrears - row.totalPay;
            return row.shouldPay + row.refund - row.totalPay;
        }
        function footCountTitle(data) {
zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html
@@ -995,7 +995,7 @@
                                    if (_this.printPaper) {
                                        _this.print();
                                    }
                                    _this.closeFram();
                                    // _this.closeFram();
                                    // _this.$confirm('结算成功,是否立刻打印小票?', '提示', {
                                    //     confirmButtonText: '打印',
                                    //     cancelButtonText: '取消',