4.7提交

This commit is contained in:
FrancisHu 2024-04-07 09:39:22 +08:00
parent 7ae2198a64
commit 1420c69284
4 changed files with 8 additions and 6 deletions

View File

@ -64,6 +64,7 @@ class Http{
}
},
fail(err) {
// console.log(err);
reject(err)
}
})

View File

@ -2,8 +2,8 @@
"name" : "智慧仓储",
"appid" : "__UNI__9D122E1",
"description" : "",
"versionName" : "1.0.4",
"versionCode" : 104,
"versionName" : "1.0.5",
"versionCode" : 105,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -21,7 +21,7 @@
<checkbox :checked="fetch.checked" />
</checkbox-group> -->
<view class="upper-lef">
{{ fetch.backPerson.slice(0, 1) }}
{{ fetch.backPerson == null ? '' : fetch.backPerson.slice(0, 1) }}
</view>
<view class="upper-rig">
<h4 style="font-size: 16px;">{{ fetch.backPerson }}</h4>
@ -239,10 +239,10 @@ import { basePath } from '../../public'
onShow() {
let that = this
// console.log(uni.getStorageSync('userInfo').sysUser.companyId);
//
// 退
that.$api.backMaterialReceive.backMaterialReceiveList({
companyId: uni.getStorageSync('userInfo').sysUser.companyId
companyId: uni.getStorageSync('userInfo').sysUser.companyId,
flag: 0
// companyId:'101'
}).then(res => {
console.log(res);

View File

@ -300,6 +300,7 @@
taskId: that.taskId,
parentId: that.detailsId
}).then(res => {
console.log(res)
if (res.data.code == 200) {
uni.showToast({
icon: 'none',