|
@@ -10,6 +10,7 @@ import AuditFlow from './AuditFlow';
|
|
import { queryDingSchema } from '@/services/boom';
|
|
import { queryDingSchema } from '@/services/boom';
|
|
import { Form as Form3x } from '@ant-design/compatible';
|
|
import { Form as Form3x } from '@ant-design/compatible';
|
|
import { getCurrentUser } from '@/utils/authority';
|
|
import { getCurrentUser } from '@/utils/authority';
|
|
|
|
+import DDCode from '@/components/DDComponents/DDCode';
|
|
|
|
|
|
const { TextArea } = Input;
|
|
const { TextArea } = Input;
|
|
const { Option } = Select;
|
|
const { Option } = Select;
|
|
@@ -353,6 +354,9 @@ function CommitAuditModal(props) {
|
|
<Form.Item labelCol={{ span: 7 }} wrapperCol={{ span: 15 }} label="备注信息" name="desc">
|
|
<Form.Item labelCol={{ span: 7 }} wrapperCol={{ span: 15 }} label="备注信息" name="desc">
|
|
<Input.TextArea />
|
|
<Input.TextArea />
|
|
</Form.Item>
|
|
</Form.Item>
|
|
|
|
+ <Form.Item labelCol={{ span: 7 }} wrapperCol={{ span: 15 }} label="授权码" name="ddCode">
|
|
|
|
+ <DDCode />
|
|
|
|
+ </Form.Item>
|
|
</Form>
|
|
</Form>
|
|
<Tabs defaultActiveKey="1">
|
|
<Tabs defaultActiveKey="1">
|
|
{auditList.map((item, idx) => (
|
|
{auditList.map((item, idx) => (
|