提交 f6435229 编写于 作者: L LAPTOP-UV1MNL38\18023

feat:删除多余代码

上级 99578b3a
...@@ -19,6 +19,7 @@ layui.config({ ...@@ -19,6 +19,7 @@ layui.config({
table = layui.table; table = layui.table;
var selOption = getFileContent('tpl/template/select-option.tpl'); var selOption = getFileContent('tpl/template/select-option.tpl');
var serviceClassName = sysServiceMation["purchaseRequest"]["key"]; var serviceClassName = sysServiceMation["purchaseRequest"]["key"];
console.log(serviceClassName)
// 表单模板信息 // 表单模板信息
let beanTemplate = $("#beanTemplate").html(); let beanTemplate = $("#beanTemplate").html();
var id = GetUrlParam("id"); var id = GetUrlParam("id");
...@@ -205,11 +206,6 @@ layui.config({ ...@@ -205,11 +206,6 @@ layui.config({
} }
//商品对象 //商品对象
var material = allChooseProduct["tr" + thisRowKey]; var material = allChooseProduct["tr" + thisRowKey];
if (inTableDataArrayByAssetarId(material.materialId, item.normsId, tableData)) {
winui.window.msg('一张单中不允许出现相同单位的商品信息.', {icon: 2, time: 2000});
noError = true;
return false;
}
item["materialId"] = material.materialId; item["materialId"] = material.materialId;
tableData.push(item); tableData.push(item);
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册