zjj
2025-07-19 5b79a154460d45ad32b0c34b23ae2f77cacb765b
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()