注释个税申报的个税申报人选项
This commit is contained in:
parent
f5b947c80c
commit
adc089b033
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue