提交 4a2b930b 编写于 作者: doc_wei's avatar doc_wei

feat: 库存管理表格界面修改

上级 4044e9e2
......@@ -52,7 +52,7 @@ layui.config({
{ field: 'unit', title: '产品规格类型', align: 'center', width: 100, templet: function (d) {
return skyeyeClassEnumUtil.getEnumDataNameByCodeAndKey("materialUnit", 'id', d.unit, 'name');
}},
{ field: 'norms', title: '库存', width: 150, templet: function (d) {
{ field: 'norms', title: '库存', width: 500, templet: function (d) {
var str = "";
$.each(d.materialNorms, function(i, item) {
if (!isNull(item.overAllStock)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册