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}}
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+