From 418118fd9280cb5e138cf1d1dc6d1a143de049ee Mon Sep 17 00:00:00 2001
From: liuning <807852472@qq.com>
Date: Thu, 12 Mar 2026 17:34:48 +0800
Subject: [PATCH] =?UTF-8?q?=C2=96=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E5=85=A5=E5=BA=93=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=20?=
=?UTF-8?q?=E5=92=8C=20=E5=85=A5=E5=BA=93=E8=AF=A6=E6=83=85=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=85=A5=E5=BA=93=E5=88=97=E8=A1=A8=E5=B8=A6?=
=?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/plugin/home.vue | 16 +-
pages/plugin/inDetails.vue | 339 +++++++++++++++++++++++++++++++++++++
pages/plugin/inList.vue | 297 ++++++++++++++++++++++++++++++++
3 files changed, 650 insertions(+), 2 deletions(-)
create mode 100644 pages/plugin/inDetails.vue
create mode 100644 pages/plugin/inList.vue
diff --git a/pages/plugin/home.vue b/pages/plugin/home.vue
index da43f7a..a4236e9 100644
--- a/pages/plugin/home.vue
+++ b/pages/plugin/home.vue
@@ -51,6 +51,18 @@
交接列表
+
+
+
+ 入库列表
+
+
+
+
+
+ 出库列表
+
+
@@ -100,7 +112,7 @@
getMyBasisInfo(){
let that = this;
uni.request({
- url: 'https://lekapi.opmonitor.com/?c=app_api&a=getMyBasisInfo',
+ url: 'https://mtx.mini.opmonitor.com/?c=app_api&a=getMyBasisInfo',
data: {hospital: that.hospital, sortHospital: that.sortHospital, department: that.department, duty: that.duty},
header: {
'Content-type': 'application/json'
@@ -121,7 +133,7 @@
// 将数据库中的数据清空
// let that = this;
// uni.request({
- // url: 'https://lekapi.opmonitor.com/?c=app_api&a=clearData',
+ // url: 'https://mtx.mini.opmonitor.com/?c=app_api&a=clearData',
// data: {openid: getApp().globalData.openid},
// header: {
// 'Content-type': 'application/json'
diff --git a/pages/plugin/inDetails.vue b/pages/plugin/inDetails.vue
new file mode 100644
index 0000000..b4e24c1
--- /dev/null
+++ b/pages/plugin/inDetails.vue
@@ -0,0 +1,339 @@
+
+
+
+ 返回入库详情
+
+
+
+ 入库批次:{{batch}}
+
+ 🏥 {{organ_name}}
+ 👤 入库人:{{in_ware_name}}
+
+
+ 📊 总重量:{{totalWeight}} kg
+ 📦 总袋数:{{totalCount}} 袋
+
+
+
+
+
+ 📋
+ 暂无详情数据
+
+
+
+
+
+
+
+
+
+ {{item.waste_type}}
+
+ {{item.dept_name}}
+ {{item.weight}}
+ {{item.recl_name}}
+ {{formatTime(item.recl_time)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugin/inList.vue b/pages/plugin/inList.vue
new file mode 100644
index 0000000..a0b9bfe
--- /dev/null
+++ b/pages/plugin/inList.vue
@@ -0,0 +1,297 @@
+
+
+
+ 返回入库列表
+
+
+
+ 📦
+ 暂无入库数据
+
+
+
+
+
+
+
+ {{item.in_ware_batch}}
+ {{item.totalCount}}
+ {{item.totalWeight}}
+ {{formatTime(item.in_ware_time)}}
+ {{item.in_ware_name}}
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+