-
- 挂账单位
- {{ record.unitName }}
-
-
- 挂账人
- {{ record.personCredit }}
-
-
- 联系电话
- {{ record.contactMobile }}
-
-
+
+
+
+
+
+
+
-
+
挂账
归还
-
-
+
+
{{ getPayMeth(payList, scope.row.status) }}
-
+
未支付
已支付
@@ -191,24 +186,12 @@
-
+
{{ parseTime(scope.row.payTime) }}
-
-
@@ -426,7 +409,7 @@ export default {
.box-card {
width: 100%;
- height: 91vh;
+ height: 91.5vh;
border-radius: 8px;
// margin-bottom: 15px;
background: #fff;
diff --git a/fuintAdmin/src/views/order/order_Vip.vue b/fuintAdmin/src/views/order/order_Vip.vue
index b73dcb508..fece09105 100644
--- a/fuintAdmin/src/views/order/order_Vip.vue
+++ b/fuintAdmin/src/views/order/order_Vip.vue
@@ -422,7 +422,7 @@ export default {
.box-card {
width: 100%;
- height: 91vh;
+ height: 91.3vh;
border-radius: 8px;
background: #fff;
box-sizing: border-box;
@@ -491,7 +491,7 @@ export default {
.table-box {
width: 100%;
- height: 72vh;
+ height: 76vh;
overflow: auto;
}
diff --git a/fuintAdmin_zt/src/views/Site/components/afterff.vue b/fuintAdmin_zt/src/views/Site/components/afterff.vue
index 64d086dca..1ae3c5e2a 100644
--- a/fuintAdmin_zt/src/views/Site/components/afterff.vue
+++ b/fuintAdmin_zt/src/views/Site/components/afterff.vue
@@ -32,7 +32,8 @@ export default {
}
},
props: {
- deptId: Number
+ deptId: Number,
+ stauts: Boolean
},
created() {
this.getList();
@@ -47,10 +48,13 @@ export default {
})
},
getList() {
-
- getAfterListApi({deptId : this.deptId}).then(res => {
+ if(this.stauts){
+ return
+ }else {
+ getAfterListApi({deptId : this.deptId}).then(res => {
this.tableData = res.data.records
})
+ }
},
getData() {
getALlInfoBydeptIdApi({deptId : this.deptId}).then(res => {
diff --git a/fuintAdmin_zt/src/views/Site/components/before.vue b/fuintAdmin_zt/src/views/Site/components/before.vue
index c1fed6679..ea52db047 100644
--- a/fuintAdmin_zt/src/views/Site/components/before.vue
+++ b/fuintAdmin_zt/src/views/Site/components/before.vue
@@ -38,7 +38,8 @@ export default {
}
},
props: {
- deptId: Number
+ deptId: Number,
+ stauts: Boolean
},
created() {
this.getList()
@@ -52,9 +53,14 @@ export default {
})
},
getList() {
- getBeforeListApi({deptId : this.deptId}).then(res => {
- this.tableData = res.data.records
- })
+
+ if(this.stauts){
+ return
+ }else {
+ getBeforeListApi({deptId : this.deptId}).then(res => {
+ this.tableData = res.data.records
+ })
+ }
},
getData() {
getALlInfoBydeptIdApi({deptId : this.deptId}).then(res => {
@@ -179,10 +185,11 @@ export default {
label="创建人">
新增
diff --git a/fuintAdmin_zt/src/views/Site/components/yearff.vue b/fuintAdmin_zt/src/views/Site/components/yearff.vue
index e9c9b322b..e65f0b2cd 100644
--- a/fuintAdmin_zt/src/views/Site/components/yearff.vue
+++ b/fuintAdmin_zt/src/views/Site/components/yearff.vue
@@ -148,7 +148,7 @@ export default {
label="创建人">
-
+
+
@@ -160,6 +161,7 @@
+
-
+
-
+
@@ -536,8 +538,8 @@
-
-
+
@@ -586,6 +588,8 @@
+