feat:【antd】【erp 系统】purchase/in 重构 4/4

This commit is contained in:
YunaiV
2025-10-04 20:37:30 +08:00
parent f7c0b41199
commit ff2f176917
5 changed files with 86 additions and 70 deletions

View File

@@ -66,7 +66,10 @@ async function handleDelete(ids: number[]) {
}
/** 审批/反审批操作 */
async function handleUpdateStatus(row: ErpPurchaseInApi.PurchaseIn, status: number) {
async function handleUpdateStatus(
row: ErpPurchaseInApi.PurchaseIn,
status: number,
) {
const hideLoading = message.loading({
content: `确定${status === 20 ? '审批' : '反审批'}该订单吗?`,
duration: 0,