传统模板带值盖章问题
This commit is contained in:
parent
fbeb697549
commit
c3afdb4ba8
@ -10,11 +10,11 @@
|
||||
//alert(getHtmlMessage('1'));//请选择一条信息!
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");
|
||||
var customerid=sReturn[0];
|
||||
var customername=sReturn[1];
|
||||
var contract_id=sReturn[2];
|
||||
var sParams = "ApplyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>";
|
||||
sParams =sParams+",ProjectName=客户"+customername+"租后巡视,FlowKey="+customername+",CustomerId="+customerid;
|
||||
sParams =sParams+",ProjectName=客户"+customername+"租后巡视,FlowKey="+customername+",CustomerId="+customerid+",ContractId="+contract_id;
|
||||
var sReturnInfo = RunJavaMethodTrans("com.tenwa.lease.flow.afterleasing.afterleasingvisit.AfterLeasingVisitStartAction","initFLow",sParams);
|
||||
if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return;
|
||||
var sReturnInfos=sReturnInfo.split("@");
|
||||
|
||||
@ -86,8 +86,8 @@
|
||||
<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info04;Describe=定义按钮;]~*/%>
|
||||
<%
|
||||
String sButtons[][] = {
|
||||
{"true","All","Button","保存","保存所有修改","saveRecord()","","","","btn_icon_save"},
|
||||
{"true","All","Button","生成电子章","盖公司电子章","stamp()","","","",""},
|
||||
{"true","All","Button","生成产权转移单","生成产权转移单","saveRecord()","","","","btn_icon_save"},
|
||||
{"true","All","Button","公司盖章","盖公司电子章","stamp()","","","",""},
|
||||
};
|
||||
sButtonPosition = "north";
|
||||
%>
|
||||
|
||||
@ -35,9 +35,9 @@
|
||||
})
|
||||
|
||||
function setCheckBoxEvent(){
|
||||
if($("#DW_CheckAll_myiframe0")){
|
||||
/* if($("#DW_CheckAll_myiframe0")){
|
||||
$("#DW_CheckAll_myiframe0").hide();
|
||||
}
|
||||
} */
|
||||
var checkInput = $("input[name='check_S_myiframe0']");
|
||||
for(var i=0;i<checkInput.length;i++){
|
||||
$(checkInput[i]).attr("onclick","checkInputData("+i+")");
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user