|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>分步表单</title>
|
|
|
|
|
<meta name="renderer" content="webkit">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
|
|
<link rel="stylesheet" href="/static/lib/layui-v2.6.3/css/layui.css" media="all">
|
|
|
|
|
<link rel="stylesheet" href="/static/css/public.css" media="all">
|
|
|
|
|
<link rel="stylesheet" href="/static/js/lay-module/step-lay/step.css" media="all">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="layuimini-container">
|
|
|
|
|
<div class="layuimini-main">
|
|
|
|
|
<div class="layui-fluid">
|
|
|
|
|
<div class="layui-card">
|
|
|
|
|
<div class="layui-card-body" style="padding-top: 40px;">
|
|
|
|
|
<div class="layui-carousel" id="stepForm" lay-filter="stepForm" style="margin: 0 auto;">
|
|
|
|
|
<div carousel-item>
|
|
|
|
|
<div>
|
|
|
|
|
<form class="layui-form" style="margin: 0 auto;max-width: 460px;padding-top: 40px;">
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label class="layui-form-label">材料名称:</label>
|
|
|
|
|
<div class="layui-input-inline">
|
|
|
|
|
<input type="text" placeholder="请选择材料" class="layui-input" th:value="${materialById.getMname()}"
|
|
|
|
|
id="openSonByMaterial"
|
|
|
|
|
lay-verify="required"/>
|
|
|
|
|
<input type="text" name="mid" class="layui-input" id="mid" th:value="${materialById.getId()}"
|
|
|
|
|
style="display: none" lay-verify="required" />
|
|
|
|
|
</div>
|
|
|
|
|
<i class="layui-icon layui-icon-search" style="display: inline" id="selectMaterial"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label class="layui-form-label">材料编码:</label>
|
|
|
|
|
<div class="layui-input-block">
|
|
|
|
|
<input id="code" name="code" type="text" placeholder="请填写入材料编码" value="" th:value="${materialById.getCode()}"
|
|
|
|
|
class="layui-input" lay-verify="required">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label class="layui-form-label">材料数量:</label>
|
|
|
|
|
<div class="layui-input-block">
|
|
|
|
|
<input name="quantity" type="number" placeholder="请填写入材料数量" value="" class="layui-input" lay-verify="number" required>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label class="layui-form-label">备注说明:</label>
|
|
|
|
|
<div class="layui-input-block">
|
|
|
|
|
<textarea name="applyRemark" placeholder="请填写相关原因及申请原因" value="" class="layui-textarea"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<div class="layui-input-block">
|
|
|
|
|
<button class="layui-btn" lay-submit lay-filter="formStep">
|
|
|
|
|
 提交申请 
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<form class="layui-form" style="margin: 0 auto;max-width: 460px;padding-top: 40px;">
|
|
|
|
|
<div style="text-align: center;margin-top: 90px;">
|
|
|
|
|
<i class="layui-icon layui-circle"
|
|
|
|
|
style="color: white;font-size:30px;font-weight:bold;background: #52C41A;padding: 20px;line-height: 80px;"></i>
|
|
|
|
|
<div style="font-size: 24px;color: #333;font-weight: 500;margin-top: 30px;">
|
|
|
|
|
提交申请成功
|
|
|
|
|
</div>
|
|
|
|
|
<div style="font-size: 14px;color: #666;margin-top: 20px;">预计审核时间为1天</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align: center;margin-top: 50px;">
|
|
|
|
|
<button class="layui-btn next">再申请一次</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div style="color: #666;margin-top: 30px;margin-bottom: 40px;padding-left: 30px;">
|
|
|
|
|
<h3>说明</h3><br>
|
|
|
|
|
申请提交后,24小时内审核完毕
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script src="/static/lib/layui-v2.6.3/layui.js" charset="utf-8"></script>
|
|
|
|
|
<script src="/static/js/lay-config.js?v=1.0.4" charset="utf-8"></script>
|
|
|
|
|
<script>
|
|
|
|
|
layui.use([ 'form', 'step','layer','jquery'], function () {
|
|
|
|
|
var $ = layui.$,
|
|
|
|
|
form = layui.form,
|
|
|
|
|
step = layui.step;
|
|
|
|
|
$("#code").blur(function () {
|
|
|
|
|
var code = $(this).val();
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "/material/findMatrialByCode?code=" + code,
|
|
|
|
|
type: "get",
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
contentType: "application/json;charset=utf-8",
|
|
|
|
|
success: function (d) {
|
|
|
|
|
var d = d.data;
|
|
|
|
|
if(d == null){
|
|
|
|
|
layer.msg("没有该编码,请确认是否输入正确");
|
|
|
|
|
$("#openSonByMaterial").val("");
|
|
|
|
|
$("#mid").val("");
|
|
|
|
|
}else{
|
|
|
|
|
$("#openSonByMaterial").val(d.mname);
|
|
|
|
|
$("#mid").val(d.id);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#openSonByMaterial").blur(function () {
|
|
|
|
|
var data = $(this).val();
|
|
|
|
|
var req = {};
|
|
|
|
|
req.mname = data;
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "/material/findMaterialByCondition",
|
|
|
|
|
type: "post",
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
data:JSON.stringify(req),
|
|
|
|
|
contentType: "application/json;charset=utf-8",
|
|
|
|
|
success: function (d) {
|
|
|
|
|
if(d.count > 1){
|
|
|
|
|
layer.msg("请点击右侧搜索确定物品");
|
|
|
|
|
$("#mid").val("");
|
|
|
|
|
$("#code").val("");
|
|
|
|
|
return false;
|
|
|
|
|
}else if(d.count === 0){
|
|
|
|
|
layer.msg("没有该物品,请确认输入是否正确");
|
|
|
|
|
$("#mid").val("");
|
|
|
|
|
$("#code").val("");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
else{
|
|
|
|
|
var material = d.data[0];
|
|
|
|
|
$("#openSonByMaterial").val(material.mname)
|
|
|
|
|
$("#mid").val(material.id);
|
|
|
|
|
$("#code").val(material.code);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
$('#openSonByDepository').on('click', function () {
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
|
title: '弹窗内容',
|
|
|
|
|
skin: 'layui-layer-rim',
|
|
|
|
|
maxmin: true,
|
|
|
|
|
shadeClose: true, //点击遮罩关闭层
|
|
|
|
|
area: ['800px', '500px'],
|
|
|
|
|
content: '/selectDepository?type=2',
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('#selectMaterial').on('click', function () {
|
|
|
|
|
var mname = $("#openSonByMaterial").val();
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
|
title: '弹窗内容',
|
|
|
|
|
skin: 'layui-layer-rim',
|
|
|
|
|
maxmin: true,
|
|
|
|
|
shadeClose: true, //点击遮罩关闭层
|
|
|
|
|
area: ['800px', '500px'],
|
|
|
|
|
content: '/selectMaterial?mname='+mname+'&type=2',
|
|
|
|
|
end: function () {
|
|
|
|
|
var mid = $("#mid").val();
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "/material/findMatrialById?mid=" + mid,
|
|
|
|
|
type: "get",
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
contentType: "application/json;charset=utf-8",
|
|
|
|
|
success: function (d) {
|
|
|
|
|
var code = d.data.code
|
|
|
|
|
$("#code").val(code)
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
step.render({
|
|
|
|
|
elem: '#stepForm',
|
|
|
|
|
filter: 'stepForm',
|
|
|
|
|
width: '100%', //设置容器宽度
|
|
|
|
|
stepWidth: '750px',
|
|
|
|
|
height: '600px',
|
|
|
|
|
stepItems: [{
|
|
|
|
|
title: '填写申请信息'
|
|
|
|
|
}, {
|
|
|
|
|
title: '审核中'
|
|
|
|
|
}, {
|
|
|
|
|
title: '等待出库'
|
|
|
|
|
}]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
form.on('submit(formStep)', function (data) {
|
|
|
|
|
data=data.field;
|
|
|
|
|
$.ajax({
|
|
|
|
|
url:"/depositoryRecord/applicationOut",
|
|
|
|
|
type:'post',
|
|
|
|
|
dataType:'json',
|
|
|
|
|
contentType: "application/json;charset=utf-8",
|
|
|
|
|
data:JSON.stringify(data),
|
|
|
|
|
beforeSend:function () {
|
|
|
|
|
this.layerIndex = layer.load(0, { shade: [0.5, '#393D49'] });
|
|
|
|
|
},
|
|
|
|
|
success:function(data){
|
|
|
|
|
layer.close(this.layerIndex);
|
|
|
|
|
if(data.status >= 300){
|
|
|
|
|
layer.msg(data.statusInfo.message);//失败的表情
|
|
|
|
|
return;
|
|
|
|
|
}else{
|
|
|
|
|
layer.msg("申请提交成功", {
|
|
|
|
|
icon: 6,//成功的表情
|
|
|
|
|
time: 500 //1秒关闭(如果不配置,默认是3秒)
|
|
|
|
|
}, function(){
|
|
|
|
|
step.next('#stepForm');
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
complete: function () {
|
|
|
|
|
layer.close(this.layerIndex);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
return false;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
form.on('submit(formStep2)', function (data) {
|
|
|
|
|
step.next('#stepForm');
|
|
|
|
|
return false;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('.pre').click(function () {
|
|
|
|
|
step.pre('#stepForm');
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('.next').click(function () {
|
|
|
|
|
step.next('#stepForm');
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|