verou
2025-04-07 5311fb727665f98d1845ac3f9f302a5d3f534b6d
rsf-admin/src/page/asnOrder/AsnOrderList.jsx
@@ -102,7 +102,7 @@
  const [createDialog, setCreateDialog] = useState(false);
  const [drawerVal, setDrawerVal] = useState(false);
  const [modalType, setmodalType] = useState(0);
  const [billReload, setBillReload] = useState(null);
  const billReload = useRef();
  const navigate = useNavigate();
  const assign = (record) => {
@@ -140,7 +140,7 @@
          preferenceKey='asnOrder'
          bulkActionButtons={<> <InspectionsButton /><BulkDeleteButton mutationMode={OPERATE_MODE} /></>}
          rowClick={() => false}
          expand={<AsnOrderPanel setBillReload={setBillReload} />}
          expand={<AsnOrderPanel billReload={billReload} />}
          expandSingle={true}
          omit={['id', 'createTime', 'createBy', 'memo', 'poId']}
        >