custom/钱智

This commit is contained in:
lys 2025-08-26 14:32:47 +08:00
parent f749fbcea3
commit 81c05e7e5f
2 changed files with 2 additions and 2 deletions

View File

@ -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)}/> :

View File

@ -87,7 +87,7 @@ export const baseSettingFormItem = [
key: "taxAgentId",
label: "个税扣缴义务人",
type: "SELECT",
multiple: true,
multiple: false,
options: []
},
{