提示信息修改
This commit is contained in:
@ -399,7 +399,7 @@
|
||||
uni.showToast({
|
||||
title: '获取失败:' + res.data.message,
|
||||
icon: 'none',
|
||||
duration: 3500
|
||||
duration: 3900
|
||||
});
|
||||
|
||||
}
|
||||
|
@ -499,6 +499,7 @@
|
||||
icon: 'none',
|
||||
duration: 1500
|
||||
});
|
||||
this.clear();
|
||||
return;
|
||||
}
|
||||
//有物料信息
|
||||
|
@ -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();
|
||||
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user