From f38cd2871c8c6467c839a354986468db65293e35 Mon Sep 17 00:00:00 2001
From: ryx <2736755949@qq.com>
Date: Fri, 30 Jan 2026 02:43:16 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E6=96=B0=E5=A2=9E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
fapp/ciyon_ap/pages.json | 3 +
fapp/ciyon_ap/pages/lab/list.vue | 331 ++++++++++++++++++++++++++
fapp/ciyon_ap/pages/lab/useradd.vue | 161 ++++++-------
fapp/ciyon_ap/pages/lab/userlist.vue | 61 +++--
fapp/ciyon_ap/pages/main/index.vue | 24 ++
lab_user.sql | 23 +-
web/ambap/adduser.php | 83 +++++++
web/ambap/member.php | 342 ---------------------------
8 files changed, 559 insertions(+), 469 deletions(-)
create mode 100644 fapp/ciyon_ap/pages/lab/list.vue
create mode 100644 web/ambap/adduser.php
delete mode 100644 web/ambap/member.php
diff --git a/fapp/ciyon_ap/pages.json b/fapp/ciyon_ap/pages.json
index 915a667..810ad56 100644
--- a/fapp/ciyon_ap/pages.json
+++ b/fapp/ciyon_ap/pages.json
@@ -419,6 +419,9 @@
},
{
"path":"useradd"
+ },
+ {
+ "path":"list"
}
]
}
diff --git a/fapp/ciyon_ap/pages/lab/list.vue b/fapp/ciyon_ap/pages/lab/list.vue
new file mode 100644
index 0000000..f9c9030
--- /dev/null
+++ b/fapp/ciyon_ap/pages/lab/list.vue
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ No: {{item.id}}
+
+ {{ccode(g.auditstatus, item.auditstatus)}}
+
+
+ {{ccode(g.auditstatus, item.auditstatus)}}
+
+
+ {{item.name}}
+
+
+
+ 审核人 {{ccode('xa_user', item.audituser)}}
+ 审核理由
+ 审核时间 {{todatetime(item.audittimes)}}
+
+
+
+
+ {{ccode(init.zc_menu, item.menuid)}}
+
+
+
+ {{tofix(item.filesize/1024, -2)}}KB
+
+
+
+ {{tofix(item.metre/1000, -2)}}米
+
+
+
+ {{tofix(item.bankmoney/1000000)}}万元
+
+
+
+
+ {{todatetime(item.setdate, 'd')}}
+
+
+
+ {{todatetime(item.settimes)}}
+
+
+
+ {{totimepoint(item.dayclock, true)}}
+
+
+
+
+
+
+ {{item.isuse==1?'√':'×'}}
+
+
+
+ {{item.isopen==1?'开启':'关闭'}}
+
+
+
+ {{tounit(item.unit)}}
+
+
+
+ {{ccode(g.auditstatus, item.sigstatus)}}
+
+
+
+
+ {{itm.name}}
+
+
+
+
+ {{mcode(g.zc_depart, item.prodcata, 'name').join(' . ')}}
+
+
+
+
+ {{itm.name}}
+
+
+
+
+
+ {{itm.name}}
+
+
+
+
+ {{ccode(g.ppint, item.ppint)}}
+
+
+
+
+ {{tocyc(item.npcyc)}}
+
+
+
+ {{totimesec(item.runsec)}}
+
+
+
+ 第{{item.acttm}}期
+
+
+
+
+ {{tofix(item.ton/1000000, 3)}}吨
+
+
+
+ {{tofix(item.price/100, 2)}}元
+
+
+
+
+ 查看位置
+
+
+
+
+ {{tofix(item.pct/100, 2)}}%
+
+
+
+ 转到链接
+
+
+
+
+ {{tofix(item.weightg/1000)}}公斤
+
+
+
+ {{tofix(item.eartmpr/1000, 1)}}℃
+
+
+
+ {{tomsk(item.idcard,'******#*')}}
+
+
+ 添加时间 {{todatetime(item.addtimes)}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/fapp/ciyon_ap/pages/lab/useradd.vue b/fapp/ciyon_ap/pages/lab/useradd.vue
index a87faaf..bbb1480 100644
--- a/fapp/ciyon_ap/pages/lab/useradd.vue
+++ b/fapp/ciyon_ap/pages/lab/useradd.vue
@@ -1,15 +1,11 @@
-
新增实验室成员
-
-
-
-