合并代码

This commit is contained in:
孙景学
2025-07-02 16:18:03 +08:00
parent 2b3eb5672d
commit 3ae57eb23b
87 changed files with 3852 additions and 19276 deletions

View File

@ -3,7 +3,6 @@ import { Modal, Form, Input, Select, Button, Upload, message, Row, Col, Descript
import type { UploadProps } from 'antd';
import { UploadOutlined } from '@ant-design/icons';
import { uploadFile, invoiceView, invoiceAdd, invoiceEdit } from '../services';
import moment from 'moment';
interface props {
visible: boolean;
onOk: () => void;