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 @@ - + - + - - - + + +
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 @@
-
@@ -577,8 +576,14 @@ export default { getCheckedKeys() { let _this = this let roleMenus = [] - roleMenus = this.$refs.Tree.getCheckedKeys() - + roleMenus = this.$refs.Tree.getCheckedNodes(false, true) + // roleMenus = this.$refs.Tree.getCheckedKeys() + // console.log('已选节点、半选节点node', roleMenus) + const roleMenus_sid = [] + for (var i = 0; i < roleMenus.length; i++) { + roleMenus_sid.push(roleMenus[i].sid) + } + // console.log('已选节点、半选节点sid',roleMenus_sid) // let parentTrue = this.$refs.Tree.getHalfCheckedKeys() // for (let i = 0; i < parentTrue.length; i++) { // for (let j = 0; j < this.chace.length; j++) { @@ -588,7 +593,7 @@ export default { // } // } let params = { - menuSid: roleMenus.toString(), + menuSid: roleMenus_sid.toString(), roleSid: _this.Thisrow.sid } saveorgrolemenus(params).then(res => {