|
|
<!doctype html>
|
<html xmlns:th="http://www.thymeleaf.org" xmlns:matrix="http://www.w3.org/1999/xhtml">
|
<head>
|
<meta charset="utf-8">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
|
name="viewport" />
|
<title th:text="${session.userInfo.shopName }"></title>
|
|
<!-- Set render engine for 360 browser -->
|
<meta name="renderer" content="webkit">
|
|
<!-- No Baidu Siteapp-->
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
|
|
<script type="text/javascript"
|
th:src="@{/js/plugin/jquery-2.1.4.min.js}"></script>
|
<script type="text/javascript"
|
th:src="@{/js/systools/DDMBase.js}"></script>
|
<link rel="stylesheet"
|
th:href="@{/plugin/amazingUI/css/amazeui.min.css}">
|
<link rel="stylesheet"
|
th:href="@{/plugin/amazingUI/css/app.css}">
|
<link rel="stylesheet" type="text/css"
|
th:href="@{/css/dingOrderList.css}">
|
<style type="text/css">
|
.m_ul{
|
list-style: none;
|
}
|
|
.m_ul li span{
|
margin-left: 2em;
|
}
|
</style>
|
</head>
|
|
|
|
<body>
|
<!-- 商品列表页面 -->
|
<div class="wrap">
|
<!-- 头部开始 -->
|
<header data-am-widget="header"
|
class="am-header color-w back-m1 am-header-fixed">
|
<div class="am-header-left am-header-nav">
|
<a th:href="@{/admin/redirect/hive/mobile/store-check}" class=""> <i
|
class="am-header-icon am-icon-chevron-left"></i>
|
</a>
|
</div>
|
|
<h1 class="am-header-title">
|
<a href="#title-link" class=""> 库存盘点 </a>
|
</h1>
|
|
|
</header>
|
<!-- 头部结束 -->
|
|
<!-- 订单内容 -->
|
<div class="main main1" id="main" style="display: none;">
|
<form class="am-form am-form-horizontal" id="dataform"
|
onsubmit="javascripr:return false;">
|
<div class="am-form-group am-form-select am-input-group am-input-group-primary am-g title">
|
<div class="am-u-sm-4 ">
|
<input autocomplete="off" type="text" class="searchIn" name="goods.name" placeholder="产品名称" />
|
</div>
|
<div class="am-u-sm-4 ">
|
<button type="button"
|
class="am-btn am-btn-default am-radius searchBtn"
|
onclick="Pagination.serchDate()">搜索</button>
|
</div>
|
|
<div class="am-u-sm-4 ">
|
<button type="button"
|
class="am-btn am-btn-default am-radius searchBtn"
|
onclick="submitDetail()">保存</button>
|
</div>
|
<!-- 记录当前页 -->
|
<input autocomplete="off" type="hidden" name="offset" id="_offset" value="0" />
|
<input autocomplete="off" type="hidden" name="limit" id="limit" value="10" />
|
<input autocomplete="off" type="hidden" name="checkId" id="checkId" th:value="${obj.id }" />
|
</div>
|
|
|
<div data-am-widget="list_news"
|
class="am-list-news am-list-news-default">
|
<!--列表标题-->
|
<div class="am-list-news-hd am-cf am-g">
|
<!--带更多链接-->
|
<div class="am-u-sm-3 ">
|
<h2 class="am-list-news-more am-fr">存货编号</h2>
|
</div>
|
<div class="am-u-sm-3 ">
|
<h2 class="am-list-news-more am-fr">存货名称</h2>
|
</div>
|
<div class="am-u-sm-2 ">
|
<h2 class="am-list-news-more am-fr">库存数量</h2>
|
</div>
|
<div class="am-u-sm-3 ">
|
<h2 class="am-list-news-more am-fr">实盘数</h2>
|
</div>
|
<!-- <div class="am-u-sm-2 ">-->
|
<!-- <h2 class="am-list-news-more am-fr">操作</h2>-->
|
<!-- </div>-->
|
</div>
|
<div class="am-list-news-bd">
|
<ul class="am-list am-list-striped" id="showdataBox">
|
|
</ul>
|
</div>
|
<div id="pagingBox" align="center" style="margin-top: 10px"></div>
|
</div>
|
<!-- 商品展示结束 -->
|
<!-- 测试 -->
|
</form>
|
</div>
|
<!-- 订单内容结束 -->
|
|
</div>
|
|
<script
|
th:src="@{/plugin/amazingUI/js/amazeui.widgets.helper.js}"></script>
|
<script th:src="@{/plugin/amazingUI/js/amazeui.min.js}"></script>
|
<script>
|
|
var temp;
|
var a=[[${obj.makingManId}]];
|
var b=[[${session.userInfo.suId}]];
|
if (a == b) {
|
temp = true;
|
} else {
|
temp = false;
|
}
|
|
var myForm = MForm.initForm({
|
invokeUrl : basePath+"/admin/checkDetail/editCheckDetail",
|
afterSubmit : function() {
|
Pagination.serchDate();
|
},
|
});
|
|
function submitDetail() {
|
myForm.submit();
|
}
|
/**
|
加载数据
|
**/
|
$(function() {
|
var pageSize=$("#limit").val();
|
Pagination
|
.init(
|
{
|
url : basePath+"/admin/checkDetail/showList",
|
pageSize : pageSize,
|
builderDate : function(loj) {
|
if (loj.getRowCount() > 0) {
|
$("#main").show();
|
var html = "";
|
//构建数据
|
for (var i = 0; i < loj.getRowCount(); i++) {
|
var result = loj[0].result.rows[i];
|
|
// if (temp) {
|
// html = '<input autocomplete="off" type="hidden" name="checkDetails['+index+'].id" width="50px" value="'+id+'"/> '
|
// + '<input autocomplete="off" type="number" maxlength="8" style="width: 60px" name="checkDetails['+index+'].actuallySum" width="50px" value="'+actuallySum+'" /> ';
|
// return html;
|
// } else {
|
// return actuallySum;
|
// }
|
var id = result.id;
|
var actuallySum = result.actuallySum;
|
|
html += ' <li class="am-g am-list-item-desced am-list-item-thumbed am-list-item-thumb-left">'
|
+'<div class="am-u-sm-3 "><h3 class="am-list-item-hd">'+ result.goods.goodsNo + '</h3> </div>'
|
+'<div class="am-u-sm-3 "><h3 class="am-list-item-hd">' + result.goods.name + '</h3> </div> '
|
+'<div class="am-u-sm-2 "><h3 class="am-list-item-hd">' + result.beginBalance + '</h3> </div> '
|
+'<div class="am-u-sm-3 "><input autocomplete="off" type="hidden" name="checkDetails['+i+'].id" width="50px" value="'+id+'"/> <input autocomplete="off" type="number" maxlength="8" style="width: 60px" name="checkDetails['+i+'].actuallySum" width="50px" value="'+actuallySum+'" /></div> ';
|
// +'<div class="am-u-sm-2 "><a class="am-list-item-hd" href="'+basePath+'/admin/customer/toVipInfoSearch?id='+ loj.getString(i, "id")+ '&lookInfo=0">查看盘点</a></div></li>';
|
}
|
return html;
|
} else {
|
$("#pagingBox").hide();
|
|
|
}
|
}
|
}).serchDate();
|
|
|
//筛选点击事件
|
|
|
|
$(".m_ul li span").click(function(){
|
|
var normal="am-badge am-badge-secondary am-radius";
|
var selected="am-badge am-badge-warning am-radius";
|
var myAttr= $(this).attr("class");
|
if(myAttr==selected){
|
$(".m_ul li span").attr("class",normal);
|
$(this).attr("class",normal);
|
Pagination.serchDate();
|
}else{
|
$(".m_ul li span").attr("class",normal);
|
$(this).attr("class",selected);
|
onserch($(this).attr("kind"),$(this).attr("day"))
|
}
|
|
});
|
|
//下拉框
|
MTools.autoFullSelect();
|
//
|
//style="display:none"
|
$(".option1").css("display","none");
|
$(".option2").css("display","none");
|
|
}
|
);
|
function option(){
|
$(".option").removeAttr("selected");
|
$('.time').attr('selected', true);
|
if($("#select").val() != null && $("#select").val() != ""){
|
if($("#select").val() != "absentDay"){
|
$(".option1").css("display","none");
|
$(".option2").css("display","block");
|
}else{
|
$(".option2").css("display","none");
|
$(".option1").css("display","block");
|
}
|
}else{
|
$(".option1").css("display","none");
|
$(".option2").css("display","none");
|
}
|
}
|
|
|
|
</script>
|
<!-- index js -->
|
</body>
|
</html>
|