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

feat: erp商品信息记录新增仓库

上级 87b6bdcb
......@@ -32,8 +32,7 @@ layui.config({
}},
{ field: 'state', title: '状态', align: 'center', width: 100, templet: function(d) {
return skyeyeClassEnumUtil.getEnumDataNameByCodeAndKey("holderNormsChildState", 'id', d.state, 'name');
}},
{ title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 120, toolbar: '#tableBar' }
}}
]],
done: function(json) {
matchingLanguage();
......
......@@ -19,6 +19,8 @@ layui.config({
return false;
}
let depotTitle = objectKey == 'com.skyeye.supplier.service.impl.SupplierServiceImpl' ? '入库仓库' : '出库仓库';
table.render({
id: 'messageTable',
elem: '#messageTable',
......@@ -37,6 +39,9 @@ layui.config({
{ field: 'normsId', title: '产品规格', align: 'left', width: 150, templet: function (d) {
return getNotUndefinedVal(d.normsMation?.name);
}},
{ field: 'depotId', title: depotTitle, align: 'left', width: 150, templet: function (d) {
return getNotUndefinedVal(d.depotMation?.name);
}},
{ field: 'operNumber', title: '交易数量', align: 'center', width: 90, templet: function (d) {
let itemCode = d.materialMation?.itemCode;
if (itemCode == 1) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册