|
2#
楼主 |
发表于 2011-5-26 12:55:40
|
只看该作者
还有一个关联不到其内容:
关联脚本如下: web_reg_save_param("writeoffId",
"LB= writeoffId='",
"RB=';",
"Ord=1",
"Search=NoResource",
LAST);
/选择预算项目
function selectBudgetItem(){
//var bsId = document.all("sixFeeCommonVo.writeoffInstanceVo.budgetSetId").value;
var writeoffId = "2c989619302102ff01302a29817005b8";
var buildFeeObj=document.getElementsByName("sixFeeCommonVo.writeoffInstanceVo.buildFee")[0];
var buildFee ="" ;
if(buildFeeObj)
buildFee=buildFeeObj.value;
repaly log中提示的错误是
Action.c(924): Error -26377: No match found for the requested parameter "writeoffId". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(924): Notify: Saving Parameter "writeoffId = "
Action.c(924): web_url("wfclient.fs.fsCreateLdProcess.do") highest severity level was "ERROR", 14311 body bytes, 551 header bytes [MsgId: MMSG-26388]
Action.c(924): Notify: Transaction "交通费" ended with "Fail" status (Duration: 0.4695 Wasted Time: 0.0449). |
|