this.setEnable(false);//禁用当前按钮setTimeout(function() {_g().verifyAndWriteReport(true);//校验并提交}, 100)if () {FR.Msg.toast('审核成功,正在导出为PDF文件!')var a = _g().getCellValue(0, 12, 2);var b = _g().getCellValue(0, 9, 5);var c = _g().getCellValue(0, 4, 6);if (c.length < 2) {c = "无产品批号";}var name = a + '$' + b + '$' + c;var report_url = '${servletURL}?viewlet=Litecore/8_QUALITY/来料测试审核.cpt&format=pdf' + '&__filename__=' + name;window.location = (encodeURI(encodeURI(report_url)))} else {FR.Msg.toast('审核失败!')this.setEnable(true);}