Commit 7ca1e086b8470ee0afe066d0a1f36755da144587
1 parent
da045dfe
feat: 审核出现两个备注文本框bug修复
Showing
1 changed file
with
0 additions
and
11 deletions
src/pages/Order/components/CheckModal.tsx
... | ... | @@ -621,17 +621,6 @@ export default ({ |
621 | 621 | '' |
622 | 622 | )} |
623 | 623 | |
624 | - <div>请特别注意订单总金额与订单金额。</div> | |
625 | - {!checkType(CHECK_TYPE.CONFIRM_DELIVER) ? ( | |
626 | - <ProFormTextArea | |
627 | - width="lg" | |
628 | - name="name" | |
629 | - placeholder="若驳回,请填写驳回理由" | |
630 | - /> | |
631 | - ) : ( | |
632 | - <></> | |
633 | - )} | |
634 | - | |
635 | 624 | {checkType(CHECK_TYPE.PREPAID_AUDIT) && ( |
636 | 625 | <> |
637 | 626 | <Divider orientation="center"> | ... | ... |