You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
364 lines
16 KiB
364 lines
16 KiB
<!DOCTYPE html>
|
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
<head>
|
|
<th:block th:include="include :: header('库存调整列表')"/>
|
|
<link th:href="@{/ajax/libs/select2/select2.css}" rel="stylesheet">
|
|
<link th:href="@{/ajax/libs/select2/select2-bootstrap.css}" rel="stylesheet">
|
|
</head>
|
|
<body class="gray-bg">
|
|
<div class="container-div">
|
|
<div class="row">
|
|
<div class="col-sm-12 search-collapse">
|
|
<form id="formId">
|
|
<div class="select-list">
|
|
<ul>
|
|
<!-- <li>-->
|
|
<!-- <label>编号:</label>-->
|
|
<!-- <input type="text" name="id"/>-->
|
|
<!-- </li>-->
|
|
<li class="select-time">
|
|
<label>登记日期:</label>
|
|
<input type="text" class="time-input" id="startTime" placeholder="开始时间"
|
|
name="params[beginRegisterDate]"/>
|
|
<span>-</span>
|
|
<input type="text" class="time-input" id="endTime" placeholder="结束时间"
|
|
name="params[endRegisterDate]"/>
|
|
</li>
|
|
<li>
|
|
<label>物料类别:</label>
|
|
<select name="itemType" class="form-control m-b"
|
|
th:with="type=${@dict.getType('ck_meterialt_type')}">
|
|
<option value="">所有</option>
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
|
th:value="${dict.dictValue}"></option>
|
|
</select>
|
|
</li>
|
|
<!-- <li>-->
|
|
<!-- <label>仓库号:</label>-->
|
|
<!-- <select name="stockNo">-->
|
|
<!-- <option value="">所有</option>-->
|
|
<!-- <option value="-1">代码生成请选择字典属性</option>-->
|
|
<!-- </select>-->
|
|
<!-- </li>-->
|
|
<li>
|
|
<label>仓库名称:</label>
|
|
<select name="stockName" class="form-control m-b">
|
|
<option value="">所有</option>
|
|
</select>
|
|
</li>
|
|
<li>
|
|
<label>物料代码:</label>
|
|
<input type="text" name="itemCode"/>
|
|
</li>
|
|
<!-- <li>-->
|
|
<!-- <label>物料名称:</label>-->
|
|
<!-- <input type="text" name="itemName"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>机种:</label>-->
|
|
<!-- <select name="machineType">-->
|
|
<!-- <option value="">所有</option>-->
|
|
<!-- <option value="-1">代码生成请选择字典属性</option>-->
|
|
<!-- </select>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>规格型号:</label>-->
|
|
<!-- <input type="text" name="itemSpecification"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>单位:</label>-->
|
|
<!-- <input type="text" name="unit"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>客户号:</label>-->
|
|
<!-- <select name="customerNo">-->
|
|
<!-- <option value="">所有</option>-->
|
|
<!-- <option value="-1">代码生成请选择字典属性</option>-->
|
|
<!-- </select>-->
|
|
<!-- </li>-->
|
|
<li>
|
|
<label>客户名称:</label>
|
|
<select name="customerName" class="form-control m-b">
|
|
<option value="">所有</option>
|
|
</select>
|
|
</li>
|
|
<!-- <li>-->
|
|
<!-- <label>批号:</label>-->
|
|
<!-- <input type="text" name="batchNumber"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>调整数量:</label>-->
|
|
<!-- <input type="text" name="adjustQty"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>调整卷/PCS量:</label>-->
|
|
<!-- <input type="text" name="adjustReel"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>:</label>-->
|
|
<!-- <input type="text" name="spare1"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>:</label>-->
|
|
<!-- <input type="text" name="spare2"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>:</label>-->
|
|
<!-- <input type="text" name="spare3"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>:</label>-->
|
|
<!-- <input type="text" name="spare4"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>:</label>-->
|
|
<!-- <input type="text" name="spare5"/>-->
|
|
<!-- </li>-->
|
|
<!-- <li>-->
|
|
<!-- <label>:</label>-->
|
|
<!-- <input type="text" name="spare6"/>-->
|
|
<!-- </li>-->
|
|
<li>
|
|
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i
|
|
class="fa fa-search"></i> 搜索</a>
|
|
<a class="btn btn-warning btn-rounded btn-sm" onclick="reset()"><i
|
|
class="fa fa-refresh"></i> 重置</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<div class="btn-group-sm" id="toolbar" role="group">
|
|
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="stock:stockAdjust:add">
|
|
<i class="fa fa-plus"></i> 添加
|
|
</a>
|
|
<a class="btn btn-primary single disabled" onclick="$.operate.edit()"
|
|
shiro:hasPermission="stock:stockAdjust:edit">
|
|
<i class="fa fa-edit"></i> 修改
|
|
</a>
|
|
<a class="btn btn-danger multiple disabled" onclick=""
|
|
shiro:hasPermission="stock:stockAdjust:remove" disabled>
|
|
<i class="fa fa-remove"></i> 删除
|
|
</a>
|
|
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="stock:stockAdjust:export">
|
|
<i class="fa fa-download"></i> 导出
|
|
</a>
|
|
<a class="btn btn-primary single disabled" onclick="updateInventory()"
|
|
shiro:hasPermission="stock:stockAdjust:edit">
|
|
<i class="fa fa-edit"></i> 更新库存
|
|
</a>
|
|
</div>
|
|
<div class="col-sm-12 select-table table-striped">
|
|
<table id="bootstrap-table"></table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<th:block th:include="include :: footer"/>
|
|
<script th:src="@{/ajax/libs/select2/select2.js}"></script>
|
|
<script th:inline="javascript">
|
|
var editFlag = [[${@permission.hasPermi('stock:stockAdjust:edit')}]];
|
|
var removeFlag = [[${@permission.hasPermi('stock:stockAdjust:remove')}]];
|
|
var prefix = ctx + "stock/stockAdjust";
|
|
|
|
$(function () {
|
|
var options = {
|
|
url: prefix + "/list",
|
|
createUrl: prefix + "/add",
|
|
updateUrl: prefix + "/edit/{id}",
|
|
removeUrl: prefix + "/remove",
|
|
exportUrl: prefix + "/export",
|
|
modalName: "库存调整",
|
|
columns: [{
|
|
checkbox: true
|
|
},
|
|
{
|
|
field: 'id',
|
|
title: '编号',
|
|
visible: false
|
|
},
|
|
{
|
|
field: 'registerDate',
|
|
title: '登记日期'
|
|
},
|
|
{
|
|
field: 'itemType',
|
|
title: '物料类别'
|
|
},
|
|
{
|
|
field: 'stockNo',
|
|
title: '仓库号'
|
|
},
|
|
{
|
|
field: 'stockName',
|
|
title: '仓库名称'
|
|
},
|
|
{
|
|
field: 'itemCode',
|
|
title: '物料代码'
|
|
},
|
|
{
|
|
field: 'itemName',
|
|
title: '物料名称'
|
|
},
|
|
{
|
|
field: 'machineType',
|
|
title: '机种'
|
|
},
|
|
{
|
|
field: 'itemSpecification',
|
|
title: '规格型号'
|
|
},
|
|
{
|
|
field: 'unit',
|
|
title: '单位'
|
|
},
|
|
{
|
|
field: 'customerNo',
|
|
title: '客户号'
|
|
},
|
|
{
|
|
field: 'customerName',
|
|
title: '客户名称'
|
|
},
|
|
{
|
|
field: 'batchNumber',
|
|
title: '批号'
|
|
},
|
|
{
|
|
field: 'adjustQty',
|
|
title: '调整数量'
|
|
},
|
|
{
|
|
field: 'adjustReel',
|
|
title: '调整卷/PCS量'
|
|
},
|
|
{
|
|
field: 'remark',
|
|
title: '备注'
|
|
},
|
|
{
|
|
field: 'spare1',
|
|
title: '',
|
|
visible: false
|
|
},
|
|
{
|
|
field: 'spare2',
|
|
title: '',
|
|
visible: false
|
|
},
|
|
{
|
|
field: 'spare3',
|
|
title: '',
|
|
visible: false
|
|
},
|
|
{
|
|
field: 'spare4',
|
|
title: '',
|
|
visible: false
|
|
},
|
|
{
|
|
field: 'spare5',
|
|
title: '',
|
|
visible: false
|
|
},
|
|
{
|
|
field: 'spare6',
|
|
title: '',
|
|
visible: false
|
|
},
|
|
{
|
|
title: '操作',
|
|
align: 'center',
|
|
formatter: function (value, row, index) {
|
|
var actions = [];
|
|
actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="" disabled><i class="fa fa-edit"></i>编辑</a> ');
|
|
actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="" disabled><i class="fa fa-remove"></i>删除</a>');
|
|
return actions.join('');
|
|
}
|
|
}]
|
|
};
|
|
$.table.init(options);
|
|
});
|
|
|
|
//获取仓库名
|
|
$.ajax({
|
|
url: ctx + "stock/stockInfo/all",
|
|
type: "post",
|
|
dataType: "json",
|
|
success: function (resp) {
|
|
if (resp.code === 0) {
|
|
let data = resp.data;
|
|
//alert(data);
|
|
for (let i in data) {
|
|
$("select[name='stockName']").append("<option value='" + data[i].stockname + "'>" + data[i].stockname + "</option>");
|
|
}
|
|
} else {
|
|
$.modal.msgError(resp.msg);
|
|
}
|
|
},
|
|
error: function () {
|
|
$.modal.msgError("后台出错啦!");
|
|
}
|
|
})
|
|
|
|
//获取客户代码和名称
|
|
$.ajax({
|
|
url: ctx + "finance/customer/getName",
|
|
type: "post",
|
|
dataType: "json",
|
|
success: function (resp) {
|
|
if (resp.code === 0) {
|
|
if (resp.data.length > 0) {
|
|
// $("select[name='customerName']").empty();
|
|
let data = resp.data;
|
|
//alert(data);
|
|
for (let i in data) {
|
|
$("select[name='customerName']").append("<option value='" + data[i].pName + "'>" + data[i].pName + "</option>");
|
|
}
|
|
}
|
|
} else {
|
|
$.modal.msgError(resp.msg);
|
|
}
|
|
},
|
|
error: function () {
|
|
$.modal.msgError("出错啦!");
|
|
}
|
|
})
|
|
|
|
//重置
|
|
function reset() {
|
|
$("select[name='stockName']").val("").select2();
|
|
$("select[name='customerName']").val("").select2();
|
|
$("select[name='itemType']").val("").select2();
|
|
$.form.reset();
|
|
}
|
|
|
|
//更新库存
|
|
function updateInventory(){
|
|
let row = $("#bootstrap-table").bootstrapTable("getSelections");
|
|
$.modal.confirm("是否确定更新?", function () {
|
|
$.ajax({
|
|
url: prefix + "/inventory",
|
|
type: "post",
|
|
dataType: "json",
|
|
data: {"id":row[0].id,"itemCode":row[0].itemCode},
|
|
success: function (resp) {
|
|
if (resp.code === 0) {
|
|
//$.modal.msgSuccess("更新成功!");
|
|
alert("更新成功!");
|
|
window.location.reload();
|
|
} else {
|
|
$.modal.msgError(resp.msg);
|
|
}
|
|
},
|
|
error: function () {
|
|
$.modal.msgError("后台出错啦!");
|
|
}
|
|
})
|
|
});
|
|
}
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|