Update 'DL.js'

This commit is contained in:
Paul Black 2023-07-14 22:48:47 +00:00
parent 74de12394b
commit 2101a9e7e6

2
DL.js
View file

@ -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();
} }