From bb789eefdf55161d9e7f062ad92e25ffdb85beea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 3 Jun 2017 00:10:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=95=E4=BD=8D=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=B0=86?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E4=BF=A1=E6=81=AF=E6=94=B9=E4=B8=BA=E5=BC=80?= =?UTF-8?q?=E3=80=81=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/pages/manage/vendor.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/pages/manage/vendor.jsp b/src/main/webapp/pages/manage/vendor.jsp index f76ec8351..d5c1145fd 100644 --- a/src/main/webapp/pages/manage/vendor.jsp +++ b/src/main/webapp/pages/manage/vendor.jsp @@ -204,7 +204,9 @@ { title: '期初应收',field: 'BeginNeedGet',width:70,align:"center"}, { title: '期初应付',field: 'BeginNeedPay',width:70,align:"center"}, { title: '类型',field: 'type',width:50}, - { title: '启动',field: 'enabled',width:40}, + { title: '启动',field: 'enabled',width:40,formatter:function(value){ + return value? "开":"关"; + }}, { title: '操作',field: 'op',align:"center",width:130,formatter:function(value,rec) { var str = '';