north-glass-erp/northglass-erp/src/views/mm/mainProductStock/FinishedProductOut.vue
@@ -283,13 +283,16 @@ orderDetail: selectRecords }) request.post("/FinishedGoodsInventory/addDeliveryDetail", orderDetailData.value).then((res) => { if (res.code == 200) { if (res.code == 200 && res.data===true) { ElMessage.success(t('productStock.deliverySuccessful')) router.push({path: '/main/productStock/FinishedProductOut', query: {random: Math.random()}}) } else { ElMessage.warning(res.msg) ElMessage.warning("发货失败") router.push("/login") } }).catch((err)=>{ ElMessage.error('系统错误') router.push("/login") }) }