<!DOCTYPE html>
|
<html>
|
<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">
|
<style>
|
.layui-col-xs4 {
|
width: 12.333333%
|
}
|
.layui-form-label {
|
width: 105px;
|
}
|
.layui-input-inline {
|
margin-left: 37px;
|
width: 300px;
|
}
|
</style>
|
</head>
|
<body>
|
<div class="layui-fluid">
|
<div class="layui-card" style="padding: 1px">
|
<div class="layui-card-body" style="padding: 1px;">
|
<form class="layui-form" action="" lay-filter="component-form-group">
|
|
<div class="layui-form-item" style="padding-top: 10px;">
|
<div class="layui-row">
|
<label class="layui-form-label" style="width: 80px;"><span style="color:red;">*</span>条码</label>
|
<div class="layui-input-block" style="margin-left: 110px;width:30%;">
|
<input type="text" name="HBarCode" id="HBarCode" lay-verify="required" placeholder="请键入后回车" autocomplete="off" class="layui-input">
|
</div>
|
</div>
|
<div class="layui-row">
|
<label class="layui-form-label" style="width: 80px;">数量</label>
|
<div class="layui-input-block" style="margin-left: 110px;width:30%;">
|
<input type="text" name="HQty" id="HQty" lay-verify="required" autocomplete="off" class="layui-input">
|
<button type="button" lay-submit="" class="layui-btn layui-btn-primary" lay-filter="QueDin" name="QueDin" id="QueDin" style="width: 70px; background-color: #1492ff;color:white">确定</button>
|
</div>
|
</div>
|
</div>
|
<div class="layui-tab" lay-filter="tab-Kf_OtherInBill">
|
<ul class="layui-tab-title" lay-filter="tab-all">
|
<li lay-id="1">选择源单</li>
|
<li lay-id="2">表头信息</li>
|
<li lay-id="3">物料信息</li>
|
<li lay-id="4">合计信息</li>
|
</ul>
|
<div class="layui-tab-content">
|
<div class="layui-tab-item layui-show">
|
<div class="layui-form-item" style="padding-top: 10px;">
|
<div class="layui-row">
|
<div class="layui-col-xs4">
|
<label class="layui-form-label" style="width:120px;padding-left:0px;">源单类型</label>
|
</div>
|
<div class="layui-col-xs1">
|
<select name=" HBillType" id="HBillType">
|
<option value="-1">手工录入</option>
|
</select>
|
</div>
|
</div>
|
</div>
|
<div class="layui-form-item">
|
<div class="layui-row">
|
<div class="layui-col-xs4">
|
<label class="layui-form-label" style="width:120px;padding-left:0px;">源单号</label>
|
</div>
|
<div class="layui-col-xs5">
|
<input type="text" name="HSourceBillNo" id="HSourceBillNo" lay-verify="HSourceBillNo" autocomplete="off" class="layui-input">
|
</div>
|
<div class="layui-col-xs2">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="QueDin2">确定</button>
|
</div>
|
</div>
|
</div>
|
|
</div>
|
<div class="layui-tab-item">
|
<div class="layui-form-item">
|
<div class="layui-inline">
|
<label class="layui-form-label">仓库</label>
|
<div class="layui-input-inline">
|
<input type="text" name="HWHName" id="HWHName" class="layui-input" value="" style="float:left;width:150px;">
|
<input type="hidden" name="HWHID" id="HWHID" class="layui-input" value="" style="float:left;width:150px;">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="HWHList" style="width:40px;">
|
<i class="layui-icon layui-icon-search layuiadmin-button-btn" style="margin-left:-9px;"></i>
|
</button>
|
</div>
|
</div>
|
</div>
|
<div class="layui-form-item">
|
<div class="layui-inline">
|
<label class="layui-form-label">仓位</label>
|
<div class="layui-input-inline">
|
<input type="text" name="HStockPlaceName" id="HStockPlaceName" class="layui-input" value="" style="float:left;width:150px;">
|
<input type="hidden" name="HStockPlaceID" id="HStockPlaceID" class="layui-input" value="" style="float:left;width:150px;">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="HStockPlaceList" style="width:40px;">
|
<i class="layui-icon layui-icon-search layuiadmin-button-btn" style="margin-left:-9px;"></i>
|
</button>
|
</div>
|
</div>
|
</div>
|
<div class="layui-form-item">
|
<div class="layui-inline">
|
<label class="layui-form-label">保管员</label>
|
<div class="layui-input-inline">
|
<input type="text" name="HKeeperName" id="HKeeperName" class="layui-input" value="" style="float:left;width:150px;">
|
<input type="hidden" name="HKeeperID" id="HKeeperID" class="layui-input" value="" style="float:left;width:150px;">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="HKeeperList" style="width:40px;">
|
<i class="layui-icon layui-icon-search layuiadmin-button-btn" style="margin-left:-9px;"></i>
|
</button>
|
</div>
|
</div>
|
</div>
|
<div class="layui-form-item">
|
<div class="layui-inline">
|
<label class="layui-form-label">验收</label>
|
<div class="layui-input-inline">
|
<input type="text" name="HSecManagerName" id="HSecManagerName" class="layui-input" value="" style="float:left;width:150px;">
|
<input type="hidden" name="HSecManagerID" id="HSecManagerID" class="layui-input" value="" style="float:left;width:150px;">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="HSecManagerList" style="width:40px;">
|
<i class="layui-icon layui-icon-search layuiadmin-button-btn" style="margin-left:-9px;"></i>
|
</button>
|
</div>
|
</div>
|
</div>
|
<div class="layui-form-item">
|
<div class="layui-inline">
|
<label class="layui-form-label">部门</label>
|
<div class="layui-input-inline">
|
<input type="text" name="HDeptName" id="HDeptName" class="layui-input" value="" style="float:left;width:150px;">
|
<input type="hidden" name="HDeptID" id="HDeptID" class="layui-input" value="" style="float:left;width:150px;">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="DepartmentList" style="width:40px;">
|
<i class="layui-icon layui-icon-search layuiadmin-button-btn" style="margin-left:-9px;"></i>
|
</button>
|
</div>
|
</div>
|
</div>
|
<div class="layui-form-item">
|
<div class="layui-inline">
|
<label class="layui-form-label">单据</label>
|
<div class="layui-input-inline" style="width:250px">
|
<input type="text" name="HBillNo" id="HBillNo" class="layui-input" value="" style="float:left;width:150px;" disabled="disabled">
|
<input type="text" name="HInterID" id="HInterID" class="layui-input" value="" style="width:70px;" disabled="disabled">
|
|
</div>
|
</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">
|
<div class="layui-row">
|
<div class="layui-inline">
|
<label class="layui-form-label" style="width: 75px;padding: 9px 5px;">条码数:</label>
|
<div class="layui-input-block">
|
<input type="text" name="HCodeNum" id="HCodeNum" class="layui-input" style="width:80%;">
|
</div>
|
</div>
|
</div>
|
<div class="layui-row">
|
<div class="layui-inline">
|
<label class="layui-form-label" style="width: 75px;padding: 9px 5px;">总数量:</label>
|
<div class="layui-input-block">
|
<input type="text" name="HSCodeNum" id="HSCodeNum" class="layui-input" style="width:80%;">
|
</div>
|
</div>
|
</div>
|
<div class="layui-row">
|
<div class="layui-inline">
|
<label class="layui-form-label" style="width: 75px;padding: 9px 5px;">日志:</label>
|
<div class="layui-input-block">
|
<input type="text" name="HRizhi" id="HRizhi" class="layui-input" style="width:80%;">
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
<div class="layer-footer" style="z-index: 10; position: fixed; text-align: center; bottom: 0; width:100%; height:50px">
|
<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" lay-filter="cmdDelete">删除</button>
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="Cancel">退出</button>
|
</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 src="../../../layuiadmin/Scripts/webConfig.js"></script>
|
<script>
|
//获取参数
|
function getUrlVars() {
|
var vars = [], hash;
|
var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
|
for (var i = 0; i < hashes.length; i++) {
|
hash = hashes[i].split('=');
|
vars.push(hash[0]);
|
vars[hash[0]] = hash[1];
|
}
|
return vars;
|
}
|
var params = getUrlVars();
|
var linterid = params[params[0]]; //从参数中获取 单据内码
|
var lSourceBillType = params[params[2]]; //从单据获取 源单类型
|
|
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
|
, element = layui.element;
|
|
//#region 表头初始化赋值(根据登录用户获取 默认仓库、部门、验收、保管、金蝶用户) new
|
$("#HWHID").val(sessionStorage["HWHID"]);
|
$("#HWHName").val(sessionStorage["HWHName"]);
|
$("#HStockPlaceID").val(sessionStorage["HSPID"]);
|
$("#HStockPlaceName").val(sessionStorage["HSPName"]);
|
$("#HKeeperID").val(sessionStorage["HKeeperID"]);
|
$("#HKeeper").val(sessionStorage["HKeeper"]);
|
$("#HSecManagerID").val(sessionStorage["HSecManagerID"]);
|
$("#HSecManager").val(sessionStorage["HSecManager"]);
|
$("#HDeptID").val(sessionStorage["HDeptID"]);
|
$("#HDeptName").val(sessionStorage["HDept"]);
|
|
|
//$("#HMaker").val(sessionStorage["HUserName"]);
|
//$("#HMaker").hide();
|
//$("#HMakerID").hide();
|
//$("#HBillerID").val(sessionStorage["HBillerID"]);
|
//$("#HBillerID").hide();
|
//$("#HOrgID").val(sessionStorage["OrganizationID"]);
|
//$("#HOrgID").hide();
|
//默认带入的仓库,如果启用仓位则仓位有效,如果没有启用则仓位灰度 new
|
|
//初始化表体
|
set_InitGrid();
|
//#endregion
|
|
|
//判断是否新增
|
if (linterid == null || linterid == 0) {
|
//获取最大单据号 new
|
$("#HInterID").val("");
|
$("#HBillNo").val("");
|
$.ajax({
|
url: GetWEBURL() + "/Web/GetMAXNumPDA",
|
type: "GET",
|
data: { "HBillType": '1203' },
|
success: function (d) {
|
//console.log(d.data);
|
$("#HInterID").val(d.data[0].HInterID);
|
$("#HBillNo").val(d.data[0].HBillNo);
|
}
|
});
|
}
|
else {//如果修改则走下面 new
|
RoadBillMain(linterid);
|
RoadBillSub(linterid);
|
}
|
|
//#region 弹窗
|
//选择仓库
|
form.on('submit(HWHList)', function () {
|
layer.open({
|
type: 2,
|
skin: 'layui-layer-rim', //加上边框
|
title: '仓库列表',
|
closeBtn: 1,
|
shift: 2,
|
area: ['80%', '80%'],
|
maxmin: true,
|
content: ['../../../views/Baseset/基础资料/Gy_WarehouseList.html?Type=HWHID', 'yes'],
|
btn: ['确定', '取消']
|
, btn1: function (index, layero) {
|
|
//按钮【按钮一】的回调
|
var iframeWindow = window['layui-layer-iframe' + index] //获取弹框页面
|
var checkStatus = iframeWindow.layui.table.checkStatus('mainTable');//获取table的elem:"#test"
|
if (checkStatus.data.length === 0) {
|
return layer.msg('请选择数据');
|
}
|
$("#HWHName").val(checkStatus.data[0].HName);
|
$("#HWHID").val(checkStatus.data[0].HItemID);
|
layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
|
}
|
, btn2: function (index, layero) {
|
//按钮【按钮二】的回调
|
//return false 开启该代码可禁止点击该按钮关闭
|
},
|
end: function () {
|
|
},
|
success: function (layero, index) {
|
|
}
|
});
|
});
|
//选择仓位
|
form.on('submit(HStockPlaceList)', function () {
|
layer.open({
|
type: 2
|
, area: ['80%', '80%']
|
, skin: 'layui-layer-rim'//加上边框
|
, title: '仓位列表'
|
, shade: 0.6 //遮罩透明度
|
, maxmin: true //允许全屏最小化
|
, anim: 0 //0-6的动画形式,-1不开启
|
, content: ['../../../views/Baseset/基础资料/Gy_StockPlaceList.html?HWhID=' + sessionStorage["HWHID"] + '&Type=HSpID', 'yes']
|
, btn: ['确定', '取消']
|
, btn1: function (index, layero) {
|
|
//按钮【按钮一】的回调
|
var iframeWindow = window['layui-layer-iframe' + index] //获取弹框页面
|
var checkStatus = iframeWindow.layui.table.checkStatus('mainTable');//获取table的elem:"#test"
|
if (checkStatus.data.length === 0) {
|
return layer.msg('请选择数据');
|
}
|
$("#HStockPlaceName").val(checkStatus.data[0].HName);
|
$("#HStockPlaceID").val(checkStatus.data[0].HItemID);
|
layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
|
}
|
, btn2: function (index, layero) {
|
//按钮【按钮二】的回调
|
//return false 开启该代码可禁止点击该按钮关闭
|
},
|
end: function () {
|
|
},
|
success: function (layero, index) {
|
|
}
|
})
|
});
|
//选择验收
|
form.on('submit(HSecManagerList)', 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']
|
, btn: ['确定', '取消']
|
, btn1: function (index, layero) {
|
|
//按钮【按钮一】的回调
|
var iframeWindow = window['layui-layer-iframe' + index] //获取弹框页面
|
var checkStatus = iframeWindow.layui.table.checkStatus('mainTable');//获取table的elem:"#test"
|
if (checkStatus.data.length === 0) {
|
return layer.msg('请选择数据');
|
}
|
$("#HSecManagerName").val(checkStatus.data[0].HName);
|
$("#HSecManagerID").val(checkStatus.data[0].HItemID);
|
layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
|
}
|
, btn2: function (index, layero) {
|
//按钮【按钮二】的回调
|
//return false 开启该代码可禁止点击该按钮关闭
|
},
|
end: function () {
|
|
},
|
success: function (layero, index) {
|
|
}
|
})
|
});
|
//选择保管
|
form.on('submit(HKeeperList)', function () {
|
layer.open({
|
type: 2//弹窗类型
|
, skin: 'layui-layer-rim' //加上边框
|
, area: ['90%', '90%']//大小
|
, title: '职员列表'//标题
|
, shift: 2//弹出动画
|
, content: ['../../PublicPage/UserInformation.html', 'yes']
|
, btn: ['确定', '取消']
|
, btn1: function (index, layero) {//按钮【按钮一】的回调
|
var iframeWindow = window['layui-layer-iframe' + index] //获取弹框页面
|
var checkStatus = iframeWindow.layui.table.checkStatus('mainTable');//获取table的elem:"#test"
|
if (checkStatus.data.length === 0) {
|
return layer.msg('请选择数据');
|
}
|
$("#HKeeperName").val(checkStatus.data[0].HName);
|
$("#HKeeperID").val(checkStatus.data[0].HItemID);
|
layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
|
}
|
, btn2: function (index, layero) { }
|
})
|
});
|
//选择部门
|
form.on('submit(DepartmentList)', function () {
|
layer.open({
|
type: 2,
|
skin: 'layui-layer-rim', //加上边框
|
title: '部门列表',
|
closeBtn: 1,
|
shift: 2,
|
area: ['80%', '80%'],
|
maxmin: true,
|
content: ['../../PublicPage/DeptInformation.html', 'yes'],
|
btn: ['确定', '取消']
|
, btn1: function (index, layero) {
|
|
//按钮【按钮一】的回调
|
var iframeWindow = window['layui-layer-iframe' + index] //获取弹框页面
|
var checkStatus = iframeWindow.layui.table.checkStatus('mainTable');//获取table的elem:"#test"
|
if (checkStatus.data.length === 0) {
|
return layer.msg('请选择数据');
|
}
|
$("#HDeptName").val(checkStatus.data[0].HName);
|
$("#HDeptID").val(checkStatus.data[0].HItemID);
|
layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
|
}
|
, btn2: function (index, layero) {
|
//按钮【按钮二】的回调
|
//return false 开启该代码可禁止点击该按钮关闭
|
},
|
end: function () {
|
|
},
|
success: function (layero, index) {
|
|
}
|
});
|
});
|
//#endregion
|
|
|
//#region 所有按钮
|
//退出
|
form.on('submit(Cancel)', function () {
|
sessionStorage["SourceFlag"] = false;
|
//parent.location.href = "../../../views/index.html"
|
//window.close();//关闭当前页
|
layer.confirm('您确定要退出吗?', { icon: 3, title: '提示' }, function (index) {
|
window.close();
|
});
|
})
|
//编辑
|
form.on('submit(cmdModify)', function () {//编辑
|
//var sSubStr = table.cache['wl-table'];
|
var checkStatus = table.checkStatus('wl-table')
|
, data = checkStatus.data;
|
//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?HInterID=' + data[0].HInterID + '&HMaterID =' + data[0].HMaterID + '&HBillType =' + data[0].HBillType, 'yes']
|
, resize: false
|
, cancel: function () {
|
//$(".layui-btn").removeClass("layui-btn-disabled");
|
}
|
, end: function () {
|
//刷新页面,
|
//location.reload();
|
var sInterID = $("#HInterID").val()
|
table.render({
|
elem: '#wl-table'
|
, url: GetWEBURL() + '/OtherInStockBill/DisBillEntryList_Webs_Json'
|
, toolbar: '#toolbarDemo'
|
, where: { HBillID: sInterID, HBillType: '1203', 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: 'HAuxPropName', title: '规格型号', width: 150 }
|
, { field: 'HMaterModel', title: '辅助属性', width: 150 }
|
, { field: 'HSourceInterID', title: '计划跟踪号', width: 150 }
|
, { field: 'HSourceBillNo', title: '源单单号', width: 150 }
|
]]
|
, height: 500
|
, done: function () {
|
layer.closeAll("loading");
|
}
|
});
|
}
|
})
|
// }
|
});
|
//删除
|
form.on('submit(cmdDelete)', function () {//删除
|
var checkStatus = table.checkStatus('wl-table')
|
, data = checkStatus.data;
|
// console.log(data);
|
var sInterID = $('#HInterID').val()
|
var sMaterID = data[0].HMaterID
|
var sBillType = '1203'
|
var sAuxPropID = data[0].HAuxPropID
|
//var sMTONo = data[0].HMTONo
|
var sMTONo = ''
|
var sSourceInterID = data[0].HSourceInterID
|
var sSourceEntryID = data[0].HSourceEntryID
|
$.ajax(
|
{
|
type: "Get",
|
//url: "http://61.130.49.162:9090/WMSAPI///POStockInBill/Delete_Json", //方法所在页面和方法名
|
url: GetWEBURL() + "/OtherInBill/Delete_Json",
|
async: true,
|
data: { "HInterID": sInterID, "HMaterID": sMaterID, "HAuxPropID": sAuxPropID, "HMTONo": sMTONo, "HSourceInterID": sSourceInterID, "HSourceEntryID": sSourceEntryID, "sHBillType": sBillType, },
|
dataType: "json",
|
success: function (data) {
|
if (data.count == 1) { // 说明验证成功了,
|
table.render({
|
elem: '#wl-table'
|
, url: GetWEBURL() + '/OtherInStockBill/DisBillEntryList_Webs_Json'
|
, toolbar: '#toolbarDemo'
|
, where: { HBillID: sInterID, HBillType: '1203', 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 }
|
]]
|
, height: 500
|
, done: function () {
|
layer.closeAll("loading");
|
}
|
});
|
}
|
else {
|
layer.msg(data.Message, { icon: 2 });
|
}
|
},
|
error: function (err) {
|
layer.msg('错误' + err, {
|
icon: 5,
|
time: 20000
|
}, function () {
|
//do something
|
});
|
}
|
});
|
});
|
//提交
|
form.on('submit(Saver)', function (data) {//提交
|
//灰度提交按钮Saver
|
document.getElementById("Saver").disabled = true;
|
//debugger;
|
data.field.HSTOCKORGID = sessionStorage["OrganizationID"];//组织
|
var sMainStr = JSON.stringify(data.field);
|
//var hOrgID = sessionStorage["OrganizationID"];
|
var sMain = sMainStr;
|
var sSubStr = table.cache['wl-table'];
|
var sSourceType = $("#HBillType").val();
|
if (AllowLoadData(sSubStr) != false)//非空验证
|
{
|
layer.load(3);
|
$.ajax(
|
{
|
type: "POST",
|
url: GetWEBURL() + "/OtherInStockBill/set_SaveOtherInBackBill_Json",
|
//url: "http://localhost:12761/OtherInStockBill/set_SaveOtherInStockBill_Json", //方法所在页面和方法名
|
async: true,
|
data: { "oMain": sMain },
|
dataType: "json",
|
success: function (data) {
|
if (data.count == 1) { // 说明验证成功了,
|
layer.msg(data.Message + $("#HBillNo").val(), { icon: 1 });
|
//
|
//Sub_ClearBill();
|
//
|
//灰度提交按钮Saver
|
document.getElementById("Saver").disabled = false;
|
}
|
else {
|
layer.msg(data.Message, { icon: 5 });
|
//灰度提交按钮Saver
|
document.getElementById("Saver").disabled = false;
|
}
|
layer.closeAll("loading");
|
},
|
error: function (err) {
|
layer.msg("错误:" + err, { icon: 5 });
|
//灰度提交按钮Saver
|
document.getElementById("Saver").disabled = false;
|
}
|
});
|
}
|
else {
|
layer.msg("数据不完整,不允许提交:", { icon: 5 });
|
//灰度提交按钮Saver
|
document.getElementById("Saver").disabled = false;
|
}
|
});
|
//#endregion
|
|
|
|
//#region 扫码
|
//条形码回车方法
|
$('#HBarCode').on('keydown', function (event) {
|
if (event.keyCode == 13) {
|
GetMeesageByBarCode();
|
}
|
});
|
//确定
|
form.on('submit(QueDin)', function (data) {
|
GetMeesageByBarCode();
|
});
|
//扫源单
|
$('#HSourceBillNo').on('keydown', function (event) {
|
if (event.keyCode == 13) {
|
GetMeesageBySourceBillNo();
|
}
|
});
|
//确定
|
form.on('submit(QueDin2)', function (data) {
|
GetMeesageBySourceBillNo();
|
});
|
//#endregion
|
|
//#regin 所有方法
|
//初始化表格
|
function set_InitGrid() {
|
columns = [
|
{ type: 'checkbox', fixed: 'left' }
|
, { field: 'HQty', title: '数量', width: 150 }
|
, { field: 'HQtyMust', title: '应收数量', width: 150 }
|
, { field: 'HMaterNumber', title: '物料代码', width: 150 }
|
, { field: 'HMaterName', title: '物料名称', width: 150 }
|
, { field: 'HAuxPropName', title: '辅助属性', width: 150 }
|
, { field: 'HMaterModel', title: '规格型号', width: 150 }
|
, { field: 'HMTONo', title: '计划跟踪号', width: 150 }
|
, { field: 'HSourceBillNo', title: '源单单号', width: 150 }
|
];
|
option = {
|
id: 'wl-table'
|
, elem: '#wl-table'
|
, page: true
|
, cellMinWidth: 120
|
, height: 500
|
, cols: [columns]
|
, done: function (res, curr, count) {
|
|
}
|
};
|
option.data = [{ "HQty": 0, "HSQty": 0, "HMaterNumber": "", "HMaterName": "", "HAuxPropName": "", "HModel": "", "HMTONo":"", "HSourceBillNo": "" }];
|
table.render(option);
|
}
|
//编辑加载表头
|
function RoadBillMain(linterid)//加载表头
|
{
|
$.ajax({
|
url: GetWEBURL() + "/Web/GetPonderationBill",
|
type: "GET",
|
data: { "HInterID": linterid },
|
success: function (d) {
|
// console.log(d.data);
|
$("#HInterID").val(d.data[0].HInterID);
|
$("#HBillNo").val(d.data[0].HBillNo);
|
$("#HBillType").val(d.data[0].HSourceBillType);
|
$("#HSourceBillNo").val(d.data[0].HSourceBillNo);
|
}
|
})
|
}
|
//编辑加载表体
|
function RoadBillSub(linterid) {
|
table.render({
|
elem: '#wl-table'
|
, url: GetWEBURL() + '/OtherInStockBill/DisBillEntryList_Webs_Json'
|
, toolbar: '#toolbarDemo'
|
, where: { HBillID: linterid, HBillType: '1203', 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 }
|
]]
|
, height: 500
|
, done: function () {
|
layer.closeAll("loading");
|
}
|
});
|
}
|
//扫条码
|
function GetMeesageByBarCode(obj) { //返回工作中心
|
var sBarCode = $('#HBarCode').val()
|
var sInterID = $("#HInterID").val()
|
var sBillNo = $("#HBillNo").val()
|
var sQty = $("#HQty").val()
|
if (sQty == "") {
|
sQty = 0;
|
}
|
var sHBillType = $("#HBillType").val()
|
var sHWHID = $("#HWHID").val()
|
var sHSPID = $("#HStockPlaceID").val()
|
var sSourceBillNo = $("#HSourceBillNo").val()
|
var HOrgID = $("#HOrgID").val();//组织
|
//判断条码是否为空 new
|
if (sBarCode == '') {
|
playSound();
|
layer.msg("条码为空,不能扫描!", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
|
return false;
|
}
|
if (sBarCode != "") {
|
$('#HBarCode').val("");
|
sessionStorage["SourceFlag"] = false;
|
}
|
//if (AllowLoadData(sSubStr, 'HBarCode') != false) {//非空验证
|
$.ajax({
|
//url: "http://localhost:12761/OtherInStockBill/get_InfoByBarCode_Source_Json", //方法所在页面和方法名
|
url: GetWEBURL() + "/OtherInStockBill/get_CheckTypeByBarCode_All_Json",
|
type: "GET",
|
data: { "sCode": sBarCode, "sInterID": sInterID, "HBillType": 1203, "sBillNo": sBillNo, "sMaker": sessionStorage["HUserName"], "WhID": sHWHID, "SPID": sHSPID, "sQty": sQty, "sRedBlue": true, "SourceFlag": sessionStorage["SourceFlag"], "sSourceBillNo": sSourceBillNo, "sSourceType": sHBillType, "HOWNERID": sessionStorage["OrganizationID"],"sExpressNumber":"" },
|
success: function (result) {
|
if (result.count == 1) {
|
if (result.data.HBarType == '仓库条码') {
|
$("#HWHNAME").val(result.data.HWhName);
|
$("#HWHID").val(result.data.HWhID);
|
$("#HStockPlaceName").val("");
|
$("#HNote").val(";一键扫码仓库条码");
|
element.tabChange('tab-Kf_OtherInBill', '2'); //跳转页签
|
}
|
else if (result.data.HBarType == '仓位条码') {
|
$("#HStockPlaceName").val(result.data.HSPName);
|
$("#HStockPlaceID").val(result.data.HSPID);
|
$("#HWHNAME").val(result.data.HWhName);
|
$("#HWHID").val(result.data.HWhID);
|
$("#HNote").val(";一键扫码仓位条码");
|
element.tabChange('tab-Kf_OtherInBill', '2');//跳转页签
|
}
|
else if (result.data.HBarType == '部门条码') {
|
$("#HDeptName").val(result.data.HDeptName);
|
$("#HDeptID").val(result.data.HDeptID);
|
$("#HNote").val(";一键扫码部门条码");
|
element.tabChange('tab-Kf_OtherInBill', '2');//跳转页签
|
}
|
else if (result.data.HBarType == '源单条码') {
|
$("#HSupName").val(result.data.HSupName);
|
$("#HSupID").val(result.data.HSupID);
|
$("#HDeptName").val(result.data.HDeptName);
|
$("#HDeptID").val(result.data.HDeptID);
|
$("#HSourceBillNo").val(result.data.HSourceBillNo);
|
sessionStorage["SourceFlag"] = true;
|
//获取源单类型、源单单号
|
if (result.data.HSourceBillType == "1203") {
|
$("#HBillType").val("1203");
|
|
}
|
else {
|
$("#HBillType").val("手工录入");
|
}
|
$("#HNote").val(";一键扫码源单条码");
|
element.tabChange('tab-Kf_OtherInBill', '3');
|
}
|
else {
|
if (sessionStorage["SourceFlag"] == "true") {
|
element.tabChange('tab-Kf_OtherInBill', '3');
|
}
|
else {
|
//$("#HSupName").val(result.data.HSupName);
|
//$("#HSupID").val(result.data.HSupID);
|
//$("#HDeptName").val(result.data.HDeptName);
|
//$("#HDeptID").val(result.data.HDeptID);
|
//$("#HSourceBillNo").val(result.data.HSourceBillNo);
|
sessionStorage["SourceFlag"] = true;
|
//获取源单类型、源单单号
|
if (result.data.HSourceBillType == "1203") {
|
$("#HBillType").val("1203");
|
|
}
|
else if (result.data.HSourceBillType == "1601") {
|
$("#HBillType").val("1601");
|
}
|
$("#HNote").val(";物料条码");
|
element.tabChange('tab-Kf_OtherInBill', '3');
|
}
|
}
|
//$("#HSupID").val(result.data.HSupID);
|
//$("#HSupName").val(result.data.HSupName);
|
//$("#HDeptID").val(result.data.HDeptID);
|
//$("#HDeptName").val(result.data.HDeptName);
|
layer.load(3)
|
table.render({
|
elem: '#wl-table'
|
, url: GetWEBURL() + '/OtherInStockBill/DisBillEntryList_Webs_Json'
|
, toolbar: '#toolbarDemo'
|
, where: { HBillID: sInterID, HBillType: '1203', sWhere: '' }
|
, cellMinWidth: 90
|
, cols: [[
|
{ type: 'radio' }
|
, { field: 'HQty', title: '数量', width: 150 }
|
, { field: 'HQtyMust', title: '应收数量', width: 150 }
|
, { field: 'HMaterNumber', title: '物料代码', width: 150 }
|
, { field: 'HMaterName', title: '物料名称', width: 150 }
|
, { field: 'HAuxPropName', title: '规格型号', width: 150 }
|
, { field: 'HMaterModel', title: '辅助属性', width: 150 }
|
, { field: 'HSourceInterID', title: '计划跟踪号', width: 150 }
|
, { field: 'HSourceBillNo', title: '源单单号', width: 150 }
|
]]
|
, height: 500
|
, done: function () {
|
layer.closeAll("loading");
|
}
|
});
|
}
|
else {
|
// $("#verifycode").click();
|
//layer.msg(result.Message, { icon: 5 });
|
layer.msg(result.Message, { icon: 5, btn: ['退出'], time: 100000, offset: 't' });
|
}
|
layer.closeAll("loading");
|
}
|
});
|
}
|
function playSound() {
|
var audio = document.getElementById("cs");
|
if (audio == null)
|
$("body").append('<audio id="cs" hidden controls> <source src = "../../video/jingbao.wav" type = "audio/ogg"> </audio >');
|
var audio = document.getElementById("cs");
|
audio.play();
|
}
|
//扫源单
|
function GetMeesageBySourceBillNo(obj) {
|
var HSourceBillNo = $('#HSourceBillNo').val()
|
var sInterID = $("#HInterID").val()
|
var sBillNo = $("#HBillNo").val()
|
if (HSourceBillNo == "" || sInterID <= 0) {
|
layer.msg("源单号为空,或者内码不存在!", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
|
return;
|
}
|
//
|
$.ajax({
|
//url: "http://61.130.49.162:9090/WMSAPI///OtherInStockBill/set_SavePonderationBillMain_Temp_Source_Fast_Json",
|
url: GetWEBURL() + "/OtherInStockBill/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://61.130.49.162:9090/WMSAPI///OtherInStockBill/DisBillEntryList_Webs_Json'
|
, url: GetWEBURL() + '/OtherInStockBill/DisBillEntryList_Webs_Json'
|
, toolbar: '#toolbarDemo'
|
, where: { HBillID: sInterID, HBillType: '1203', sWhere: '' }
|
, cols: [[
|
{ type: 'radio' }
|
, { field: 'HQty', title: '数量', width: 150, totalRow: true}
|
, { field: 'HQtyMust', title: '应收数量', width: 150, totalRow: true}
|
, { 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 }
|
, { field: 'HPieceQty', title: '条码数量', width: 150 }
|
]]
|
// , data: [linterid]
|
// , page: true
|
, height: 500
|
, done: function () {
|
layer.closeAll("loading");
|
}
|
});
|
}
|
else {
|
// $("#verifycode").click();
|
//layer.msg(result.Message, { icon: 5 });
|
layer.msg(result.Message, { icon: 5, btn: ['退出'], time: 100000, offset: 't' });
|
}
|
layer.closeAll("loading");
|
}
|
});
|
}
|
//非空验证
|
function AllowLoadData(sSubStr) {
|
if ($("#HBillNo").val() == '') {
|
layer.msg("错误的单据号!", { icon: 5 });
|
return false;
|
}
|
if ($("#HInterID").val() == '') {
|
layer.msg("错误的内码!", { icon: 5 });
|
return false;
|
}
|
if (sSubStr == '' || sSubStr.length == 0) {
|
layer.msg("没有物料明细记录!", { icon: 5 });
|
return false;
|
}
|
else {
|
return true;
|
}
|
}
|
//#endregion
|
|
//监听提交
|
form.verify({
|
numberOrEmpty: function (value, item) {
|
// if (value != '') {
|
if (!/^\d+$/.test(value)) {
|
return '不能为空或数字或者0';
|
}
|
//}
|
}
|
});
|
});
|
|
</script>
|
</body>
|
</html>
|