<!DOCTYPE html>
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; 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="../../../layuiadmin/layui/css/layui.css" media="all">
|
<link rel="stylesheet" href="../../../layuiadmin/style/admin.css" media="all">
|
</head>
|
<style>
|
@media screen and (max-width: 450px) {
|
.layui-form-item .mobile {
|
display: inline-block;
|
float: none;
|
left: -3px;
|
width: 55%;
|
margin: 0 0 10px 10px;
|
}
|
|
.layui-form-item .layui-btn {
|
position: relative;
|
top: -6px;
|
}
|
.layui-form-item .layui-input.mobile {
|
display: inline;
|
float: none;
|
left: -3px;
|
width: 55%;
|
margin: 0 0 10px 10px;
|
}
|
}
|
</style>
|
<body>
|
<div class="layui-fluid">
|
<div class="layui-card" style="padding: 1%">
|
<div class="layui-card-body" style="padding: 15px;">
|
<form class="layui-form" action="" lay-filter="component-form-group">
|
<div class="layui-form-item">
|
<label class="layui-form-label">条形码</label>
|
<div class="layui-input-inline">
|
<input type="text" name="HBarCode" id="HBarCode" lay-verify="HBarCode" autocomplete="off" style="width:100%" class="layui-input">
|
</div>
|
</div>
|
<div class="layui-form-item" >
|
<label class="layui-form-label">仓位</label>
|
<div class="layui-input-inline mobile">
|
<input type="text" name="HSpName" id="HSpName" lay-verify="HSpName" style="width:100%" autocomplete="off" class="layui-input">
|
<input type="hidden" name="HSpID" value="0" lay-verify="HSpID" autocomplete="off" class="layui-input">
|
</div>
|
<label class="layui-form-label">数量</label>
|
<div class="layui-input-inline mobile">
|
<input type="text" name="HQty" id="HQty" lay-verify="HQty" autocomplete="off" style="width:100%" class="layui-input">
|
</div>
|
</div>
|
<div class="layui-tab">
|
<ul class="layui-tab-title" lay-filter="tab-all">
|
<li data-status="1">源单信息</li>
|
<li data-status="2">单据信息</li>
|
<li data-status="3">物料清单</li>
|
<li data-status="4">明细清单</li>
|
<li data-status="5">日志</li>
|
</ul>
|
<div class="layui-tab-content">
|
<div class="layui-tab-item layui-show">
|
<div class="layui-form-item">
|
<label class="layui-form-label">单据类型</label>
|
<div class="layui-input-inline">
|
<select name=" HBillType">
|
<option value="1103">收料通知单</option>
|
<option value="1201">外购入库单</option>
|
<option value="1105">退料通知单</option>
|
</select>
|
<!--<input type="text" name="cmbSourceType" id="cmbSourceType" lay-verify="cmbSourceType" autocomplete="off" class="layui-input">-->
|
</div>
|
</div>
|
<div class="layui-form-item">
|
<label class="layui-form-label">源单号</label>
|
<div class="layui-input-inline">
|
<input type="text" name="HSourceBillNo" id="HSourceBillNo" lay-verify="HSourceBillNo" style="width:210px" autocomplete="off" class="layui-input">
|
</div>
|
</div>
|
</div>
|
<div class="layui-tab-item">
|
<div class="layui-form-item">
|
<label class="layui-form-label" style="width:60px;padding-left:0px;">仓库</label>
|
<div class="layui-input-inline mobile">
|
<input type="text" name="HWHNAME" id="HWHNAME" lay-verify="HWHNAME" autocomplete="off" class="layui-input">
|
<input type="hidden" name="HWHID" id="HWHID" lay-verify="HWHID" autocomplete="off" class="layui-input">
|
</div>
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="HWHID-BT">...</button>
|
</div>
|
<div class="layui-form-item">
|
<label class="layui-form-label" style="width:60px;padding-left:0px;">仓位</label>
|
<div class="layui-input-inline mobile">
|
<input type="text" name="HSCWHNAME" id="HSCWHNAME" lay-verify="HSCWHNAME" autocomplete="off" class="layui-input">
|
<input type="hidden" name="HSCWHID" id="HSCWHID" lay-verify="HSCWHID" autocomplete="off" class="layui-input">
|
</div>
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="HSpID-BT">...</button>
|
</div>
|
<div class="layui-form-item">
|
<label class="layui-form-label" style="width:60px;padding-left:0px;">供应商</label>
|
<div class="layui-input-inline mobile">
|
<input type="text" name="HSupName" id="HSupName" lay-verify="HSupName" autocomplete="off" class="layui-input">
|
<input type="hidden" name="HSupID" id="HSupID" lay-verify="HSupID" autocomplete="off" class="layui-input">
|
</div>
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="HSupID-BT">...</button>
|
</div>
|
<div class="layui-form-item">
|
<label class="layui-form-label" style="width:60px;padding-left:0px;">保管</label>
|
<div class="layui-input-inline mobile">
|
<input type="text" name="HKeeper" id="HKeeper" lay-verify="HKeeper" autocomplete="off" class="layui-input">
|
<input type="hidden" name="HKeeperID" id="HKeeperID" lay-verify="HKeeperID" autocomplete="off" class="layui-input">
|
</div>
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="HKeeperID-BT">...</button>
|
</div>
|
<div class="layui-form-item">
|
<label class="layui-form-label" style="width:60px;padding-left:0px;">验收</label>
|
<div class="layui-input-inline mobile">
|
<input type="text" name="HSecManager" id="HSecManager" lay-verify="HSecManager" autocomplete="off" class="layui-input">
|
<input type="hidden" name="HSecManagerID" id="HSecManagerID" lay-verify="HSecManagerID" autocomplete="off" class="layui-input">
|
</div>
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="HSecManagerID-BT">...</button>
|
</div>
|
<div class="layui-form-item">
|
<label class="layui-form-label" style="width:60px;padding-left:0px;">部门</label>
|
<div class="layui-input-inline mobile">
|
<input type="text" name="HDeptName" id="HDeptName" lay-verify="HDeptName" autocomplete="off" class="layui-input">
|
<input type="hidden" name="HDeptID" id="HDeptID" lay-verify="HDeptID" autocomplete="off" class="layui-input">
|
</div>
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="HDeptID-BT">...</button>
|
</div>
|
<div class="layui-form-item">
|
<label class="layui-form-label" style="width:60px;padding-left:0px;">单据号</label>
|
<div class="layui-input-inline">
|
<input type="text" name="HBillNo" id="HBillNo" lay-verify="HBillNo" autocomplete="off" class="layui-input mobile">
|
</div>
|
<!--<input type="text" name="HInterID" id="HInterID" lay-verify="HInterID" autocomplete="off" class="layui-input">-->
|
<div class="layui-input-inline">
|
<input type="text" name="HInterID" id="HInterID" lay-verify="HInterID" autocomplete="off" class="layui-input mobile">
|
</div>
|
</div>
|
</div>
|
<div class="layui-tab-item">
|
<table class="layui-hide" id="wl-table" lay-filter="wl-table"></table>
|
</div>
|
<div class="layui-tab-item">
|
<table class="layui-hide" id="mx-table" lay-filter="mx-table"></table>
|
</div>
|
<div class="layui-tab-item">
|
<table class="layui-hide" id="fj-table-qd" lay-filter="fj-table-qd"></table>
|
</div>
|
</div>
|
<div class="layui-form-item" style="margin-bottom: 20px;">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="Saver">提交</button>
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="cmdModify">编辑</button>
|
<button type="button" lay-submit="" class="layui-btn">删除</button>
|
<button type="button" lay-submit="" class="layui-btn">退出</button>
|
</div>
|
</div>
|
</form>
|
</div>
|
</div>
|
</div>
|
<script src="../../../layuiadmin/layui/layui.js"></script>
|
<script src="../../../layuiadmin/Scripts/json2.js"></script>
|
<script src="../../../layuiadmin/Scripts/jquery-1.4.1.js"></script>
|
<script>
|
layui.config({
|
base: '../../../layuiadmin/' //静态资源所在路径
|
}).extend({
|
index: 'lib/index' //主入口模块
|
}).use(['index', 'form', 'laydate', 'table', 'element'], function () {
|
var $ = layui.$
|
, admin = layui.admin
|
, layer = layui.layer
|
, table = layui.table
|
, form = layui.form;
|
|
$.ajax({
|
url: "http://192.168.16.145:8011//Web/GetMAXNum",
|
type: "GET",
|
//data: { "sMsg": linterid },
|
success: function (d) {
|
//console.log(d.data);
|
$("#HInterID").val(d.data[0].HInterID);
|
$("#HBillNo").val(d.data[0].HBillNo);
|
//$("#HInterID").val('132522535');
|
//$("#HBillNo").val('421458026');
|
}
|
});
|
form.on('submit(HWHID-BT)', function () {//选择仓库
|
layer.open({
|
type: 2
|
, area: ['100%', '100%']
|
, title: '仓库列表'
|
, shade: 0.6 //遮罩透明度
|
, maxmin: true //允许全屏最小化
|
, anim: 0 //0-6的动画形式,-1不开启
|
, content: ['../../../views/Baseset/基础资料/Gy_WarehouseList.html', 'yes']
|
, resize: false
|
, cancel: function () {
|
//$(".layui-btn").removeClass("layui-btn-disabled");
|
}
|
})
|
});
|
form.on('submit(HSpID-BT)', function () {//选择仓位
|
layer.open({
|
type: 2
|
, area: ['100%', '100%']
|
, title: '仓位列表'
|
, shade: 0.6 //遮罩透明度
|
, maxmin: true //允许全屏最小化
|
, anim: 0 //0-6的动画形式,-1不开启
|
, content: ['../../../views/Baseset/基础资料/Gy_StockPlaceList.html?HWhID=' + sessionStorage["HWHID"], 'yes']
|
, resize: false
|
, cancel: function () {
|
//$(".layui-btn").removeClass("layui-btn-disabled");
|
}
|
})
|
});
|
form.on('submit(HSupID-BT)', function () {//选择供应商
|
layer.open({
|
type: 2
|
, area: ['100%', '100%']
|
, title: '供应商列表'
|
, shade: 0.6 //遮罩透明度
|
, maxmin: true //允许全屏最小化
|
, anim: 0 //0-6的动画形式,-1不开启
|
, content: ['../../../views/Baseset/基础资料/Gy_SupplierList.html', 'yes']
|
, resize: false
|
, cancel: function () {
|
//$(".layui-btn").removeClass("layui-btn-disabled");
|
}
|
})
|
});
|
form.on('submit(HKeeperID-BT)', function () {//选择保管
|
layer.open({
|
type: 2
|
, area: ['100%', '100%']
|
, title: '保管列表'
|
, shade: 0.6 //遮罩透明度
|
, maxmin: true //允许全屏最小化
|
, anim: 0 //0-6的动画形式,-1不开启
|
, content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
|
, resize: false
|
, cancel: function () {
|
//$(".layui-btn").removeClass("layui-btn-disabled");
|
}
|
})
|
});
|
form.on('submit(HSecManagerID-BT)', function (data) {//选择验收
|
var sMainStr = JSON.stringify(data.field);
|
layer.open({
|
type: 2
|
, area: ['100%', '100%']
|
, title: '验收列表'
|
, shade: 0.6 //遮罩透明度
|
, maxmin: true //允许全屏最小化
|
, anim: 0 //0-6的动画形式,-1不开启
|
, content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HSecManager', 'yes']
|
, resize: false
|
, cancel: function () {
|
//$(".layui-btn").removeClass("layui-btn-disabled");
|
}
|
})
|
});
|
form.on('submit(HDeptID-BT)', function () {//选择部门
|
layer.open({
|
type: 2
|
, area: ['100%', '100%']
|
, title: '部门列表'
|
, shade: 0.6 //遮罩透明度
|
, maxmin: true //允许全屏最小化
|
, anim: 0 //0-6的动画形式,-1不开启
|
, content: ['../../../views/Baseset/基础资料/Gy_DepartmentList.html', 'yes']
|
, resize: false
|
, cancel: function () {
|
//$(".layui-btn").removeClass("layui-btn-disabled");
|
}
|
})
|
});
|
form.on('submit(cmdModify)', function () {//编辑
|
var sSubStr = table.cache['wl-table'];
|
//if (AllowLoadData(sSubStr) != false) {//非空验证
|
layer.open({
|
type: 2
|
, area: ['100%', '100%']
|
, title: '明细列表'
|
, shade: 0.6 //遮罩透明度
|
, maxmin: true //允许全屏最小化
|
, anim: 0 //0-6的动画形式,-1不开启
|
, content: ['../../../views/公共页面/Kf_BarCodeEditDlg.html?table=' + JSON.stringify(sSubStr), 'yes']
|
, resize: false
|
, cancel: function () {
|
//$(".layui-btn").removeClass("layui-btn-disabled");
|
}
|
})
|
// }
|
});
|
form.on('submit(Saver)', function (data) {//提交
|
//debugger;
|
var sMainStr = JSON.stringify(data.field);
|
var sSubStr = table.cache['wl-table'];
|
if (AllowLoadData(sSubStr) != false)//非空验证
|
{
|
layer.load(3);
|
$.ajax(
|
{
|
type: "POST",
|
url: "http://192.168.16.145:8011//web/set_SavePOStockInBill_Json", //方法所在页面和方法名
|
async: true,
|
data: { "oMain": sMainStr },
|
dataType: "json",
|
success: function (data) {
|
if (data.count == 1) { // 说明验证成功了,
|
layer.msg(data.Message + $("#HBillNo").val(), { icon: 1 });
|
}
|
else {
|
layer.msg(data.Message, { icon: 5 });
|
}
|
layer.closeAll("loading");
|
},
|
error: function (err) {
|
layer.msg("错误:" + err, { icon: 5 });
|
}
|
});
|
return false;
|
}
|
});
|
//监听提交
|
form.verify({
|
numberOrEmpty: function (value, item) {
|
// if (value != '') {
|
if (!/^\d+$/.test(value)) {
|
return '不能为空或数字或者0';
|
}
|
//}
|
}
|
});
|
$('#HBarCode').on('keydown', function (event) {
|
var sBarCode = $('#HBarCode').val()
|
var sInterID = $("#HInterID").val()
|
var sBillNo = $("#HBillNo").val()
|
var sQty = $("#HQty").val()
|
if (sQty == "")
|
{
|
sQty = 0;
|
}
|
if (event.keyCode == 13) {
|
$.ajax({
|
url: "http://192.168.16.145:8011//Web/get_InfoByBarCode_Source_Json",
|
type: "GET",
|
data: { "sBarCode": sBarCode, "sInterID": sInterID, "sBillNo": sBillNo, "sQty": sQty },
|
success:function(result){
|
if (result.count == 1) {
|
layer.load(3)
|
table.render({
|
elem: '#wl-table'
|
, url: 'http://192.168.16.145:8011//Web/DisBillEntryList_Webs_Json'
|
, toolbar: '#toolbarDemo'
|
, where: { HBillID: sInterID, HBillType: '1201', sWhere: '' }
|
, cols: [[
|
{ field: 'HQty', title: '数量', width: 150 }
|
, { field: 'HQtyMust', title: '应收数量', width: 150 }
|
, { field: 'HMaterNumber', title: '物料代码', width: 150 }
|
, { field: 'HMaterName', title: '物料名称', width: 150 }
|
, { field: 'HMaterModel', title: '规格型号', width: 150 }
|
, { field: 'HSourceInterID', title: '源单主内码', width: 150 }
|
, { field: 'HSourceEntryID', title: '源单子内码', width: 150 }
|
, { field: 'HSourceBillNo', title: '源单单号', width: 150 }
|
, { field: 'HBatchNo', title: '批次', width: 150 }
|
]]
|
// , data: [linterid]
|
// , page: true
|
, height: 500
|
, done: function () {
|
layer.closeAll("loading");
|
}
|
});
|
}
|
else {
|
// $("#verifycode").click();
|
layer.msg(result.Message, { icon: 5 });
|
}
|
layer.closeAll("loading");
|
}
|
});
|
}
|
});
|
$('#HSourceBillNo').on('keydown', function (event) {
|
var HSourceBillNo = $('#HSourceBillNo').val()
|
var sInterID = $("#HInterID").val()
|
var sBillNo = $("#HBillNo").val()
|
if (event.keyCode == 13) {
|
$.ajax({
|
url: "http://192.168.16.145:8011//Web/set_SavePonderationBillMain_Temp_Source_Fast_Json",
|
type: "GET",
|
data: { "HSourceBillNo": HSourceBillNo, "sInterID": sInterID, "sBillNo": sBillNo },
|
success: function (result) {
|
if (result.count == 1) { // 说明验证成功了,
|
layer.load(3)
|
table.render({
|
elem: '#wl-table'
|
, url: 'http://192.168.16.145:8011//Web/DisBillEntryList_Webs_Json'
|
, toolbar: '#toolbarDemo'
|
, where: { HBillID: sInterID, HBillType: '1201', sWhere: '' }
|
, cols: [[
|
{ type: 'radio' }
|
, { field: 'HQty', title: '数量', width: 150 }
|
, { field: 'HQtyMust', title: '应收数量', width: 150 }
|
, { field: 'HMaterNumber', title: '物料代码', width: 150 }
|
, { field: 'HMaterName', title: '物料名称', width: 150 }
|
, { field: 'HMaterModel', title: '规格型号', width: 150 }
|
, { field: 'HSourceInterID', title: '源单主内码', width: 150 }
|
, { field: 'HSourceEntryID', title: '源单子内码', width: 150 }
|
, { field: 'HSourceBillNo', title: '源单单号', width: 150 }
|
, { field: 'HBatchNo', title: '批次', width: 150 }
|
]]
|
// , data: [linterid]
|
// , page: true
|
, height: 500
|
, done: function () {
|
layer.closeAll("loading");
|
}
|
});
|
}
|
else {
|
// $("#verifycode").click();
|
layer.msg(result.Message, { icon: 5 });
|
}
|
layer.closeAll("loading");
|
}
|
});
|
// layer.msg($('#HSourceBillNo').val(), { icon: 1 });
|
}
|
});
|
|
table.render({
|
elem: '#mx-table'
|
// , url: 'http://192.168.16.145:8083/Web/GetHBarCodeShowBillSub'
|
//, toolbar: '#toolbarDemo'
|
// , where: { sMsg: linterid, sMsg2: lentryid }
|
, cols: [[
|
, { field: 'HMaterID', title: '物料ID', width: 100, hide: true }
|
]]
|
, page: true
|
, height: 500
|
, done: function () {
|
}
|
});
|
});
|
function GetHWHValue(obj) //返回仓库
|
{
|
$("#HWHNAME").val(obj[0].HName);
|
sessionStorage["HWHID"] = obj[0].HItemID;
|
$("#HWHID").val(obj[0].HItemID);
|
}
|
function GetHSCWValue(obj) { //返回仓位
|
$("#HSCWHNAME").val(obj[0].HName);
|
$("#HSCWHID").val(obj[0].HItemID);
|
}
|
function GetHSupValue(obj) { //返回供应商
|
$("#HSupName").val(obj[0].HName);
|
$("#HSupID").val(obj[0].HItemID);
|
}
|
function GetHKeeperValue(obj) { //返回保管
|
$("#HKeeper").val(obj[0].HName);
|
$("#HKeeperID").val(obj[0].HItemID);
|
}
|
function GetHSecManagerValue(obj) { //返回验收
|
$("#HSecManager").val(obj[0].HName);
|
$("#HSecManagerID").val(obj[0].HItemID);
|
}
|
function GetHDeptNameValue(obj) { //返回部门
|
$("#HDeptName").val(obj[0].HName);
|
$("#HDeptID").val(obj[0].HItemID);
|
}
|
function AllowLoadData(sSubStr) { //非空验证
|
if ($("#HSourceBillNo").val() == '') {
|
layer.msg("请先扫源单!", { icon: 5 });
|
return false;
|
}
|
if($("#HDeptName").val()=='')
|
{
|
layer.msg("部门没有选择!", { icon: 5 });
|
return false;
|
}
|
if ($("#HSecManager").val() == '') {
|
layer.msg("验收人没有选择!", { icon: 5 });
|
return false;
|
}
|
if ($("#HKeeper").val() == '') {
|
layer.msg("保管人没有选择!", { icon: 5 });
|
return false;
|
}
|
if ($("#HSupName").val() == '') {
|
layer.msg("供应商没有选择!", { icon: 5 });
|
return false;
|
}
|
if ($("#HWHNAME").val() == '') {
|
layer.msg("仓库没有选择!", { icon: 5 });
|
return false;
|
}
|
if ($("#HBillNo").val() == '') {
|
layer.msg("错误的单据号!", { icon: 5 });
|
return false;
|
}
|
if ($("#HInterID").val() == '') {
|
layer.msg("错误的内码!", { icon: 5 });
|
return false;
|
}
|
if(sSubStr=='')
|
{
|
layer.msg("没有物料明细记录!", { icon: 5 });
|
return false;
|
}
|
if (sSubStr != '') {
|
for (var i = 0; i <= sSubStr.length - 1; i++) { //判断扫码数量不能大于应收数量
|
if (parseFloat(sSubStr[i].HQtyMust) > 0) {
|
if (parseFloat(sSubStr[i].HQty) > parseFloat(sSubStr[i].HQtyMust))
|
{
|
layer.msg("数量不能大于应收数量!", { icon: 5 });
|
return false;
|
}
|
}
|
}
|
for (var i = 0; i <= sSubStr.length - 1; i++) { //判断扫码数量不能为0
|
if (parseFloat(sSubStr[i].HQty) == 0) {
|
layer.msg("外购入库记录未扫码!", { icon: 5 });
|
return false;
|
}
|
}
|
}
|
else
|
{
|
return true;
|
}
|
}
|
</script>
|
|
</body>
|
</html>
|