保证金收取选择对话框报错
This commit is contained in:
parent
0fe8a93615
commit
628bf43022
@ -28,8 +28,8 @@
|
||||
if("ReadOnly".equals(rightType)){
|
||||
dwTemp.ReadOnly = "1";//Ö»¶Áģʽ
|
||||
}
|
||||
String acc_number = Sqlca.getString("select acc_number from OWN_ACCOUNT where acc_number='755915678910506'");
|
||||
String acc_bank = Sqlca.getString("select acc_bank from OWN_ACCOUNT where acc_number='755915678910506'");
|
||||
String acc_number = Sqlca.getString("select acc_number from OWN_ACCOUNT where acc_number='755915678910202'");
|
||||
String acc_bank = Sqlca.getString("select acc_bank from OWN_ACCOUNT where acc_number='755915678910202'");
|
||||
dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID"));
|
||||
dwTemp.getDataObject().setVisible("CAUTION_MONEY", true);
|
||||
String sButtons[][] = {
|
||||
@ -60,7 +60,7 @@
|
||||
AsControl.OpenView("/DealerDeposit/DMarginChargeInfo_TempList.jsp", "FlowUnid="+sFlowUnid+"&ProjectName=<%=CurPage.getParameter("ProjectName")%>","_self","");
|
||||
}
|
||||
function selectaccount(){
|
||||
// var disno = getItemValue(0, 0, "disno");
|
||||
var disno = getItemValue(0, 0, "disno");
|
||||
// alert(id);
|
||||
AsDialog.OpenSelector("SelectAccountS","distributorid,"+"<%=disno%>","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user