页面修改
This commit is contained in:
parent
32d881d38d
commit
a09ec8e8ca
@ -21,7 +21,7 @@
|
||||
<%
|
||||
String sButtons[][] = {
|
||||
//{"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""},
|
||||
{"true","","Button","ÐÞ¸Ä","ÐÞ¸Ä","viewAndEdit()","","","","btn_icon_edit"},
|
||||
//{"true","","Button","ÐÞ¸Ä","ÐÞ¸Ä","viewAndEdit()","","","","btn_icon_edit"},
|
||||
{"true","All","Button","删除","删除","deleteRecord()","","","","btn_icon_delete",""},
|
||||
{"true","","Button","excel导入","excel导入","importExcel()","","","","btn_icon_import"},
|
||||
{"true","","Button","模版下载","模版下载","DiscountDownload()","","","","btn_icon_down",""},
|
||||
@ -50,7 +50,6 @@
|
||||
}
|
||||
|
||||
function viewAndEdit(){
|
||||
|
||||
var sUrl = "/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportInfo.jsp";
|
||||
var sPara = getItemValue(0,getRow(0),'ID');
|
||||
if(typeof(sPara)=="undefined" || sPara.length==0 ){
|
||||
@ -62,7 +61,6 @@
|
||||
|
||||
//excel导入
|
||||
function importExcel(){
|
||||
debugger;
|
||||
var importCondition={};//导入配置
|
||||
importCondition["templateNo"]="8f9770f5088b487abd3f6a03d56d7dd0";//导入的模板编号必填s
|
||||
//增加其他配置参数
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user