1
This commit is contained in:
parent
68915169f7
commit
0a86897628
@ -72,7 +72,7 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
/*~[Describe=保存并初始化数据;InputParam=无;OutPutParam=无;]~*/
|
||||
function saveRecord()
|
||||
function saveRecord()
|
||||
{
|
||||
//从页面上获取客户编号,产品编号
|
||||
var productid = getItemValue(0,getRow(),"productId");
|
||||
@ -218,7 +218,6 @@
|
||||
var brandid="";
|
||||
if(MyOjbect.brandid){
|
||||
brandid=MyOjbect.brandid;
|
||||
debugger;
|
||||
AsDialog.OpenSelector("SelectCardataSeries","brandid,"+brandid,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn==""||sReturn=="_NONE_")
|
||||
@ -274,7 +273,7 @@
|
||||
var sReturn = RunJavaMethodSqlca("com.tenwa.lease.flow.project.projectapproval.BusinessTypeController","getBusinessType","");
|
||||
sReturn = sReturn.split("@");
|
||||
setItemValue(0,0,"productId",sReturn[0]);
|
||||
setItemValue(0,0,"productName",sReturn[1]);
|
||||
setItemValue(0,0,"productName",sReturn[1]);
|
||||
}else if(num>1){
|
||||
showItem(0,"productName");//字段显示
|
||||
showItem(0,"product_id");//字段显示
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user