|
@@ -586,7 +586,7 @@
|
|
|
this.$http.getEpc().then((res) => {
|
|
|
if(res.code===0){
|
|
|
let frid = res.data
|
|
|
- this.basicFrom.frid=frid.replace(/.{4}$/, '****')
|
|
|
+ this.basicFrom.frid=frid;//frid.replace(/.{4}$/, '****')
|
|
|
this.basicFrom.rfidEpc=frid
|
|
|
} else {
|
|
|
return this.ExchangeMessage('warn', '未获取FRID卡号')
|