rsf-admin/src/page/orders/check/CheckOrderList.jsx
@@ -81,7 +81,7 @@ <DictionarySelect label='table.field.checkOrder.exceStatus' name="exceStatus" dictTypeCode="sys_asn_exce_status" dictTypeCode="sys_check_exce_status" alwaysOn />, ] @@ -236,7 +236,7 @@ const notify = useNotify(); const refresh = useRefresh(); const cancelOrder = async () => { const { data: { code, data, msg } } = await request.get(`/outStock/cancel/${record?.id}`); const { data: { code, data, msg } } = await request.get(`/check/cancel/${record?.id}`); if (code === 200) { notify(msg); refresh()