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",""},