custom/钱智
This commit is contained in:
parent
f749fbcea3
commit
81c05e7e5f
|
|
@ -203,7 +203,7 @@ class LedgerBaseSetting extends Component {
|
|||
<WeaHelpfulTip width={200} title="提示:最后发薪日期为空,默认为无穷大" placement="topLeft"/>
|
||||
</React.Fragment> :
|
||||
type === "SELECT" ?
|
||||
<WeaSelect value={settingBaseInfo[key]}
|
||||
<WeaSelect value={settingBaseInfo[key]} showSearch optionFilterProp="children"
|
||||
options={options} viewAttr={taxAgentIdDisabled ? 1 : 3} multiple={multiple}
|
||||
disabled={!admin || taxableItemsDisabled}
|
||||
onChange={(v) => this.handleChangeField(key, v)}/> :
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ export const baseSettingFormItem = [
|
|||
key: "taxAgentId",
|
||||
label: "个税扣缴义务人",
|
||||
type: "SELECT",
|
||||
multiple: true,
|
||||
multiple: false,
|
||||
options: []
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue