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 @@ + + + + + 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 @@ + + + + +