Remove 无用仓库列表

Add 500状态页
This commit is contained in:
Ling 2024-05-18 16:14:43 +08:00
parent bb6e7be0c8
commit 781731838a
2 changed files with 8 additions and 4 deletions

5
newyt/500.html Normal file
View File

@ -0,0 +1,5 @@
<html>
<body>
500 Internal Server Error
</body>
</html>

View File

@ -192,7 +192,8 @@
</div>
</div>
</div>
<span style=" display:none"> <asp:Button ID="ycdaochu" runat="server" onclick="DownLoad" /></span>
<span style=" display:none">
<asp:Button ID="ycdaochu" runat="server" onclick="DownLoad" /></span>
<script src="../Js/ToolTip.js" type="text/javascript"></script>
<div id="dialog-cpinfo" title="盘库操作" style="overflow: hidden; display: none;">
<table class="tablewk" >
@ -201,9 +202,7 @@
<td class="wktblm"><span>&nbsp 产品名称</span></td><td><input type="text" id="cpmc" readonly runat="server" class="tbinput_hx" /></td>
<td class="wktblm"><span>&nbsp 库房</span></td><td>
<asp:DropDownList runat="server" ID="kf" Width="100" CssClass="drpdownstyle">
<asp:ListItem Value="土坯仓">土坯仓</asp:ListItem>
<asp:ListItem Value="素坯仓">素坯仓</asp:ListItem>
<asp:ListItem Value="白地仓">白地仓</asp:ListItem>
<asp:ListItem Value="产品仓">产品仓</asp:ListItem>
</asp:DropDownList>
</td>