浏览代码

业务处理单改造

徐昊 10 月之前
父节点
当前提交
b74a20a48b

+ 1 - 1
src/main/java/fi/em/formPlugin/YwclF7ListtenerFromPlugin.java

@@ -42,7 +42,7 @@ public class YwclF7ListtenerFromPlugin extends AbstractBillPlugIn implements Plu
     }
     private void getQFilter(BeforeF7SelectEvent arg0,String type) {
         DynamicObject data = (DynamicObject)this.getModel().getValue(nckd_orgv) ;
-        if(type.equals(nckd_skzh)){
+        if(type.equals(nckd_skzh)){      
             DynamicObject skdata = (DynamicObject)this.getModel().getValue(nckd_orgv) ;
             if(skdata ==null){
                 throw new KDBizException("收款信息资金组织为空!");

+ 1 - 1
src/main/java/fi/rim/fromPlugin/FpzsMainEXPlugin.java

@@ -52,7 +52,7 @@ public class FpzsMainEXPlugin extends LicenseFormPlugin implements RowClickEvent
     public void click(EventObject evt) {
         Control properties = (Control)evt.getSource();
         String clickKey = properties.getKey();
-        if ("excel_download".equals(clickKey)) {
+        if ("excel_download".equals(clickKey)) {//111111
             ExcelHelper.downloadTemplate(this, "templates", "发票查验模板.xlsx");
         } else if ("btn_import".equals(clickKey)) {
             Map<String, Object> param = FpzsMainService.getCustomParam(this);