Commit db60613b by wusiyi

feat: 工厂订单new快捷生产添加操作成功提示

parent 7793cde1
......@@ -2900,6 +2900,7 @@ const downloadOperationById = (ids: number[]) =>
downloadOperationMaterialApi(ids)
const handleFastProductionSuccess = (data: ResultInfoDataItem[]) => {
if (fastKey.value === 'productionScan') {
ElMessage.success('操作成功')
return
}
const result = data[0]
......@@ -2912,6 +2913,8 @@ const handleFastProductionSuccess = (data: ResultInfoDataItem[]) => {
},
)
return
} else {
ElMessage.success('操作成功')
}
}
const createLogisticsSuccess = (data: ResultInfoDataItem[]) => {
......
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