diff --git a/src/router/payment.js b/src/router/payment.js index 40a9112..3668fb7 100644 --- a/src/router/payment.js +++ b/src/router/payment.js @@ -53,6 +53,14 @@ export default [ redirect: '/Payment/ActivityManage', meta: {title: '账单管理'}, children: [ + { + path: '/BillManage/PayInfo', + name: "PayInfo", + title: "账单明细", + hide: false, + component: resolve => require(['@/views/Payment/BillManage/_payInfo'], resolve), + meta: {title: '账单明细'}, + }, { path: '/BillManage/PayList', name: "PayList", diff --git a/src/views/Basic/Authority/depend/permissions.vue b/src/views/Basic/Authority/depend/permissions.vue index 3e0f8fd..21d969c 100644 --- a/src/views/Basic/Authority/depend/permissions.vue +++ b/src/views/Basic/Authority/depend/permissions.vue @@ -31,7 +31,7 @@ class="tree" v-model="checkedKeys" checkable - checkStrictly + :defaultExpandAll="true" :replace-fields="replaceFields" :expanded-keys="expandedKeys" :selected-keys="selectedKeys" @@ -108,6 +108,7 @@ export default { this.roleId = data; FindAllMenus({ roleId: this.roleId }).then((res) => { this.menus = res.data; + console.log(res.data) this.defaultCheck(this.menus); }); } else if (data === undefined) { @@ -138,6 +139,7 @@ export default { this.checkedKeys.push(item.id); } } + console.log(this.checkedKeys) }, onExpand(expandedKeys) { this.expandedKeys = expandedKeys; diff --git a/src/views/Basic/Authority/index.vue b/src/views/Basic/Authority/index.vue index 606aeb8..e7461df 100644 --- a/src/views/Basic/Authority/index.vue +++ b/src/views/Basic/Authority/index.vue @@ -227,6 +227,7 @@ export default { }, success() { this.getData(); + this.getPeople(); }, addClose() { this.add.show = false; @@ -328,6 +329,9 @@ export default { // this.form.roleId = arr.toString() // }, async sendSubmit() { + if(this.form.roleId == ''){ + this.form.roleId = null + }; const res = await assignRoles(this.form); if (res.code === 200) { this.$message.success(res.msg); diff --git a/src/views/Basic/Employee/depend/form.vue b/src/views/Basic/Employee/depend/form.vue index e061194..1d54f58 100644 --- a/src/views/Basic/Employee/depend/form.vue +++ b/src/views/Basic/Employee/depend/form.vue @@ -9,7 +9,7 @@ :rules="rules" :wrapper-col="{ span: 18 }" > -
基本信息
+
基本信息
@@ -92,7 +92,7 @@ >单张最多不超过4M,最多上传2张,支持JPG,PNG格式 -
入职信息
+
入职信息
@@ -141,7 +141,7 @@ 支持上传PNG,JPG,PDF文件 -
联系信息
+
联系信息
@@ -172,7 +172,7 @@ -
其他信息
+
其他信息
@@ -470,3 +470,13 @@ export default { }; + \ No newline at end of file diff --git a/src/views/Basic/Employee/index.vue b/src/views/Basic/Employee/index.vue index a091ddb..9372fbf 100644 --- a/src/views/Basic/Employee/index.vue +++ b/src/views/Basic/Employee/index.vue @@ -3,12 +3,12 @@ - + /> -->
+ 新建分组 -
+
关联信息
- +
diff --git a/src/views/Basic/EstateInfo/_houseHoldInfo/depend/config.js b/src/views/Basic/EstateInfo/_houseHoldInfo/depend/config.js index e9a81bc..5d43cfc 100644 --- a/src/views/Basic/EstateInfo/_houseHoldInfo/depend/config.js +++ b/src/views/Basic/EstateInfo/_houseHoldInfo/depend/config.js @@ -6,14 +6,35 @@ export const columns = [ { title: "住户姓名", dataIndex: "name", + width: 100 }, { title: "住户手机号", dataIndex: "tel", + width: 160 + }, + { + title: "居住房屋", + dataIndex: "build", + scopedSlots: { customRender: "build" }, + width: 380 + }, + { + title: "住户身份", + dataIndex: "ids", + width: 120, + scopedSlots: { customRender: "ids" }, + }, + { + title: "房屋类型", + dataIndex: "type", + width: 120, + scopedSlots: { customRender: "type" }, }, { title: "住户性别", dataIndex: "sex", + width: 120, customRender:function(sex){ switch (sex) { case 1: diff --git a/src/views/Basic/EstateInfo/_houseHoldInfo/index.vue b/src/views/Basic/EstateInfo/_houseHoldInfo/index.vue index 48f104c..7f47954 100644 --- a/src/views/Basic/EstateInfo/_houseHoldInfo/index.vue +++ b/src/views/Basic/EstateInfo/_houseHoldInfo/index.vue @@ -46,6 +46,21 @@ } " > + +
+ {{item.manageBuildingName}}-{{item.manageUnitName}}-{{item.floorLocation}}-{{item.manageEstateName}} +
+
+ + + {{item.identity==3?'租户':1?'业主':2?'业主亲属':'租户亲属'}} + + + +
+ {{item.manageEstateTypeName}} +
+
房屋管理 @@ -431,6 +446,10 @@ export default { this.inform.estateId = undefined; } }, + //切换居住房屋 + handlerBuilding(index) { + console.log(index); + } }, computed: { // 是否选择selection diff --git a/src/views/Basic/WorkOrder/finishDrawer.vue b/src/views/Basic/WorkOrder/finishDrawer.vue index 6d9f3ac..f2beb4b 100644 --- a/src/views/Basic/WorkOrder/finishDrawer.vue +++ b/src/views/Basic/WorkOrder/finishDrawer.vue @@ -60,7 +60,7 @@ 总费用:{{total}} - 添加 + 添加费用