From 2947a7c6dfa908c561e41897a33589a6a1bca68c Mon Sep 17 00:00:00 2001
From: Zhao Qiqi <1287235164@qq.com>
Date: Wed, 22 Jun 2022 13:48:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B96.21=E6=B5=8B=E8=AF=95?=
=?UTF-8?q?=E9=97=AE=E9=A2=98--=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=8E=88=E6=9D=83=EF=BC=8C=E5=91=98=E5=B7=A5?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=E6=A0=B7=E5=BC=8F=E3=80=81=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E5=9B=9E=E6=98=BE=E7=B1=8D=E8=B4=AF=EF=BC=8C=E4=BE=9B=E5=BA=94?=
=?UTF-8?q?=E9=93=BE=E8=BD=A6=E5=9E=8B=E9=85=8D=E7=BD=AE=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/sysstaffinfo/yuangongInfo.vue | 115 +++++++++++++-----
.../src/views/sysstaffinfo/yuangongguanli.vue | 10 +-
.../chexingpeizhi/changyongpeizhiAdd.vue | 20 +--
.../views/RoleAdminister/RoleAdminister.vue | 13 +-
4 files changed, 110 insertions(+), 48 deletions(-)
diff --git a/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongInfo.vue b/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongInfo.vue
index 9ced066a3e..9be2fe7653 100644
--- a/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongInfo.vue
+++ b/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongInfo.vue
@@ -181,7 +181,7 @@
- {{ temp.province + temp.city + temp.county }}
+ {{ temp.province + temp.city + temp.county + temp.nativePlace}}
@@ -189,12 +189,14 @@
更多信息
-
- *员工类型
-
+
+ *员工类型
+
+
+
- {{temp.personType}}
+ {{ temp.personType }}
@@ -205,22 +207,24 @@
{{temp.sysStaffOrg.orgName}}
-
+
*岗位
-
+
- {{temp.sysStaffPost.name}}
+ {{ temp.sysStaffPost.name }}
-
- *入职日期
-
+
+ *入职日期
+
+
+
- {{temp.joinCompnyDate}}
+ {{ temp.joinCompnyDate }}
@@ -231,22 +235,24 @@
{{temp.probPeriod}}
-
+
计划转正日期
-
+
{{temp.plannedConfirmDate}}
-
- 实际转正日期
-
+
+ 实际转正日期
+
+
+
- {{temp.confirmationDate}}
+ {{temp.confirmationDate}}
@@ -257,10 +263,10 @@
{{temp.openBank}}
-
+
银行账号
-
+
{{temp.bankCardNo}}
@@ -268,14 +274,14 @@
-
-
- 身份证(人像面)
-
-
+
+ 身份证(人像面)
+
+
+
-
+
@@ -288,12 +294,12 @@
-
+
- 前公司离职证明
+ 前公司离职证明
-
+
@@ -483,6 +489,27 @@
+
+
+
+ 合同起止日期
+
+
+
+ {{temp.contractStartDate}}
+
+
+
+ 合同结束日期
+
+
+
+ {{temp.contractEndDate}}
+
+
+
@@ -544,7 +571,13 @@ export default {
},
methods: {
handleReturn() {
- this.temp = {}
+ this.temp = {
+ sid: '', // 一条数据的sid
+ sysStaffOrg: {
+ orgName: ''
+ }, // 部门信息
+ sysStaffPost: {} // 岗位信息
+ }
this.$emit('doback')
},
showInfo(sid, row) {
@@ -613,4 +646,26 @@ export default {
.spe_style02 {
text-align: left;
}
+
+.span-sty {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ line-height: 50px;
+ text-align: right;
+ font-size: 14px;
+ color: #606266;
+ font-weight: 600;
+ width: 110px;
+ padding-right: 5px;
+ border-right: 1px solid #e0e3eb;
+}
+
+.addinputw02 {
+ padding: 5px 0;
+ width: 60% !important;
+ margin-left: 110px !important;
+ /*line-height: 48px;*/
+}
diff --git a/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue b/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue
index 591412ea18..19376970b2 100644
--- a/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue
+++ b/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue
@@ -57,16 +57,16 @@
-
+
{{ scope.row.jobNumber }}
-
+
-
-
-
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue
index 31cd89780e..68014a696f 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue
@@ -28,7 +28,7 @@
- 缓速器
+ 缓速器
@@ -40,7 +40,7 @@
- 后视镜
+ 后视镜
@@ -52,7 +52,7 @@
- 轮胎
+ 轮胎
@@ -70,7 +70,7 @@
-
+
@@ -132,7 +132,7 @@
-
+
@@ -194,7 +194,7 @@
-
+
@@ -256,7 +256,7 @@
-
+
@@ -1028,8 +1028,10 @@ export default {
}
.addinputw {
- /*width: 75% !important;*/
- /*display: inline-block;*/
+ width: 60% !important;
+}
+.addinputw02{
+ width: 52% !important;
}
diff --git a/anrui-system-ui/src/views/RoleAdminister/RoleAdminister.vue b/anrui-system-ui/src/views/RoleAdminister/RoleAdminister.vue
index 51fd2df3e6..c80d6ad93b 100644
--- a/anrui-system-ui/src/views/RoleAdminister/RoleAdminister.vue
+++ b/anrui-system-ui/src/views/RoleAdminister/RoleAdminister.vue
@@ -2,7 +2,6 @@