Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms
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
wuhao
wms
Commits
53684ab4
Commit
53684ab4
authored
Jul 15, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adser
parent
0b55c1ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
fields.js
src/pages/platform/Custom/fields.js
+2
-2
index.jsx
src/pages/platform/Custom/index.jsx
+3
-0
index.jsx
src/pages/platform/Provide/index.jsx
+3
-0
No files found.
src/pages/platform/Custom/fields.js
View file @
53684ab4
...
...
@@ -64,7 +64,7 @@ export default {
allowHalf
:
true
,
},
"status"
:
{
"value"
:
null
,
"value"
:
1
,
"type"
:
"select"
,
"title"
:
"启停状态"
,
"name"
:
[
...
...
@@ -128,7 +128,7 @@ export default {
rules
:
[
{
required
:
false
,
pattern
:
/^
\d{11}
$/
,
pattern
:
/^
(((\d{3,4}
-
)?[
0-9
]{7,8})
|
(
1
(
3|4|5|6|7|8|9
)\d{9}))
$/
,
message
:
'手机号格式不正确'
},
],
...
...
src/pages/platform/Custom/index.jsx
View file @
53684ab4
...
...
@@ -251,6 +251,9 @@ const Deviceprovide = (props) => {
if
(
i
==
"customerUserList"
)
{
defaultFields
[
i
].
value
=
[]
}
if
(
i
==
"status"
)
{
defaultFields
[
i
].
value
=
1
}
}
for
(
let
i
in
extrafields
)
{
extrafields
[
i
].
value
=
null
;
...
...
src/pages/platform/Provide/index.jsx
View file @
53684ab4
...
...
@@ -253,6 +253,9 @@ const Deviceprovide = (props) => {
if
(
i
==
"supplierUserList"
)
{
defaultFields
[
i
].
value
=
[]
}
if
(
i
==
"status"
)
{
defaultFields
[
i
].
value
=
1
}
}
for
(
let
i
in
extrafields
)
{
extrafields
[
i
].
value
=
null
;
...
...
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