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) { fail(err) {
// console.log(err);
reject(err) reject(err)
} }
}) })

View File

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

View File

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

View File

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