|
求高手帮解决,在线等,MSN:lanse_0821@hotmail.com
在做一个手机入库时,会产生一个入库单号,这个单号是随机生成的,录制角本的时候,可以录制成功,可在回放的时候,仍然会查询录制时的单号,导致回放不成功,这个单号是按序号生成的,我把这个单号进行参数化后,按照原ID的序号,在加1,加2,加3,用三个用户进行回放时,报错,
以下是生成单号的角本
add()
{
web_url("otherinbound.do_3",
"URL=http://10.10.20.48:7001/MyFD48/inbound/otherinbound.do?operate=toSelectSKU&selectId=7796&isMaintain=-1",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t9.inf",
"Mode=HTML",
EXTRARES,
"Url=../css/menu.css", "Referer=http://10.10.20.48:7001/MyFD48/inbound/otherinbound.do?operate=toSelectSKU&selectId=7796&isMaintain=-1", ENDITEM,
"Url=../graphics/bg1.gif", "Referer=http://10.10.20.48:7001/MyFD48/inbound/otherinbound.do?operate=toSelectSKU&selectId=7796&isMaintain=-1", ENDITEM,
LAST);
return 0;
求高手帮解决下 |
|