@@ -423,6 +431,7 @@
materialType: erpMaterialData.materialType,
processMethod: erpMaterialData.processMethod,
unit: erpMaterialData.unit,
+ materialModel: erpMaterialData.materialModel,
brand: erpMaterialData.brand,
describe: erpMaterialData.describe,
warehouseDept: erpMaterialData.warehouseDept,
diff --git a/ruoyi-admin/src/main/resources/templates/erp/material/material.html b/ruoyi-admin/src/main/resources/templates/erp/material/material.html
index c5773025..2bb2c0bd 100644
--- a/ruoyi-admin/src/main/resources/templates/erp/material/material.html
+++ b/ruoyi-admin/src/main/resources/templates/erp/material/material.html
@@ -184,7 +184,12 @@
{title: '物料名称',field: 'materialName',align: 'center'},
{title: '描述',field: 'describe',align: 'center',
formatter: function(value, row, index) {
- return $.table.tooltip(value, 10, "open");
+ return $.table.tooltip(value, 5, "open");
+ }
+ },
+ {title: '型号',field: 'materialModel',align: 'center',
+ formatter: function(value, row, index) {
+ return $.table.tooltip(value, 5, "open");
}
},
{title: '品牌',field: 'brand',align: 'center'},
diff --git a/ruoyi-admin/src/main/resources/templates/erp/material/select.html b/ruoyi-admin/src/main/resources/templates/erp/material/select.html
index 97cb8c85..d197f5fe 100644
--- a/ruoyi-admin/src/main/resources/templates/erp/material/select.html
+++ b/ruoyi-admin/src/main/resources/templates/erp/material/select.html
@@ -66,6 +66,8 @@
{title: '物料类型',field: 'materialType',
formatter: function(value, row, index) {return $.table.selectCategoryLabel(materialTypeDatas, value);}
},
+
+ {title: '型号', field: 'materialModel',},
{title: '品牌', field: 'brand',},
{title: '单位',field: 'unit',formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}},
{title: '描述',field: 'describe',},
diff --git a/ruoyi-admin/src/main/resources/templates/erp/material/taskGcjlVerify.html b/ruoyi-admin/src/main/resources/templates/erp/material/taskGcjlVerify.html
index d331c13b..3e974e55 100644
--- a/ruoyi-admin/src/main/resources/templates/erp/material/taskGcjlVerify.html
+++ b/ruoyi-admin/src/main/resources/templates/erp/material/taskGcjlVerify.html
@@ -78,6 +78,12 @@