From 7660a27d4394ca81b68b6e30dc9cb05916d86baa Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 03 七月 2020 13:53:52 +0800
Subject: [PATCH] #入库通知档
---
src/main/webapp/views/trayCode/trayCode.html | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/trayCode/trayCode.html b/src/main/webapp/views/trayCode/trayCode.html
index 9085b5d..ea23857 100644
--- a/src/main/webapp/views/trayCode/trayCode.html
+++ b/src/main/webapp/views/trayCode/trayCode.html
@@ -12,6 +12,10 @@
<link rel="stylesheet" href="../../static/css/print.css" media="all">
<link rel="stylesheet" href="../../static/css/optimize.css" media="all">
<style>
+ .btn-tray {
+ display: none;
+ }
+
#print-windows .layui-form {
padding: 25px 30px 0 0;
}
@@ -78,7 +82,7 @@
<table class="layui-hide" id="trayCode" lay-filter="trayCode"></table>
</div>
-<div id="printBox" style="display: block"></div>
+<div id="printBox" style="display: block; height: 150px; width: 300px"></div>
<script type="text/html" id="toolbar">
<div class="layui-btn-container">
--
Gitblit v1.9.1