Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-enterprise-people-recruitment-h5
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
彭佳妮(贵阳日报)
mp-enterprise-people-recruitment-h5
Commits
d6be21f2
Commit
d6be21f2
authored
Nov 29, 2024
by
李明环(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
20d4e1e5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
step2.vue
src/pages/recommend/releasePostion/step2.vue
+1
-1
step4.vue
src/pages/recommend/releasePostion/step4.vue
+1
-1
step5.vue
src/pages/recommend/releasePostion/step5.vue
+1
-1
store.js
src/pages/recommend/releasePostion/store.js
+2
-0
utils.js
src/utils/utils.js
+1
-1
No files found.
src/pages/recommend/releasePostion/step2.vue
View file @
d6be21f2
...
...
@@ -249,7 +249,7 @@ const next = () => {
if
(
pinias
.
formData
.
negotiableSalary
==
0
)
{
if
(
!
(
pinias
.
formData
.
maxSalary
&&
pinias
.
formData
.
minSalary
))
{
xma
.
showToast
({
title
:
"请
输
选择岗位薪资"
,
title
:
"请选择岗位薪资"
,
icon
:
"none"
});
return
;
...
...
src/pages/recommend/releasePostion/step4.vue
View file @
d6be21f2
...
...
@@ -328,7 +328,7 @@ const initViewData = async () => {
majorSelectValue
.
value
=
majorSelectValue1
;
certificateInputValue
.
value
=
certificateInputValue1
;
certificateSelectValue
.
value
=
certificateSelectValue1
;
majorText
.
value
=
pinias
.
formData
.
majorRequirement
?.
split
(
"-"
)[
1
]
||
""
;
majorText
.
value
=
pinias
.
formData
.
majorRequirement
?.
split
(
"-"
)[
1
]
||
"
不限
"
;
};
initViewData
();
...
...
src/pages/recommend/releasePostion/step5.vue
View file @
d6be21f2
...
...
@@ -50,7 +50,7 @@ import { useReleasePostionStore } from "./store";
const
pinias
=
useReleasePostionStore
();
import
{
validateForm
}
from
"@/utils/utils"
;
const
submit
=
()
=>
{
if
(
!
validateForm
(
pinias
.
formData
,
[
"
n
umber"
,
"contactPhone"
,
"contactPerson"
],
"post"
))
{
if
(
!
validateForm
(
pinias
.
formData
,
[
"
recruitmentN
umber"
,
"contactPhone"
,
"contactPerson"
],
"post"
))
{
return
;
}
xma
.
hideKeyboard
();
...
...
src/pages/recommend/releasePostion/store.js
View file @
d6be21f2
...
...
@@ -36,6 +36,7 @@ export const useReleasePostionStore = defineStore("useReleasePostionStore", () =
jobTypeId
:
null
,
jobTypePid
:
""
,
jobTypeName
:
""
,
positionDesc
:
""
,
postitDesc
:
""
,
negotiableSalary
:
0
,
settlementType
:
4
,
...
...
@@ -73,6 +74,7 @@ export const useReleasePostionStore = defineStore("useReleasePostionStore", () =
jobTypePid
:
""
,
jobTypeName
:
""
,
postitDesc
:
""
,
positionDesc
:
""
,
negotiableSalary
:
0
,
settlementType
:
4
,
minSalary
:
null
,
...
...
src/utils/utils.js
View file @
d6be21f2
...
...
@@ -92,7 +92,7 @@ export const validateForm = (formData, requiredFields, type) => {
identityRequirement
:
"身份"
,
educationRequirement
:
"学历"
,
maxAgeRequirement
:
"年龄"
,
n
umber
:
"招聘人数"
,
recruitmentN
umber
:
"招聘人数"
,
contactPerson
:
"联系人"
,
jobType
:
"职位类型"
,
position
:
"职位"
,
...
...
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