From 40bfd7078ca4e46ae127dea1cf37870af2865c46 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 13 三月 2021 15:21:50 +0800 Subject: [PATCH] # --- src/main/webapp/views/custOrder/custOrder.html | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/custOrder/custOrder.html b/src/main/webapp/views/custOrder/custOrder.html index 4f36cf7..f80b93a 100644 --- a/src/main/webapp/views/custOrder/custOrder.html +++ b/src/main/webapp/views/custOrder/custOrder.html @@ -9,6 +9,14 @@ <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all"> <link rel="stylesheet" href="../../static/css/cool.css" media="all"> <link rel="stylesheet" href="../../static/css/common.css" media="all"> + <style> + .layui-table-cell { + height:auto; + overflow:visible; + text-overflow:inherit; + white-space:normal; + } + </style> </head> <body> @@ -87,7 +95,15 @@ <script type="text/javascript" src="../../static/js/custOrder/custOrder.js" charset="utf-8"></script> <iframe id="detail-iframe" scrolling="auto" style="display:none;"></iframe> +<!-- 鎵撳嵃瀹瑰櫒 --> <div id="pakoutPrintBox" style="display: none"></div> +<!-- 鍑哄簱棰勮瀹瑰櫒 --> +<div id="stoukOutPreview" style="display: none"> + <div style="padding: 25px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;"> + <span style="font-size: large; font-weight: bold">鎷h揣鍗曢瑙�</span> + </div> + <table id="stoPreTab" lay-filter="stoPreTab"></table> +</div> </body> -- Gitblit v1.9.1