|
@@ -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);
|