From 6524c685a306fa36d95c3418081e35f487cb3d0a Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Fri, 8 Apr 2022 15:58:55 +0800 Subject: [PATCH] zx --- src/styles/antd.less | 13 ++ src/views/Basic/Authority/depend/form.vue | 10 +- .../Basic/Authority/depend/permissions.vue | 58 +++++---- src/views/Basic/Authority/index.vue | 118 ++++++++++-------- src/views/Basic/Employee/depend/config.js | 8 +- .../_inspectionPlan/depend/form.js | 3 +- .../BillManage/_payInfo/depend/config.js | 5 + .../Payment/BillManage/_payInfo/index.vue | 15 ++- src/views/Payment/PayPlan/addBillDrawer.vue | 53 +++++--- src/views/Payment/PayPlan/autoBillDrawer.vue | 49 ++++++-- .../Payment/PayPlan/autoBillPaymentDrawer.vue | 49 ++++++-- src/views/Payment/PayPlan/index.vue | 35 ++++-- .../GoodsManage/_goodsList/depend/config.js | 4 +- 13 files changed, 291 insertions(+), 129 deletions(-) diff --git a/src/styles/antd.less b/src/styles/antd.less index 469f378..68ab312 100644 --- a/src/styles/antd.less +++ b/src/styles/antd.less @@ -58,4 +58,17 @@ .ant-menu-inline-collapsed .ant-menu-submenu-selected .ant-menu-submenu-title{ color: #1990fe !important; +} + +.ant-collapse-content > .ant-collapse-content-box { + padding: 0px !important; +} + +.ant-card { + padding: 8px 2.5px 8px 32px !important; +} +.ant-card-head { + font-weight: 400 !important; + font-size: 16px !important; + line-height: 22px !important; } \ No newline at end of file diff --git a/src/views/Basic/Authority/depend/form.vue b/src/views/Basic/Authority/depend/form.vue index 93836d5..94205a1 100644 --- a/src/views/Basic/Authority/depend/form.vue +++ b/src/views/Basic/Authority/depend/form.vue @@ -36,7 +36,8 @@ export default { show: Boolean, title: String, id: Number, - list:Array + list:Array, + upper: Number }, data() { return { @@ -130,6 +131,13 @@ export default { this.form.id = undefined } }, + }, + upper: { + handler(val) { + if(val) { + this.form.parentId = val + } + } } } }; diff --git a/src/views/Basic/Authority/depend/permissions.vue b/src/views/Basic/Authority/depend/permissions.vue index e520a14..17e5bad 100644 --- a/src/views/Basic/Authority/depend/permissions.vue +++ b/src/views/Basic/Authority/depend/permissions.vue @@ -10,16 +10,18 @@ :key="index" :header="item.name" > -