产品-薪资核算详情页面的编辑功能修改数字输入框支持负数

This commit is contained in:
黎永顺 2023-05-18 15:27:01 +08:00
parent 29ac83b992
commit ca79294859
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class PayrollItemsTable extends Component {
const { canEdit, dataType } = record;
return dataType === "number" ? <WeaInputNumber
disabled={!canEdit}
min={0}
precision={2}
value={text || 0}
onChange={(value) => onChangeIssueReissueValue(record.salaryItemId, value, "itemsByGroup", salarySobItemGroupId)}