From d4d5d26f053c771789bc5f1b747058e942ee1f06 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 02 七月 2020 17:20:01 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/trayCode/trayCode.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/js/trayCode/trayCode.js b/src/main/webapp/static/js/trayCode/trayCode.js
index 55f6802..b3ee7da 100644
--- a/src/main/webapp/static/js/trayCode/trayCode.js
+++ b/src/main/webapp/static/js/trayCode/trayCode.js
@@ -106,9 +106,9 @@
layer.open({
type: 1,
title: '鐢熸垚鎵樼洏鐮�',
- // offset: '100px',
- // area: ['360px'],
- // shade: 0.1,
+ offset: '100px',
+ area: ['360px'],
+ shade: 0.1,
content: $('#print-windows'),
success: function(layero, index){
layer.iframeAuto(index)
@@ -293,8 +293,8 @@
,range: true
});
+ // 寮�濮嬫墦鍗�
form.on('submit(print)', function (data) {
- console.log(data.field.type)
$.ajax({
url: baseUrl+"/trayCode/print/preview",
headers: {'token': localStorage.getItem('token')},
--
Gitblit v1.9.1