|
@@ -277,24 +277,30 @@ const MandateDetail = (props) => {
|
|
>
|
|
>
|
|
忽略
|
|
忽略
|
|
</Button>
|
|
</Button>
|
|
- <Button
|
|
|
|
- className={styles.footerBtn}
|
|
|
|
- shape="round"
|
|
|
|
- onClick={() => {
|
|
|
|
- openSpecifiedModal('manual');
|
|
|
|
- }}
|
|
|
|
- >
|
|
|
|
- 手动处理
|
|
|
|
- </Button>
|
|
|
|
- <Button
|
|
|
|
- className={styles.footerBtn}
|
|
|
|
- shape="round"
|
|
|
|
- onClick={() => {
|
|
|
|
- openSpecifiedModal('auto');
|
|
|
|
- }}
|
|
|
|
- >
|
|
|
|
- 自动处理
|
|
|
|
- </Button>
|
|
|
|
|
|
+ {(record.MandateClass === 1 || record.MandateClass === 2) &&
|
|
|
|
+ record?.Status === 0 && (
|
|
|
|
+ <>
|
|
|
|
+ <Button
|
|
|
|
+ className={styles.footerBtn}
|
|
|
|
+ shape="round"
|
|
|
|
+ onClick={() => {
|
|
|
|
+ openSpecifiedModal('manual');
|
|
|
|
+ }}
|
|
|
|
+ >
|
|
|
|
+ 手动处理
|
|
|
|
+ </Button>
|
|
|
|
+ <Button
|
|
|
|
+ className={styles.footerBtn}
|
|
|
|
+ shape="round"
|
|
|
|
+ onClick={() => {
|
|
|
|
+ openSpecifiedModal('auto');
|
|
|
|
+ }}
|
|
|
|
+ >
|
|
|
|
+ 自动处理
|
|
|
|
+ </Button>
|
|
|
|
+ </>
|
|
|
|
+ )}
|
|
|
|
+
|
|
<Button
|
|
<Button
|
|
className={styles.footerBtn}
|
|
className={styles.footerBtn}
|
|
shape="round"
|
|
shape="round"
|