feat
parent
8cc5abbd52
commit
86cc8d7b2a
|
|
@ -4,7 +4,7 @@ import { message } from "antd";
|
||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
import { getFileUrlFromServer } from "zy-react-library/utils";
|
import { getFileUrlFromServer } from "zy-react-library/utils";
|
||||||
import "dayjs/locale/zh-cn";
|
import "dayjs/locale/zh-cn";
|
||||||
import "../blessed_by_buddha";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ export default function MaterialStep({
|
||||||
loading,
|
loading,
|
||||||
}) {
|
}) {
|
||||||
const [preview, setPreview] = useState(null);
|
const [preview, setPreview] = useState(null);
|
||||||
|
console.log(disabled)
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Table
|
<Table
|
||||||
|
|
|
||||||
|
|
@ -65,8 +65,7 @@ function FilingFormPage(props) {
|
||||||
const [activeFilingId] = useState(filingId);
|
const [activeFilingId] = useState(filingId);
|
||||||
const detailRef = useRef(null);
|
const detailRef = useRef(null);
|
||||||
const readOnly =
|
const readOnly =
|
||||||
query.readOnly ||
|
query.readOnly
|
||||||
(detail ? !isQualFilingEditable(detail.filingStatusCode) : false);
|
|
||||||
|
|
||||||
const listMode =
|
const listMode =
|
||||||
mode === FILING_FORM_MODE.FILED
|
mode === FILING_FORM_MODE.FILED
|
||||||
|
|
@ -99,7 +98,6 @@ function FilingFormPage(props) {
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!personnelOptions.length) {
|
if (!personnelOptions.length) {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue