parent
bb6e7be0c8
commit
781731838a
|
|
@ -0,0 +1,5 @@
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
500 Internal Server Error
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -192,7 +192,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</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>
|
<script src="../Js/ToolTip.js" type="text/javascript"></script>
|
||||||
<div id="dialog-cpinfo" title="盘库操作" style="overflow: hidden; display: none;">
|
<div id="dialog-cpinfo" title="盘库操作" style="overflow: hidden; display: none;">
|
||||||
<table class="tablewk" >
|
<table class="tablewk" >
|
||||||
|
|
@ -201,9 +202,7 @@
|
||||||
<td class="wktblm"><span>  产品名称</span></td><td><input type="text" id="cpmc" readonly runat="server" class="tbinput_hx" /></td>
|
<td class="wktblm"><span>  产品名称</span></td><td><input type="text" id="cpmc" readonly runat="server" class="tbinput_hx" /></td>
|
||||||
<td class="wktblm"><span>  库房</span></td><td>
|
<td class="wktblm"><span>  库房</span></td><td>
|
||||||
<asp:DropDownList runat="server" ID="kf" Width="100" CssClass="drpdownstyle">
|
<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:ListItem Value="产品仓">产品仓</asp:ListItem>
|
||||||
</asp:DropDownList>
|
</asp:DropDownList>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue