提交 ff785519 编写于 作者: Skyeye云's avatar Skyeye云

feat: 条形码复制新增仓库查询

上级 4dc840d4
......@@ -16,6 +16,12 @@ layui.config({
$("#materialId").html(getDataUseHandlebars(selTemplate, json));
form.render("select");
skyeyeClassEnumUtil.showEnumDataListByClassName("materialNormsCodeInDepot", 'radio', "inDepot", '', form);
erpOrderUtil.getDepotList(function (json){
// 加载仓库数据
$("#depotId").html(getDataUseHandlebars(selTemplate, json));
form.render('select');
});
}});
form.on('select(materialId)', function (data) {
......@@ -45,6 +51,7 @@ layui.config({
inDepot: dataShowType.getData('inDepot'),
number: $("#number").val(),
limit: $("#number").val(),
depotId: $("#depotId").val(),
page: 1
}
AjaxPostUtil.request({url: sysMainMation.erpBasePath + "queryNormsBarCodeList", params: params, type: 'json', method: 'POST', callback: function (json) {
......
......@@ -27,6 +27,14 @@
</select>
</div>
</div>
<div class="layui-form-item layui-col-xs6">
<label class="layui-form-label">仓库</label>
<div class="layui-input-block">
<select id="depotId" name="depotId" lay-filter="depotId" lay-search="">
</select>
</div>
</div>
<div class="layui-form-item layui-col-xs6">
<label class="layui-form-label">状态<i class="red">*</i></label>
<div class="layui-input-block" id="inDepot">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册