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
75f1683c
Commit
75f1683c
authored
Dec 28, 2020
by
Sixiang_Zzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加服务商错误提示修改
parent
58c7aac0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ServiceProvider.ts
src/models/ServiceProvider.ts
+4
-4
Users.tsx
src/pages/UserManagement/LIFEUserManagement/Users.tsx
+2
-2
No files found.
src/models/ServiceProvider.ts
View file @
75f1683c
...
@@ -64,8 +64,8 @@ export default {
...
@@ -64,8 +64,8 @@ export default {
yield
put
({
type
:
"returnCurData"
,
CurData
});
yield
put
({
type
:
"returnCurData"
,
CurData
});
// message.error("Service scope selection error!!!")
// message.error("Service scope selection error!!!")
Modal
.
error
({
Modal
.
error
({
title
:
'Service s
cope s
election error'
,
title
:
'Service selection error'
,
content
:
'
Accounting service / security service provider is a single option!!
!'
,
content
:
'
No multiple selection are not allowed once Accounting or Security server is being selected
!'
,
});
});
return
;
return
;
}
}
...
@@ -75,8 +75,8 @@ export default {
...
@@ -75,8 +75,8 @@ export default {
let
CurData
:
Boolean
=
false
;
let
CurData
:
Boolean
=
false
;
yield
put
({
type
:
"returnCurData"
,
CurData
});
yield
put
({
type
:
"returnCurData"
,
CurData
});
Modal
.
error
({
Modal
.
error
({
title
:
'
Community
selection error'
,
title
:
'
Service
selection error'
,
content
:
'
You cannot select a community that already has a scope of service!!
!'
,
content
:
'
The community selected has been assigned to other Accounting or Security service provider. Please select again
!'
,
});
});
return
;
return
;
}
}
...
...
src/pages/UserManagement/LIFEUserManagement/Users.tsx
View file @
75f1683c
...
@@ -95,8 +95,8 @@ const Users = (props: any) => {
...
@@ -95,8 +95,8 @@ const Users = (props: any) => {
const
propsUpload
=
{
const
propsUpload
=
{
name
:
'file'
,
name
:
'file'
,
action
:
()
=>
{
action
:
()
=>
{
// return 'http://47.74.233.180:8651/tos/excel/upload?userId=' + getCookie('id')
;
return
'http://47.74.233.180:8651/tos/excel/upload?userId='
+
id
;
return
'http://192.168.1.28:8651/tos/excel/upload?userId='
+
id
;
//
return 'http://192.168.1.28:8651/tos/excel/upload?userId=' + id;
},
},
beforeUpload
:
(
file
:
any
)
=>
{
beforeUpload
:
(
file
:
any
)
=>
{
if
(
file
.
type
!==
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
)
{
if
(
file
.
type
!==
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
)
{
...
...
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