-
-
- {{item.companyName}}
-
-
-
-
- {{item.tagCodeSn}}
-
-
-
-
- {{item.snCode}}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{index+1}}
+
+
{{item.companyName}}
-
-->
-
+
+
+ {{item.tagCodeSn}}
+
+
+ {{item.snCode}}
+
+
选择
-
@@ -529,7 +558,7 @@ export default {
},
created() {
this.getList();
- this.gettagCodeRecord()
+ //
// this.getDuty();
// this.getStoreList();
},
@@ -537,6 +566,7 @@ export default {
binding(row){
this.staffId = row.id
this.openShow = true
+ this.gettagCodeRecord()
},
nobinding(row){
let data = {
@@ -907,5 +937,9 @@ export default {
.oilid{
background: #f6f8f9 !important;
}
+ .rw{
+ width: 25%;
+ text-align: center;
+ }