diff --git a/erp_web/pages/materials/material.html b/erp_web/pages/materials/material.html
index 66ff541e..3d996dc0 100644
--- a/erp_web/pages/materials/material.html
+++ b/erp_web/pages/materials/material.html
@@ -131,15 +131,15 @@
|
- |
-
+ |
+
|
| 备注 |
+ style="width: 1130px; height:40px;">
|
@@ -491,12 +491,12 @@
{title: '最低售价', field: 'lowDecimal', width: 70},
{
title: '状态', field: 'enabled', width: 50, align: "center", formatter: function (value) {
- return value ? "启用" : "禁用";
+ return value ? "启用" : "禁用";
}
},
{
title: '序列号', field: 'enableserialnumber', width: 70, align: "center", formatter: function (value) {
- return value=='1' ? "有" : "无";
+ return value=='1' ? "有" : "无";
}
}
]],