优化入库、出库的前端UI,并修复相关BUG

This commit is contained in:
季圣华
2016-12-18 22:02:59 +08:00
parent 5b11628ec1
commit 77e30a07c8
20 changed files with 2846 additions and 2851 deletions

View File

@@ -27,7 +27,7 @@
<div id = "searchPanel" class="easyui-panel" style="padding:3px;" title="查询窗口" iconCls="icon-search" collapsible="true" closable="false">
<table id="searchTable">
<tr>
<td>仓库:</td>
<td>收货仓库:</td>
<td>
<select name="searchProjectId" id="searchProjectId" style="width:80px;"></select>
</td>
@@ -62,7 +62,7 @@
<form id="depotHeadFM" method="post" novalidate>
<table>
<tr>
<td>仓 库:</td>
<td>收货仓库:</td>
<td style="padding:5px">
<select name="ProjectId" id="ProjectId" style="width:120px;"></select>
</td>
@@ -118,7 +118,7 @@
closed="true" modal="true" cache="false" collapsible="false" closable="true">
<table>
<tr>
<td>仓 库:</td>
<td>收货仓库:</td>
<td style="padding:5px;width:120px;">
<span id="ProjectIdShow"></span>
</td>