Commit e6d14d5e by wusiyi

feat: 配货分拣添加库存校验

parent 2003ab20
......@@ -980,7 +980,7 @@ const getPackingData = async (code: string) => {
availableInventory: number
thirdSkuCode?: string
}>
if (props.wallType === 'print' && err?.code === 301) {
if (props.wallType !== 'us' && err?.code === 301) {
loading.close()
await ElMessageBox.alert(
`${err.data?.thirdSkuCode}库存不足,无法进入生产!请联系仓库管理人员核对库存。<br/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment