Index: ssts-web/src/main/webapp/mobileClient/scanner.txt =================================================================== diff -u -r37384 -r38365 --- ssts-web/src/main/webapp/mobileClient/scanner.txt (.../scanner.txt) (revision 37384) +++ ssts-web/src/main/webapp/mobileClient/scanner.txt (.../scanner.txt) (revision 38365) @@ -2,5 +2,24 @@ com.forgon.scan.seuic.ScanerDetectorSeuicBroadcastImpl com.forgon.scan.idata.ScanerDetectorIdataImpl com.forgon.scan.honeywell.ScanerDetectorHoneywellBroadcastImpl -以上分别是优博讯、东集(小码哥)、idata、霍尼威尔四个品牌最新sdk的扫码实现类(pda的追溯系统app版本需要在v4.7.37-beta6或以上) -针对这四个品牌的新型号款pda,将其对应的实现类移动到本文件的第一行(如是发给各项目的建议只保留这一行内容,将其它行全删除),然后将本文件拷贝至pda的download目录下,重启追溯系统app. \ No newline at end of file +com.forgon.scan.cdfuliye.ScanerDetectorCDFLY + +以上分别是优博讯、东集(小码哥)、idata、霍尼威尔、富立叶等几个品牌最新sdk的扫码实现类(pda的追溯系统app版本需要在v4.7.37-beta6或以上) +针对这四个品牌的新型号款pda,将其对应的实现类移动到本文件的第一行(如是发给各项目的建议只保留这一行内容,将其它行全删除),然后将本文件拷贝至pda的download目录下,重启追溯系统app. + + +改进为后台的配置(key为型号名、value) +{ + "EDA50":"com.forgon.scan.honeywell.ScanerDetectorHoneywellBroadcastImpl", + "eda51":"com.forgon.scan.honeywell.ScanerDetectorHoneywellBroadcastImpl", + "eda52":"com.forgon.scan.honeywell.ScanerDetectorHoneywellBroadcastImpl", + + "UBX1":"com.forgon.scan.urovo.ScanerDetectorUrovo", + "UBX2":"com.forgon.scan.urovo.ScanerDetectorUrovo", + + "CRUISE2-HC":"com.forgon.scan.seuic.ScanerDetectorSeuicBroadcastImpl", + "CRUISE2-HS":"com.forgon.scan.seuic.ScanerDetectorSeuicBroadcastImpl", + + "idata50":"com.forgon.scan.idata.ScanerDetectorIdataImpl", + "idata51":"com.forgon.scan.idata.ScanerDetectorIdataImpl" +} \ No newline at end of file