4.10重庆仓储问题修改
This commit is contained in:
parent
11b4e992a7
commit
8f3b3264cb
|
|
@ -3,9 +3,9 @@ class HttpConfig {
|
||||||
baseUrl = "/api"
|
baseUrl = "/api"
|
||||||
// #endif
|
// #endif
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
baseUrl = "http://112.29.103.165:21624"
|
// 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://112.29.103.165:21626"
|
||||||
// baseUrl = "http://172.20.10.3:8080"
|
// baseUrl = "http://172.20.10.3:8080"
|
||||||
// baseUrl = "http://10.40.92.13:8080"
|
// baseUrl = "http://10.40.92.13:8080"
|
||||||
// baseUrl = "http://10.40.92.75:8080"
|
// baseUrl = "http://10.40.92.75:8080"
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
"name" : "智慧仓储",
|
"name" : "智慧仓储",
|
||||||
"appid" : "__UNI__9D122E1",
|
"appid" : "__UNI__9D122E1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.5",
|
"versionName" : "1.0.6",
|
||||||
"versionCode" : 105,
|
"versionCode" : 106,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|
|
||||||
|
|
@ -145,6 +145,7 @@
|
||||||
taskId,
|
taskId,
|
||||||
id,
|
id,
|
||||||
typeId,
|
typeId,
|
||||||
|
modelId,
|
||||||
manageType,
|
manageType,
|
||||||
typeName,
|
typeName,
|
||||||
typeCode,
|
typeCode,
|
||||||
|
|
@ -154,6 +155,7 @@
|
||||||
taskId,
|
taskId,
|
||||||
id,
|
id,
|
||||||
typeId,
|
typeId,
|
||||||
|
modelId,
|
||||||
manageType,
|
manageType,
|
||||||
userId,
|
userId,
|
||||||
typeName,
|
typeName,
|
||||||
|
|
|
||||||
|
|
@ -34,10 +34,10 @@
|
||||||
<span>工机具类型</span>
|
<span>工机具类型</span>
|
||||||
<h4>{{ fetch.itemType }}</h4>
|
<h4>{{ fetch.itemType }}</h4>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<!-- <view>
|
||||||
<span>报废数量</span>
|
<span>报废数量</span>
|
||||||
<h4>{{ fetch.backTime }}</h4>
|
<h4>{{ fetch.backTime }}</h4>
|
||||||
</view>
|
</view> -->
|
||||||
<view>
|
<view>
|
||||||
<span>申请日期</span>
|
<span>申请日期</span>
|
||||||
<h4>{{ fetch.createTime }}</h4>
|
<h4>{{ fetch.createTime }}</h4>
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,6 @@
|
||||||
<uni-icons
|
<uni-icons
|
||||||
style="color: #AAAAAA; font-weight: bold;"
|
style="color: #AAAAAA; font-weight: bold;"
|
||||||
type="closeempty"
|
type="closeempty"
|
||||||
size="32"
|
|
||||||
@click="closePopup"
|
@click="closePopup"
|
||||||
>
|
>
|
||||||
</uni-icons>
|
</uni-icons>
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
let list = []
|
let list = []
|
||||||
const baseInfo = {
|
const baseInfo = {
|
||||||
parentId: this.upperInfo.id,
|
parentId: this.upperInfo.id,
|
||||||
typeId: this.upperInfo.typeId,
|
typeId: this.upperInfo.modelId,
|
||||||
manageType: this.upperInfo.manageType,
|
manageType: this.upperInfo.manageType,
|
||||||
createBy: this.upperInfo.userId
|
createBy: this.upperInfo.userId
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue