Commit 2c92cff6 by yyq1988

优化样式

parent b8309d91
......@@ -324,9 +324,9 @@ function delRow(obj, prefix){
},
openStorageSelectDialog:function(params, yesFuc){
var url = ctx+"/warehouse/storage/storage/findByPcTypeModel?goodsInfo.goods.batchNum="+params.batchNum+"&qrCode.state="+params.state;
var fieldLabels = "物资编码|名称|类型|型号";
var fieldLabels = "物资编码|名称|品名代码|型号";
var fieldKeys = "qrCode.code|name|type.name|model";
var searchLabels = "类型|型号";
var searchLabels = "品名代码|型号";
var searchKeys = "goodsInfo.type|goodsInfo.model";
top.layer.open({
type: 2,
......
......@@ -2,7 +2,7 @@
<%@ include file="/webpage/include/taglib.jsp"%>
<html>
<head>
<title>首页</title>
<title>货品管理</title>
<meta name="decorator" content="ani"/>
<style>
......
......@@ -324,7 +324,7 @@
</button>
<nav class="page-tabs J_menuTabs">
<div class="page-tabs-content">
<a href="javascript:;" class="active J_menuTab" data-id="${ctx}/warehouse/goods/goods">首页</a>
<a href="javascript:;" class="active J_menuTab" data-id="${ctx}/warehouse/goods/goods">货品管理</a>
</div>
</nav>
<button class="roll-nav roll-right J_tabRight"><i class="fa fa-forward"></i>
......@@ -352,7 +352,6 @@
</section>
<script>
......
......@@ -261,7 +261,7 @@
</button>
<nav class="page-tabs J_menuTabs">
<div class="page-tabs-content">
<a href="javascript:;" class="active J_menuTab" data-id="${ctx}/home">首页</a>
<a href="javascript:;" class="active J_menuTab" data-id="${ctx}/home">货品管理</a>
</div>
</nav>
<button class="roll-nav roll-right J_tabRight"><i class="fa fa-forward"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment