Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
e8034817
Commit
e8034817
authored
Dec 17, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 调整税点类型为number
parent
52690262
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.tsx
src/pages/member/components/MemberDocCategory/index.tsx
+1
-1
index.tsx
src/pages/member/components/ModifyClassifyDrawer/index.tsx
+1
-1
index.tsx
...rComingClassify/components/ComingClassifyDrawer/index.tsx
+1
-1
No files found.
src/pages/member/components/MemberDocCategory/index.tsx
View file @
e8034817
...
@@ -146,7 +146,7 @@ const MemberDocCategory: React.FC<DocCategoryProps> = (props: DocCategoryProps)
...
@@ -146,7 +146,7 @@ const MemberDocCategory: React.FC<DocCategoryProps> = (props: DocCategoryProps)
month
:
month
?
`
${
month
}
`
:
''
,
month
:
month
?
`
${
month
}
`
:
''
,
monthDay
:
monthDay
?
`
${
monthDay
}
`
:
''
,
monthDay
:
monthDay
?
`
${
monthDay
}
`
:
''
,
days
:
days
?
`
${
days
}
`
:
''
,
days
:
days
?
`
${
days
}
`
:
''
,
taxPoint
:
taxPoint
,
taxPoint
:
+
taxPoint
,
...
rest
...
rest
})),
})),
});
});
...
...
src/pages/member/components/ModifyClassifyDrawer/index.tsx
View file @
e8034817
...
@@ -149,7 +149,7 @@ export interface FormValueType extends Omit<ValueType, ('maxAmount' | 'categorie
...
@@ -149,7 +149,7 @@ export interface FormValueType extends Omit<ValueType, ('maxAmount' | 'categorie
/**
/**
* 税点,只要百分比的分子部分,不要转换为小数
* 税点,只要百分比的分子部分,不要转换为小数
*/
*/
taxPoint
:
string
,
taxPoint
:
number
,
}[],
}[],
}
}
...
...
src/pages/member/memberPrComingClassify/components/ComingClassifyDrawer/index.tsx
View file @
e8034817
...
@@ -145,7 +145,7 @@ interface FormValueType extends Omit<ValueType, ('maxAmount' | 'categories')> {
...
@@ -145,7 +145,7 @@ interface FormValueType extends Omit<ValueType, ('maxAmount' | 'categories')> {
/**
/**
* 税点,只要百分比的分子部分,不要转换为小数
* 税点,只要百分比的分子部分,不要转换为小数
*/
*/
taxPoint
:
string
,
taxPoint
:
number
,
}[],
}[],
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment