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 @@
@@ -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 @@