From c10b20734f46cc9715ee59611f36b7055e79c8b7 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Thu, 21 Mar 2024 18:10:59 +0800
Subject: [PATCH] 二手交易样式修改,物业缴费修改

---
 src/views/property/propertyCharge.vue                      |   28 ++++++++++++++++++++--------
 src/views/publicSecurity/positionManage/TransactRegist.vue |    1 +
 2 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/src/views/property/propertyCharge.vue b/src/views/property/propertyCharge.vue
index b294b06..3505051 100644
--- a/src/views/property/propertyCharge.vue
+++ b/src/views/property/propertyCharge.vue
@@ -151,7 +151,19 @@
                             trigger: ["blur", "change"]
                         },],
                     },
-
+                    {
+                        label: "时间",
+                        labelWidth: labelWidth,
+                        placeholder: "时间",
+                        prop: "createTime",
+                        addDisplay: false,
+                        editDisplay: false,
+                        rules: [{
+                            required: true,
+                            message: "请选择缴费周期",
+                            trigger: ["blur", "change"]
+                        },],
+                    },
                 ],
             },
             data: [],
@@ -282,13 +294,13 @@
         // },
         beforeOpen (done, type) {
             if (["edit", "view"].includes(type)) {
-                getDetail(this.form.id).then((res) => {
-                    this.form = res.data.data
-                    const column = this.findObject(this.option.column, "principalId")
-                    let arr = []
-                    arr.push(this.form.areaId)
-                    column.defaultExpandedKeys = arr
-                })
+                // getDetail(this.form.id).then((res) => {
+                //     this.form = res.data.data
+                //     const column = this.findObject(this.option.column, "principalId")
+                //     let arr = []
+                //     arr.push(this.form.areaId)
+                //     column.defaultExpandedKeys = arr
+                // })
             }
 
             // //如果当前角色为物业管理员,则默认物业公司为该用户的物业公司
diff --git a/src/views/publicSecurity/positionManage/TransactRegist.vue b/src/views/publicSecurity/positionManage/TransactRegist.vue
index 116857f..e25cfd7 100644
--- a/src/views/publicSecurity/positionManage/TransactRegist.vue
+++ b/src/views/publicSecurity/positionManage/TransactRegist.vue
@@ -312,6 +312,7 @@
               prop: "communityName",
               align: 'center',
               labelWidth: 110,
+              row:true,
             },
             {
               width: 100,

--
Gitblit v1.9.3