注释个税申报的个税申报人选项

This commit is contained in:
liyongshun 2022-06-07 18:48:25 +08:00
parent f5b947c80c
commit adc089b033
1 changed files with 3 additions and 3 deletions

View File

@ -69,12 +69,12 @@ export default class GenerateModal extends React.Component {
/>
</Col>
</Row>
<Row style={{ lineHeight: "40px" }}>
{/* <Row style={{ lineHeight: "40px" }}>
<Col span={8}>扣缴义务人</Col>
<Col span={16}>
<WeaSelect
showSearch // 设置select可搜索
style={{ width: 200 }}
style={{ width: "200px" }}
options={taxAgentOption}
value={this.state.taxAgentId}
onChange={(taxAgentId) => {
@ -82,7 +82,7 @@ export default class GenerateModal extends React.Component {
}}
/>
</Col>
</Row>
</Row> */}
</div>
</Modal>
);