提示信息修改
This commit is contained in:
@ -399,7 +399,7 @@
|
|||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '获取失败:' + res.data.message,
|
title: '获取失败:' + res.data.message,
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration: 3500
|
duration: 3900
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -499,6 +499,7 @@
|
|||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration: 1500
|
duration: 1500
|
||||||
});
|
});
|
||||||
|
this.clear();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//有物料信息
|
//有物料信息
|
||||||
|
@ -3127,6 +3127,7 @@ if (uni.restoreGlobal) {
|
|||||||
icon: "none",
|
icon: "none",
|
||||||
duration: 1500
|
duration: 1500
|
||||||
});
|
});
|
||||||
|
this.clear();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.cardData = res.data.data.lists;
|
this.cardData = res.data.data.lists;
|
||||||
@ -3162,7 +3163,7 @@ if (uni.restoreGlobal) {
|
|||||||
this.clear();
|
this.clear();
|
||||||
},
|
},
|
||||||
complete: (event) => {
|
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({
|
uni.showToast({
|
||||||
title: "获取失败:" + res.data.message,
|
title: "获取失败:" + res.data.message,
|
||||||
icon: "none",
|
icon: "none",
|
||||||
duration: 3500
|
duration: 3900
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.clear();
|
this.clear();
|
||||||
|
@ -158,7 +158,7 @@ namespace WCS.WebApi.Controllers
|
|||||||
return new ResponseCommon()
|
return new ResponseCommon()
|
||||||
{
|
{
|
||||||
Code = 301,
|
Code = 301,
|
||||||
Message = $"当前工位[{locationInfo.LocationCode}]\r\n已被货架[{shelfInfo.ShelfCode}]占用\r\n无法通过此功能进行呼叫!",
|
Message = $"当前工位[{locationInfo.LocationCode}]\r\n已被货架[{shelfInfo.ShelfCode}]占用\r\n请等待AGV运输!",
|
||||||
Data = null,
|
Data = null,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user