From 828f9ce304a2399de0223e129548e165f16b8bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 24 Apr 2020 00:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E7=9A=84?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/pages/materials/material.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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' ? "" : "无"; } } ]],