最新版本医废小程序代码,包含医废收集、一键入库/出库、周转箱入库/出库

This commit is contained in:
2026-05-12 01:25:59 +08:00
commit 6c5847b2e8
70 changed files with 23577 additions and 0 deletions
+169
View File
@@ -0,0 +1,169 @@
{
"pages": [
{
"path": "pages/register/qidong",
"style": {}
},
{
"path": "pages/register/login",
"style": {}
},
{
"path": "pages/register/registerOutClinic",
"style": {}
},
{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/main/inventory",
"style": {}
},
{
"path": "pages/main/inventory_week",
"style": {}
},
{
"path": "pages/main/inventory_month",
"style": {}
},
{
"path": "pages/register/registerRegulatory",
"style": {}
},
{
"path": "pages/register/registerHandUser",
"style": {}
},
{
"path": "pages/basics/homeByHandover",
"style": {}
},
{
"path": "pages/main/warning",
"style": {}
},
{
"path": "pages/component/trace",
"style": {}
},
{
"path": "pages/component/traceDetailsByMedical",
"style": {}
},
{
"path": "pages/component/traceDetailsByBox",
"style": {}
},
{
"path": "pages/component/traceDetailsByDept",
"style": {}
},
{
"path": "pages/component/traceDetailsByBatch",
"style": {}
},
{
"path": "pages/component/home",
"style": {}
},
{
"path": "pages/plugin/my",
"style": {}
},
{
"path": "pages/plugin/manage",
"style": {}
},
{
"path": "pages/plugin/personalInformation",
"style": {}
},
{
"path": "pages/plugin/handCard",
"style": {}
},
{
"path": "pages/plugin/handList",
"style": {}
},
{
"path": "pages/plugin/about",
"style": {}
},
{
"path": "pages/plugin/handCardCode",
"style": {}
},
{
"path": "pages/plugin/sign",
"style": {}
},
{
"path": "pages/plugin/inList",
"style": {}
},
{
"path": "pages/plugin/inDetails",
"style": {}
},
{
"path": "pages/plugin/outList",
"style": {}
},
{
"path": "pages/plugin/outDetails",
"style": {}
},
{
"path": "pages/plugin/collectionMwims",
"style": {}
},
{
"path": "pages/plugin/warnRecord",
"style": {}
},
{
"path": "pages/plugin/taipan",
"style": {}
},
{
"path": "pages/plugin/boxbagIn",
"style": {}
},
{
"path": "pages/plugin/boxOut",
"style": {}
},
{
"path": "pages/plugin/onekeyIn",
"style": {}
},
{
"path": "pages/plugin/onekeyOut",
"style": {}
}
],
"globalStyle": {
"mp-alipay": {
"transparentTitle": "always",
"allowsBounceVertical": "NO"
},
"navigationBarBackgroundColor": "#0081ff",
"navigationBarTitleText": "医废物联监管端",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponts": true,
"condition": {
"current": 0,
"list": [
{
"name": "登录",
"path": "pages/register/login",
"query": ""
}
]
}
}