Authored by ZhongW

批导

... ... @@ -1397,7 +1397,20 @@ $(document).on('click', '.return-btn', function () {
/***********************批量导出***********************/
$("#batchExportChangePrice").click(function(){
var count = 0,
if(batchAuditPlanId.length == 0 ){
common.util.__tip('未勾选任何变价计划', 'warning');
return;
}
var getResult=function(){
return {
planIdList: batchAuditPlanId,
checkState: AuditEnum.status[t.getData().name]
}
}
window.open("/ajax/down?queryConf=" + JSON.stringify(getResult()) + "&type=changePriceExport");
/*var count = 0,
selectedArr = g.selected,
len = selectedArr.length,
data = g.options.parms();
... ... @@ -1421,7 +1434,7 @@ $("#batchExportChangePrice").click(function(){
cooperationType : common.util.__input("cooperationType")
}
}
window.open("/ajax/down?queryConf=" + JSON.stringify(getResult()) + "&type=changePriceExport");
window.open("/ajax/down?queryConf=" + JSON.stringify(getResult()) + "&type=changePriceExport");*/
});
... ...