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