Commit fc716ab5 by Takatoshi Miura

RFIDのコードのみ先頭4文字なしで表示

parent 0dcc98c4
......@@ -3103,6 +3103,7 @@ CHK.scanResult = function(scannedCode, scanType) {
var resultCode = scannedCode;
if (scanType == 1) {
resultCode = scannedCode.substring(4);
scanResultCode = resultCode;
}
return operation.permitCode == resultCode;
})[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment