Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TOSTUMI
Project
Project
Details
Activity
Releases
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
Maple
TOSTUMI
Commits
bca25418
Commit
bca25418
authored
Oct 26, 2020
by
Sixiang_Zzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交冲突
parent
4ef109a0
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
31 deletions
+24
-31
ChargeDetail.tsx
src/pages/PropertyManagement/ChargeDetail.tsx
+1
-1
UsersAdd.tsx
src/pages/UserManagement/LIFEUserManagement/UsersAdd.tsx
+8
-6
UsersAddInput.css
...pages/UserManagement/LIFEUserManagement/UsersAddInput.css
+2
-2
ServiceProviderManagement.tsx
...t/ServiceProviderManagement/ServiceProviderManagement.tsx
+1
-7
index.tsx
src/pages/user/login/index.tsx
+12
-15
~$S WEB端 接口文档(word) .docx
项目文档/~$S WEB端 接口文档(word) .docx
+0
-0
No files found.
src/pages/PropertyManagement/ChargeDetail.tsx
View file @
bca25418
...
...
@@ -66,7 +66,7 @@ const ChargeDetail = (props: any) => {
<
Pagination
simple
defaultCurrent=
{
curpage
}
total=
{
pages
*
10
}
onChange=
{
pageChange
}
/>
</
div
>
<>
<
Tooltip
title=
{
scale
==
1.3
?
'点击放大查看'
+
CurData
.
billFileUrl
:
'还原视图'
}
>
<
Tooltip
title=
{
scale
==
1.3
?
'点击放大查看'
:
'还原视图'
}
>
<
div
className=
{
scale
==
1.3
?
styles
.
box3out
:
null
}
>
<
div
className=
{
scale
==
1.3
?
styles
.
box3
:
styles
.
box3of
}
onClick=
{
lookup
}
>
<
PDF
...
...
src/pages/UserManagement/LIFEUserManagement/UsersAdd.tsx
View file @
bca25418
...
...
@@ -10,7 +10,7 @@ import SearchOptionsCommnity from '../../../components/SearchOptions/SearchOptio
import
{
checkParam
,
RA
}
from
'../../../utils/method'
import
{
validateMessages
}
from
'@/utils/params'
;
import
"./UsersAddInput.less"
//
import "./UsersAddInput.less"
const
module
=
"User"
...
...
@@ -22,8 +22,9 @@ const UsersAdd = (props: any) => {
const
formRef
=
useRef
(
null
as
any
);
const
[
loading
,
setLoading
]
=
useState
(
false
)
const
onFinish
=
(
values
:
any
)
=>
{
const
onFinish
=
(
values
:
any
)
=>
{
console
.
log
(
values
)
if
(
postman
.
extend
!=
null
)
{
values
.
communityName
=
postman
.
extend
}
else
{
...
...
@@ -57,6 +58,7 @@ const UsersAdd = (props: any) => {
},
[
communityInfo
])
const
checkData
=
(
rule
:
any
,
value
:
any
,
callback
:
any
)
=>
{
console
.
log
(
rule
,
value
)
if
(
value
)
{
if
(
/^
[
a-zA-Z0-9
]
+$/g
.
test
(
value
))
{
callback
();
...
...
src/pages/UserManagement/LIFEUserManagement/UsersAddInput.css
View file @
bca25418
.box2item3___3VsZz
.ant-form-item-explain
{
/*
.box2item3___3VsZz .ant-form-item-explain {
margin-left: -80px;
}
.box2item5___2AZ2K .ant-form-item-explain {
...
...
@@ -9,4 +9,4 @@
}
.box2item7___ePaor .ant-form-item-explain {
margin-left: -30px;
}
}
*/
src/pages/UserManagement/ServiceProviderManagement/ServiceProviderManagement.tsx
View file @
bca25418
...
...
@@ -108,22 +108,16 @@ const ServiceProviderManagement = (props: any) => {
},
[
Data
])
useEffect
(()
=>
{
//分页设置
// if (location.query.pageNum != null) {
// setPageNum(parseInt(location.query.pageNum))
// } else {
// }
setPageNum
(
1
)
setLoading
(
true
)
//获取数据
TosTosServiceProviderGet
({
...
location
.
query
,
serviceCommunityList
:
(
testData
===
null
||
testData
.
length
===
0
)
?
CommunityList
:
testData
,
pageNum
:
1
})
},
[
location
])
const
CallBackTitleSearch
=
(
comment
:
any
)
=>
{
...
...
src/pages/user/login/index.tsx
View file @
bca25418
...
...
@@ -32,9 +32,6 @@ const Login: React.FC<LoginProps> = (props) => {
const
handleSubmit
=
(
values
:
LoginParamsType
)
=>
{
const
{
dispatch
}
=
props
;
console
.
log
({
...
values
,
type
,
userName
,
password
});
console
.
log
(
props
);
console
.
log
(
dispatch
,
'dispatch'
);
dispatch
({
type
:
'login/login'
,
payload
:
{
userName
,
password
},
...
...
项目文档/~$S WEB端 接口文档(word) .docx
0 → 100644
View file @
bca25418
File added
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