新增页面入库列表页面 和 入库详情页面,入库列表带搜索功能
This commit is contained in:
+14
-2
@@ -51,6 +51,18 @@
|
||||
<text class="text-grey">交接列表</text>
|
||||
</navigator>
|
||||
</view>
|
||||
<view class="cu-item arrow">
|
||||
<navigator class="content" url="/pages/plugin/inList" hover-class="none">
|
||||
<text class="cuIcon-upload text-blue"></text>
|
||||
<text class="text-grey">入库列表</text>
|
||||
</navigator>
|
||||
</view>
|
||||
<view class="cu-item arrow">
|
||||
<navigator class="content" url="/pages/plugin/outList" hover-class="none">
|
||||
<text class="cuIcon-exit text-blue"></text>
|
||||
<text class="text-grey">出库列表</text>
|
||||
</navigator>
|
||||
</view>
|
||||
<view class="cu-item arrow">
|
||||
<navigator class="content" url="/pages/plugin/personalInformation" hover-class="none">
|
||||
<text class="cuIcon-myfill text-blue"></text>
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user