广发银企支付修改
This commit is contained in:
parent
b895ca8934
commit
25653c352d
@ -14,7 +14,7 @@
|
||||
dwTemp.ReadOnly = "0";//Ö»¶Áģʽ
|
||||
dwTemp.genHTMLObjectWindow(flowunid);
|
||||
String sButtons[][] = {
|
||||
{"0020".equals(phaseNo)?"true":"false","All","Button","保存","保存所有修改","saveRecord()","","","",""},
|
||||
{"0020".equals(phaseNo)?"true":"false","","Button","保存","保存所有修改","saveRecord()","","","",""},
|
||||
};
|
||||
sButtonPosition = "south";
|
||||
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
||||
@ -31,7 +31,11 @@
|
||||
|
||||
function selectOwnAccount(){
|
||||
var position = getRow(0);
|
||||
AsDialog.OpenSelector("SelectOwnAccountPay","accName,"+getItemValue(0,0,'ACCOUNT'),"dialogWidth=" + parseInt(window.screen.width * 0.6) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",function(sReturn){
|
||||
var account = getItemValue(0,0,'ACCOUNT');
|
||||
if(account == ""){
|
||||
return false;
|
||||
}
|
||||
AsDialog.OpenSelector("SelectOwnAccountPay","accName,"+account,"dialogWidth=" + parseInt(window.screen.width * 0.6) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"){
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user