Update 'DL.js'
This commit is contained in:
parent
74de12394b
commit
2101a9e7e6
1 changed files with 1 additions and 1 deletions
2
DL.js
2
DL.js
|
@ -46,7 +46,7 @@ bzhao.WaitForText("Account: ABG672-I", 1, 1, 100000);
|
||||||
bzhao.SendKey( "DL" );
|
bzhao.SendKey( "DL" );
|
||||||
bzhao.SendKey( "<Enter>" );
|
bzhao.SendKey( "<Enter>" );
|
||||||
bzhao.WaitForText("O.H. PART-NO............ BIN...", 1, 1, 0.1);
|
bzhao.WaitForText("O.H. PART-NO............ BIN...", 1, 1, 0.1);
|
||||||
bzhao.SendKey( partnum );
|
bzhao.SendKey( partnum.toUpperCase() );
|
||||||
bzhao.SendKey( "<Enter>" );
|
bzhao.SendKey( "<Enter>" );
|
||||||
bzhao.Disconnect();
|
bzhao.Disconnect();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue