<!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>
|
<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">
|
<div class="layui-row">
|
<div class="layui-col-xs3">
|
<label class="layui-form-label" style="width:60px;padding-left:0px;">条码</label>
|
</div>
|
<div class="layui-col-xs7">
|
<input type="text" name="HBarCode" id="HBarCode" lay-verify="HBarCode" autocomplete="off" class="layui-input">
|
</div>
|
</div>
|
</div>
|
<div class="layui-form-item">
|
<div class="layui-row">
|
<div class="layui-col-xs3">
|
<label class="layui-form-label" style="width:60px;padding-left:0px;">数量</label>
|
</div>
|
<div class="layui-col-xs7">
|
<input type="text" name="HQty" id="HQty" lay-verify="HQty" autocomplete="off" class="layui-input">
|
</div>
|
</div>
|
</div>-->
|
<div class="layui-tab" lay-filter="tab-POStockInBillList">
|
<ul class="layui-tab-title" lay-filter="tab-all">
|
<li lay-id="1">缓存列表</li>
|
<li lay-id="2">已上传列表</li>
|
<li lay-id="3">已上传查询</li>
|
</ul>
|
<div class="layui-tab-content">
|
|
<div class="layui-tab-item layui-show">
|
<div class="layui-row">
|
<div class="layui-col-xs12">
|
<table class="layui-hide" id="dj-table" lay-filter="dj-table"></table>
|
</div>
|
</div>
|
</div>
|
<div class="layui-tab-item">
|
<div class="layui-row">
|
<div class="layui-col-xs12">
|
<table class="layui-hide" id="yd-table" lay-filter="yd-table"></table>
|
</div>
|
</div>
|
</div>
|
<div class="layui-tab-item">
|
<div class="layui-inline">
|
<label class="layui-form-label">单据号</label>
|
<div class="layui-input-block">
|
<input type="text" class="layui-input" name="HBillNo" id="HBillNo">
|
</div>
|
</div>
|
<div class="layui-inline">
|
<label class="layui-form-label">源单号</label>
|
<div class="layui-input-block">
|
<input type="text" class="layui-input" name="HSourceBillNo" id="HSourceBillNo">
|
</div>
|
</div>
|
<div class="layui-col-xs2">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="cmdQuery">查询</button>
|
</div>
|
<div class="layui-row">
|
<div class="layui-col-xs12">
|
<table class="layui-hide" id="sy-table" lay-filter="sy-table"></table>
|
</div>
|
</div>
|
</div>
|
</div>
|
<div class="layui-form-item" style="margin-bottom: 20px;">
|
<div class="layui-row">
|
<div class="layui-col-xs2">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="cmdModify">编辑</button>
|
</div>
|
<div class="layui-col-xs2">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="cmdDelete">删除</button>
|
</div>
|
<div class="layui-col-xs2">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="cmdRefresh">刷新</button>
|
</div>
|
<div class="layui-col-xs2">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="cmdRescind">撤销</button>
|
</div>
|
<div class="layui-col-xs2">
|
<button type="button" lay-submit="" class="layui-btn" lay-filter="cmdCancel">退出</button>
|
</div>
|
<div class="layui-col-xs2">
|
<!--<button type="button" lay-submit="" class="layui-btn" lay-filter="cmdAdd">新增</button>-->
|
</div>
|
</div>
|
</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 src="../../../layuiadmin/Scripts/webConfig.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
|
, element = layui.element;
|
var sBillType = '1201'
|
//清空界面 new
|
|
//动态加载源单类型列表 new
|
|
//加载源单类型
|
|
//读取单据列表
|
|
//退出
|
form.on('submit(Cancel)', function () {
|
parent.location.href = "../../../views/index.html"
|
//window.close();//关闭当前页
|
})
|
//编辑
|
form.on('submit(cmdModify)', function () {
|
var checkStatus = table.checkStatus('dj-table')
|
, data = checkStatus.data;
|
//ajaxLabelData = data;
|
//layer.alert(rows);
|
layer.open({
|
type: 2
|
, area: ['100%', '100%']
|
, title: '外购入库单'
|
, shade: 0.6 //遮罩透明度
|
, maxmin: false //允许全屏最小化
|
, anim: 0 //0-6的动画形式,-1不开启
|
, content: ['../../验收入库/外购入库/Kf_POStockInBill_Fast.html?linterid=' + data[0].HInterID, 'yes']
|
, resize: false
|
, cancel: function () {
|
$(".layui-btn").removeClass("layui-btn-disabled");
|
}
|
})
|
});
|
//刷新
|
form.on('submit(cmdRefresh)', function () {//
|
var sBillType = '1201'
|
table.render({
|
elem: '#dj-table'
|
,url: GetWEBURL() + '/Web/DisBillEntryList_Mate_Webs_Json'
|
,toolbar: '#toolbarDemo'
|
, where: { HBillType: sBillType,sWhere:''}
|
, cols: [[
|
{ type: 'radio' }
|
, { field: 'HInterID', title: '单据内码', width: 80 }
|
, { field: 'HBillNo', title: '单据号', width: 80 }
|
, { field: 'HMaker', title: '制单人', width: 100 }
|
, { field: 'HMakeDate', title: '制单日期', width: 100 }
|
, { field: 'HQty', title: '数量', width: 100 }
|
, { field: 'HSourceBillNo', title: '源单单号', width: 100 }
|
, { field: 'HRedBlueFlag', title: '红蓝字', width: 100 }
|
, { field: 'HSourceBillType', title: '源单类型', width: 100 }
|
]]
|
, height: 500
|
, done: function () {
|
layer.closeAll("loading");
|
}
|
});
|
});
|
//撤销功能
|
form.on('submit(cmdRescind)', function () {
|
var checkStatus = table.checkStatus('yd-table')
|
, data = checkStatus.data;
|
var sInterID = data[0].HInterID
|
var sBillNo = data[0].HBillNo
|
var sBillType = '1201'
|
$.ajax(
|
{
|
type: "Get",
|
url: GetWEBURL() + "/Web/Rescind_Json",
|
async: true,
|
data: { "sHInterID": sInterID, "sBillNo": sBillNo, "sBillType": sBillType },
|
dataType: "json",
|
success: function (data) {
|
if (data.count == 1) { // 说明验证成功了,
|
layer.msg(result.Message, { time: 1 * 1000, icon: 1 }, function () {
|
// 得到frame索引
|
var index = layer.getFrameIndex(window.name);
|
//关闭当前frame
|
layer.close(index);
|
//修改为功后刷新界面
|
window.location.reload();
|
});
|
}
|
else {
|
layer.msg(data.Message, { icon: 2 });
|
}
|
},
|
error: function (err) {
|
layer.msg('错误' + err, {
|
icon: 5,
|
time: 20000
|
}, function () {
|
//do something
|
});
|
}
|
});
|
});
|
//删除
|
form.on('submit(cmdDelete)', function () {
|
var checkStatus = table.checkStatus('dj-table')
|
, data = checkStatus.data;
|
if (checkStatus.data.length === 1) {
|
var sInterID = data[0].HInterID
|
//逻辑删除方法
|
layer.confirm("确认要删除吗,删除后不能恢复", { title: "删除确认" }, function (index) {
|
$.ajax(
|
{
|
type: "Get",
|
url: GetWEBURL() + "/Web/Delete_Json",
|
async: true,
|
data: { "sHInterID": sInterID },
|
dataType: "json",
|
success: function (data) {
|
if (data.count == 1) { // 说明验证成功了,
|
layer.msg(result.Message, { time: 1 * 1000, icon: 1 }, function () {
|
// 得到frame索引
|
var index = layer.getFrameIndex(window.name);
|
//关闭当前frame
|
layer.close(index);
|
//修改为功后刷新界面
|
window.location.reload();
|
});
|
}
|
else {
|
layer.msg(data.Message, { icon: 2 });
|
}
|
},
|
error: function (err) {
|
layer.msg('错误' + err, {
|
icon: 5,
|
time: 20000
|
}, function () {
|
//do something
|
});
|
}
|
});
|
})
|
}
|
else {
|
layer.msg('请选择一行数据删除!');
|
}
|
|
});
|
//查询
|
form.on('submit(cmdQuery)', function () {
|
var HBillNo = $("#HBillNo").val();
|
var HSourceBillNo = $("#HSourceBillNo").val();
|
//进入页面显示的缓存列表
|
$.ajax({
|
url: GetWEBURL() + '/Web/QueryBillUpdateLoad_Json',
|
type: "GET",
|
data: { "BillType":sBillType,"HBillNo": HBillNo, "HSourceBillNo": HSourceBillNo},
|
success: function (data1) {
|
if (data1.count == 1) {
|
option.data = data1.data;
|
table.render(option);
|
layer.close(index);
|
} else {
|
layer.close(index);
|
layer.alert(data1.code + data1.Message, { icon: 5 });
|
}
|
}, error: function () {
|
layer.close(index);
|
layer.alert("接口请求失败!", { icon: 5 });
|
}
|
});
|
});
|
|
|
//缓存列表
|
table.render({
|
elem: '#dj-table'
|
, url: GetWEBURL() + '/Web/chanpinruk'
|
, toolbar: '#toolbarDemo'
|
, where: { HBillType: sBillType, sHMaker: sessionStorage["HUserName"], HOrgID: sessionStorage["OrganizationID"] }
|
, cols: [[
|
{ type: 'radio' }
|
, { field: 'HInterID', title: '单据内码', width: 80 }
|
, { field: 'HBillNo', title: '单据号', width: 80 }
|
, { field: 'HMaker', title: '制单人', width: 100 }
|
, { field: 'HMakeDate', title: '制单日期', width: 100 }
|
, { field: 'HQty', title: '数量', width: 100 }
|
, { field: 'HSourceBillNo', title: '源单单号', width: 100 }
|
, { field: 'HRedBlueFlag', title: '红蓝字', width: 100 }
|
, { field: 'HSourceBillType', title: '源单类型', width: 100 }
|
]]
|
, height: 500
|
, done: function () {
|
layer.closeAll("loading");
|
}
|
})
|
|
//已上传列表
|
table.render({
|
elem: '#yd-table'
|
, url: GetWEBURL() + '/Web/DisBillUpdateLoad_Json'
|
, toolbar: '#toolbarDemo'
|
, where: { HBillType: sBillType, HMaker: sessionStorage["HUserName"], HOrgID: sessionStorage["OrganizationID"] }
|
, cols: [[
|
{ type: 'radio' }
|
, { field: 'HInterID', title: '单据内码', width: 80 }
|
, { field: 'HBillNo', title: '单据号', width: 80 }
|
, { field: 'HMaker', title: '制单人', width: 100 }
|
, { field: 'HMakeDate', title: '制单日期', width: 100 }
|
, { field: 'HMaterNumber', title: '物料代码', width: 100 }
|
, { field: 'HMaterName', title: '物料名称', width: 100 }
|
, { field: 'HMaterModel', title: '规格型号', width: 100 }
|
, { field: 'HQty', title: '数量', width: 100 }
|
, { field: 'HSourceBillNo', title: '源单单号', width: 100 }
|
, { field: 'HOrgID', title: '组织', width: 100 }
|
]]
|
, height: 500
|
, done: function () {
|
layer.closeAll("loading");
|
}
|
})
|
|
//已上传查询
|
table.render({
|
elem: '#sy-table'
|
, toolbar: '#toolbarDemo'
|
, cols: [[
|
{ type: 'radio' }
|
, { field: 'HInterID', title: '单据内码', width: 80 }
|
, { field: 'HBillNo', title: '单据号', width: 80 }
|
, { field: 'HMaker', title: '制单人', width: 100 }
|
, { field: 'HMakeDate', title: '制单日期', width: 100 }
|
, { field: 'HMaterNumber', title: '物料代码', width: 100 }
|
, { field: 'HMaterName', title: '物料名称', width: 100 }
|
, { field: 'HMaterModel', title: '规格型号', width: 100 }
|
, { field: 'HQty', title: '数量', width: 100 }
|
, { field: 'HSourceBillNo', title: '源单单号', width: 100 }
|
, { field: 'HOrgID', title: '组织', width: 100 }
|
]]
|
, height: 500
|
})
|
|
//刷新明细页签
|
table.render({
|
elem: '#mx-table'
|
// , url: 'http://localhost:8083/POStockInBill/GetHBarCodeShowBillSub'
|
//, toolbar: '#toolbarDemo'
|
// , where: { sMsg: linterid, sMsg2: lentryid }
|
, cols: [[
|
, { field: 'HMaterID', title: '物料ID', width: 100, hide: true }
|
]]
|
, page: true
|
, height: 500
|
, done: function () {
|
}
|
});
|
});
|
//清空表头
|
</script>
|
|
</body>
|
</html>
|