From ef18fbbfc8fceeb9a043f1c9d7f91cdbf1557be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E5=A4=A9=E5=A4=A7=E5=9C=A3?= <17615834396@163.com> Date: Sat, 30 Mar 2024 15:09:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/src/views/staff/list.vue | 86 ++++++++++++++++++++--------- 1 file changed, 60 insertions(+), 26 deletions(-) diff --git a/fuintAdmin/src/views/staff/list.vue b/fuintAdmin/src/views/staff/list.vue index fb5240ef4..afb9d21cb 100644 --- a/fuintAdmin/src/views/staff/list.vue +++ b/fuintAdmin/src/views/staff/list.vue @@ -117,13 +117,16 @@ @click="binding(scope.row)" >一键绑定 - 解绑 + 解绑 + +
+
+
+ 序号 +
+
+ 厂商名称 +
+
+ 二维码SN号 +
+
+ 码牌SN号 +
+
+ 操作 +
+
- - - - - - - - - - + + + + + + + + + + + + + + +
+ {{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; + }