From 1dcf5d4042ba0e397677b448425ff6d4c1e9ce61 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Wed, 20 Mar 2019 10:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=AD=E8=AF=81=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp b/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp index 40126d1ef..e2e49eadb 100644 --- a/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp +++ b/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp @@ -21,10 +21,10 @@ //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = { {"true","","Button","导出凭证","导出凭证","createContractByTemplate()","","","","btn_icon_up",""}, - {"true","","Button","1.传输经销商信息入NC","1.传输经销商信息入NC","DistributorToNCInterface()","","","","btn_icon_up",""}, - {"true","","Button","2.传输客户信息入NC","2.传输客户信息入NC","CustomerToNCInterface()","","","","btn_icon_up",""}, - {"true","","Button","3.传输辅助合同信息入NC","3.传输辅助合同信息入NC","ContractToNCInterface()","","","","btn_icon_up",""}, - {"true","","Button","4.传输凭证信息入NC","4.传输凭证信息入NC","VoucherToNCInterface()","","","","btn_icon_up",""}, + {"false","","Button","1.传输经销商信息入NC","1.传输经销商信息入NC","DistributorToNCInterface()","","","","btn_icon_up",""}, + {"true","","Button","1.NC客户传输","1.NC客户传输","CustomerToNCInterface()","","","","btn_icon_up",""}, + {"true","","Button","2.NC合同传输","2.NC合同传输","ContractToNCInterface()","","","","btn_icon_up",""}, + {"true","","Button","3.NC凭证传输","3.NC凭证传输","VoucherToNCInterface()","","","","btn_icon_up",""}, //{"true","","Button","刷新辅助账编码","刷新辅助账编码","synVoucherCode()","","","","btn_icon_save",""}, //{"true","","Button","明细","明细","showContractInsurance()","","","","btn_icon_detail",""}, //{"true","","Button","导入金蝶系统","导入金蝶系统","importFK()","","","","btn_icon_up",""},