4.2提交
This commit is contained in:
parent
8dc9f140b5
commit
7ae2198a64
|
|
@ -4,12 +4,12 @@ class HttpConfig {
|
|||
// #endif
|
||||
// #ifdef APP-PLUS
|
||||
// baseUrl = "http://112.29.103.165:21624"
|
||||
// baseUrl = "http://192.168.0.14:21624"
|
||||
baseUrl = "http://192.168.0.14:21624"
|
||||
// baseUrl = "http://112.29.103.165:21626"
|
||||
// baseUrl = "http://172.20.10.3:8080"
|
||||
// baseUrl = "http://10.40.92.13:8080"
|
||||
// baseUrl = "http://10.40.92.75:8080"
|
||||
baseUrl = "http://10.40.92.8:8080"
|
||||
// baseUrl = "http://10.40.92.74:8080"
|
||||
// baseUrl = "http://10.40.92.8:8080"
|
||||
// baseUrl = "https://z.csgmall.com.cn/gl"
|
||||
// #endif
|
||||
// 基地址
|
||||
|
|
|
|||
|
|
@ -326,6 +326,7 @@ import { basePath } from '../../public'
|
|||
companyId: uni.getStorageSync('userInfo').sysUser.companyId
|
||||
// companyId: 1
|
||||
}).then(res => {
|
||||
console.log(res);
|
||||
if (res.data.code == 200) {
|
||||
if (res.data.data.length == 0) {
|
||||
uni.showToast({
|
||||
|
|
|
|||
|
|
@ -47,19 +47,19 @@
|
|||
</view>
|
||||
<h4 style="width: 90%; margin: 3vh auto;">待办事项</h4>
|
||||
<view class="wait-do">
|
||||
<view class="llsp">
|
||||
<view class="llsp" @click="jumpUrl('fetchExam')">
|
||||
<h4>{{ waitList.leaseNum }}</h4>
|
||||
<h5>领料待审批</h5>
|
||||
</view>
|
||||
<view class="tlsp">
|
||||
<view class="tlsp" @click="jumpUrl('exitExam')">
|
||||
<h4>{{ waitList.backNum }}</h4>
|
||||
<h5>退料待审批</h5>
|
||||
</view>
|
||||
<view class="bfsh">
|
||||
<view class="bfsh" @click="jumpUrl('crashExam')">
|
||||
<h4>{{ waitList.scrapNum }}</h4>
|
||||
<h5>报废待审核</h5>
|
||||
</view>
|
||||
<view class="sysh">
|
||||
<view class="sysh" @click="jumpUrl('testExam')">
|
||||
<h4>{{ waitList.trialNum }}</h4>
|
||||
<h5>试验检验待审核</h5>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue