4.10重庆仓储问题修改

This commit is contained in:
FrancisHu 2024-04-10 13:52:16 +08:00
parent 11b4e992a7
commit 8f3b3264cb
6 changed files with 9 additions and 8 deletions

View File

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

View File

@ -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" : {

View File

@ -145,6 +145,7 @@
taskId,
id,
typeId,
modelId,
manageType,
typeName,
typeCode,
@ -154,6 +155,7 @@
taskId,
id,
typeId,
modelId,
manageType,
userId,
typeName,

View File

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

View File

@ -53,7 +53,6 @@
<uni-icons
style="color: #AAAAAA; font-weight: bold;"
type="closeempty"
size="32"
@click="closePopup"
>
</uni-icons>

View File

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