优化界面,给商品和单位模块增加了部分字段
This commit is contained in:
@@ -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:100px;"></select>
|
||||
</td>
|
||||
@@ -868,7 +868,7 @@
|
||||
{
|
||||
if($("#searchProjectId").val()=="")
|
||||
{
|
||||
$.messager.alert('查询提示','请选择一个店面!','info');
|
||||
$.messager.alert('查询提示','请选择一个仓库!','info');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user