提示信息修改

This commit is contained in:
hehaibing-1996
2025-03-06 15:31:27 +08:00
parent 56d441b400
commit c48bef5af1
4 changed files with 6 additions and 4 deletions

View File

@ -399,7 +399,7 @@
uni.showToast({
title: '获取失败:' + res.data.message,
icon: 'none',
duration: 3500
duration: 3900
});
}

View File

@ -499,6 +499,7 @@
icon: 'none',
duration: 1500
});
this.clear();
return;
}
//有物料信息

View File

@ -3127,6 +3127,7 @@ if (uni.restoreGlobal) {
icon: "none",
duration: 1500
});
this.clear();
return;
}
this.cardData = res.data.data.lists;
@ -3162,7 +3163,7 @@ if (uni.restoreGlobal) {
this.clear();
},
complete: (event) => {
formatAppLog("log", "at pages/queryBindList/queryBindList.vue:543", "请求完成", event);
formatAppLog("log", "at pages/queryBindList/queryBindList.vue:544", "请求完成", event);
}
});
},
@ -4690,7 +4691,7 @@ if (uni.restoreGlobal) {
uni.showToast({
title: "获取失败:" + res.data.message,
icon: "none",
duration: 3500
duration: 3900
});
}
this.clear();

View File

@ -158,7 +158,7 @@ namespace WCS.WebApi.Controllers
return new ResponseCommon()
{
Code = 301,
Message = $"当前工位[{locationInfo.LocationCode}]\r\n已被货架[{shelfInfo.ShelfCode}]占用\r\n无法通过此功能进行呼叫!",
Message = $"当前工位[{locationInfo.LocationCode}]\r\n已被货架[{shelfInfo.ShelfCode}]占用\r\n请等待AGV运输!",
Data = null,
};
}