Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
9d209097
Commit
9d209097
authored
Mar 13, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改工作人员管理
parent
33a5a0e6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
59 additions
and
69 deletions
+59
-69
base-manager-ui/admin/src/pages/basicset/workman/components/EditPersonel.vue
...in/src/pages/basicset/workman/components/EditPersonel.vue
+29
-31
base-manager-ui/admin/src/pages/basicset/workman/components/addpersonnel.vue
...in/src/pages/basicset/workman/components/addpersonnel.vue
+29
-37
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
...manager-ui/admin/src/pages/basicset/workman/personnel.vue
+1
-1
No files found.
base-manager-ui/admin/src/pages/basicset/workman/components/EditPersonel.vue
View file @
9d209097
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
cancel-text=
"取消"
cancel-text=
"取消"
width=
"820px"
width=
"820px"
:maskClosable=
"false"
:maskClosable=
"false"
destroyOnClose
>
>
<a-form-model
<a-form-model
:model=
"form"
:model=
"form"
...
@@ -53,31 +54,14 @@
...
@@ -53,31 +54,14 @@
{{
v
.
name
}}
</a-select-option
{{
v
.
name
}}
</a-select-option
>
>
</a-select>
</a-select>
<!--
<a-select
v-model=
"form.deptId"
@
change=
"handleDeptSelect"
placeholder=
"请选择部门"
>
<a-select-option
v-for=
"v in diptData"
:key=
"v.id"
:value=
"v.id"
>
{{
v
.
name
}}
</a-select-option
>
</a-select>
-->
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"星级"
prop=
"starlevel"
>
<a-form-model-item
label=
"经办人Id"
prop=
"operatorId"
>
<a-select
v-model=
"form.starlevel"
placeholder=
"请选择星级"
>
<a-input
v-model=
"form.operatorId"
placeholder=
"请输入经办人Id"
/>
<a-select-option
:value=
"5"
>
5星
</a-select-option>
<a-select-option
:value=
"4"
>
4星
</a-select-option>
<a-select-option
:value=
"3"
>
3星
</a-select-option>
<a-select-option
:value=
"2"
>
2星
</a-select-option>
<a-select-option
:value=
"1"
>
1星
</a-select-option>
</a-select>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<!--
<a-col
:span=
"12"
>
<!--
<a-col
:span=
"12"
>
<a-form-model-item
label=
"所属窗口"
prop=
"windowId"
>
<a-form-model-item
label=
"所属窗口"
prop=
"windowId"
>
<a-select
<a-select
...
@@ -96,18 +80,33 @@
...
@@ -96,18 +80,33 @@
</a-col>
-->
</a-col>
-->
</a-row>
</a-row>
<a-row>
<a-row>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"星级"
prop=
"starlevel"
>
<a-select
allowClear
v-model=
"form.starlevel"
placeholder=
"请选择星级"
>
<a-select-option
:value=
"5"
>
5星
</a-select-option>
<a-select-option
:value=
"4"
>
4星
</a-select-option>
<a-select-option
:value=
"3"
>
3星
</a-select-option>
<a-select-option
:value=
"2"
>
2星
</a-select-option>
<a-select-option
:value=
"1"
>
1星
</a-select-option>
</a-select>
</a-form-model-item>
</a-col>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"职务"
prop=
"userpost"
>
<a-form-model-item
label=
"职务"
prop=
"userpost"
>
<a-input
v-model=
"form.userpost"
placeholder=
"请输入职务"
/>
<a-input
v-model=
"form.userpost"
placeholder=
"请输入职务"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"职称"
prop=
"posttitle"
>
<a-form-model-item
label=
"职称"
prop=
"posttitle"
>
<a-input
v-model=
"form.posttitle"
placeholder=
"请输入职称"
/>
<a-input
v-model=
"form.posttitle"
placeholder=
"请输入职称"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"政治面貌"
prop=
"politicalstatus"
>
<a-form-model-item
label=
"政治面貌"
prop=
"politicalstatus"
>
<a-select
<a-select
...
@@ -140,9 +139,14 @@
...
@@ -140,9 +139,14 @@
</a-select>
</a-select>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"电话"
prop=
"phone"
>
<a-input
v-model=
"form.phone"
placeholder=
"请输入电话"
/>
</a-form-model-item>
</a-col>
</a-row>
</a-row>
<a-row
v-if=
"form.dangyuan === 99"
>
<a-row
v-if=
"form.dangyuan === 99"
>
<
a-col
:span=
"12"
>
</a-col
>
<
!--
<a-col
:span=
"12"
>
</a-col>
--
>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"其他称号"
prop=
"dangyuanext"
>
<a-form-model-item
label=
"其他称号"
prop=
"dangyuanext"
>
<a-input
v-model=
"form.dangyuanext"
placeholder=
"请输入称号"
/>
<a-input
v-model=
"form.dangyuanext"
placeholder=
"请输入称号"
/>
...
@@ -150,18 +154,11 @@
...
@@ -150,18 +154,11 @@
</a-col>
</a-col>
</a-row>
</a-row>
<a-row>
<a-row>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"电话"
prop=
"phone"
>
<a-input
v-model=
"form.phone"
placeholder=
"请输入电话"
/>
</a-form-model-item>
</a-col>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"手机"
prop=
"mobile"
>
<a-form-model-item
label=
"手机"
prop=
"mobile"
>
<a-input
v-model=
"form.mobile"
placeholder=
"请输入手机"
/>
<a-input
v-model=
"form.mobile"
placeholder=
"请输入手机"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"身份证"
prop=
"idCard"
>
<a-form-model-item
label=
"身份证"
prop=
"idCard"
>
<a-input
v-model=
"form.idCard"
placeholder=
"请输入身份证号码"
/>
<a-input
v-model=
"form.idCard"
placeholder=
"请输入身份证号码"
/>
...
@@ -428,6 +425,7 @@ export default {
...
@@ -428,6 +425,7 @@ export default {
duty
:
""
,
// 岗位职责
duty
:
""
,
// 岗位职责
promise
:
""
,
// 服务承诺
promise
:
""
,
// 服务承诺
business
:
""
,
// 办理事项
business
:
""
,
// 办理事项
operatorId
:
""
,
// 经办人id
// modelIds: [], // 模块
// modelIds: [], // 模块
},
},
rules
:
{
rules
:
{
...
@@ -529,7 +527,7 @@ export default {
...
@@ -529,7 +527,7 @@ export default {
},
},
// 关闭对话框
// 关闭对话框
handleClose
()
{
handleClose
()
{
this
.
$refs
.
formData
.
resetFields
();
//
this.$refs.formData.resetFields();
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
Visible
=
false
;
this
.
Visible
=
false
;
},
},
...
...
base-manager-ui/admin/src/pages/basicset/workman/components/addpersonnel.vue
View file @
9d209097
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
cancel-text=
"重置"
cancel-text=
"重置"
width=
"820px"
width=
"820px"
:maskClosable=
"false"
:maskClosable=
"false"
destroyOnClose
>
>
<a-form-model
<a-form-model
:model=
"form"
:model=
"form"
...
@@ -53,37 +54,14 @@
...
@@ -53,37 +54,14 @@
{{
v
.
name
}}
</a-select-option
{{
v
.
name
}}
</a-select-option
>
>
</a-select>
</a-select>
<!--
<a-select
v-model=
"form.deptId"
@
change=
"handleDeptSelect"
allowClear
placeholder=
"请选择部门"
>
<a-select-option
v-for=
"v in diptData"
:key=
"v.id"
:value=
"v.id"
>
{{
v
.
name
}}
</a-select-option
>
</a-select>
-->
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"星级"
prop=
"starlevel"
>
<a-form-model-item
label=
"经办人Id"
prop=
"operatorId"
>
<a-select
<a-input
v-model=
"form.operatorId"
placeholder=
"请输入经办人Id"
/>
allowClear
v-model=
"form.starlevel"
placeholder=
"请选择星级"
>
<a-select-option
:value=
"5"
>
5星
</a-select-option>
<a-select-option
:value=
"4"
>
4星
</a-select-option>
<a-select-option
:value=
"3"
>
3星
</a-select-option>
<a-select-option
:value=
"2"
>
2星
</a-select-option>
<a-select-option
:value=
"1"
>
1星
</a-select-option>
</a-select>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<!--
<a-col
:span=
"12"
>
<!--
<a-col
:span=
"12"
>
<a-form-model-item
label=
"所属窗口"
prop=
"windowId"
>
<a-form-model-item
label=
"所属窗口"
prop=
"windowId"
>
<a-select
<a-select
...
@@ -102,18 +80,33 @@
...
@@ -102,18 +80,33 @@
</a-col>
-->
</a-col>
-->
</a-row>
</a-row>
<a-row>
<a-row>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"星级"
prop=
"starlevel"
>
<a-select
allowClear
v-model=
"form.starlevel"
placeholder=
"请选择星级"
>
<a-select-option
:value=
"5"
>
5星
</a-select-option>
<a-select-option
:value=
"4"
>
4星
</a-select-option>
<a-select-option
:value=
"3"
>
3星
</a-select-option>
<a-select-option
:value=
"2"
>
2星
</a-select-option>
<a-select-option
:value=
"1"
>
1星
</a-select-option>
</a-select>
</a-form-model-item>
</a-col>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"职务"
prop=
"userpost"
>
<a-form-model-item
label=
"职务"
prop=
"userpost"
>
<a-input
v-model=
"form.userpost"
placeholder=
"请输入职务"
/>
<a-input
v-model=
"form.userpost"
placeholder=
"请输入职务"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"职称"
prop=
"posttitle"
>
<a-form-model-item
label=
"职称"
prop=
"posttitle"
>
<a-input
v-model=
"form.posttitle"
placeholder=
"请输入职称"
/>
<a-input
v-model=
"form.posttitle"
placeholder=
"请输入职称"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"政治面貌"
prop=
"politicalstatus"
>
<a-form-model-item
label=
"政治面貌"
prop=
"politicalstatus"
>
<a-select
<a-select
...
@@ -146,9 +139,14 @@
...
@@ -146,9 +139,14 @@
</a-select>
</a-select>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"电话"
prop=
"phone"
>
<a-input
v-model=
"form.phone"
placeholder=
"请输入电话"
/>
</a-form-model-item>
</a-col>
</a-row>
</a-row>
<a-row
v-if=
"form.dangyuan === 99"
>
<a-row
v-if=
"form.dangyuan === 99"
>
<
a-col
:span=
"12"
>
</a-col
>
<
!--
<a-col
:span=
"12"
>
</a-col>
--
>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"其他称号"
prop=
"dangyuanext"
>
<a-form-model-item
label=
"其他称号"
prop=
"dangyuanext"
>
<a-input
v-model=
"form.dangyuanext"
placeholder=
"请输入称号"
/>
<a-input
v-model=
"form.dangyuanext"
placeholder=
"请输入称号"
/>
...
@@ -156,18 +154,11 @@
...
@@ -156,18 +154,11 @@
</a-col>
</a-col>
</a-row>
</a-row>
<a-row>
<a-row>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"电话"
prop=
"phone"
>
<a-input
v-model=
"form.phone"
placeholder=
"请输入电话"
/>
</a-form-model-item>
</a-col>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"手机"
prop=
"mobile"
>
<a-form-model-item
label=
"手机"
prop=
"mobile"
>
<a-input
v-model=
"form.mobile"
placeholder=
"请输入手机"
/>
<a-input
v-model=
"form.mobile"
placeholder=
"请输入手机"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<a-form-model-item
label=
"身份证"
prop=
"idCard"
>
<a-form-model-item
label=
"身份证"
prop=
"idCard"
>
<a-input
v-model=
"form.idCard"
placeholder=
"请输入身份证号码"
/>
<a-input
v-model=
"form.idCard"
placeholder=
"请输入身份证号码"
/>
...
@@ -470,6 +461,7 @@ export default {
...
@@ -470,6 +461,7 @@ export default {
duty
:
""
,
// 岗位职责
duty
:
""
,
// 岗位职责
promise
:
""
,
// 服务承诺
promise
:
""
,
// 服务承诺
business
:
""
,
// 办理事项
business
:
""
,
// 办理事项
operatorId
:
""
,
// 经办人id
// modelIds: [], // 模块
// modelIds: [], // 模块
},
},
rules
:
{
rules
:
{
...
@@ -582,7 +574,7 @@ export default {
...
@@ -582,7 +574,7 @@ export default {
},
},
// 关闭对话框
// 关闭对话框
handleClose
()
{
handleClose
()
{
this
.
$refs
.
formData
.
resetFields
();
//
this.$refs.formData.resetFields();
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
Visible
=
false
;
this
.
Visible
=
false
;
},
},
...
...
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
View file @
9d209097
...
@@ -199,7 +199,7 @@
...
@@ -199,7 +199,7 @@
onChange: handlePagination,
onChange: handlePagination,
onShowSizeChange: showSizeChange,
onShowSizeChange: showSizeChange,
}"
}"
:scroll=
"{ y:
45
0 }"
:scroll=
"{ y:
53
0 }"
:loading=
"loading"
:loading=
"loading"
:columns=
"columns"
:columns=
"columns"
:data-source=
"WorkmanData"
:data-source=
"WorkmanData"
...
...
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