diff --git a/jsowell-ui/src/views/financial/financeDetail.vue b/jsowell-ui/src/views/financial/financeDetail.vue index c05636bd8..52695fcea 100644 --- a/jsowell-ui/src/views/financial/financeDetail.vue +++ b/jsowell-ui/src/views/financial/financeDetail.vue @@ -1,6 +1,6 @@ @@ -424,10 +301,8 @@ export default { if (code == null) { return ""; } - // if (code === undefined) return; const bankList = text.bankList; let arr = bankList.find((item) => item.bankCode === code); - // console.log("银行编码对应的银行名称 arr", arr); if (arr.bankName != null) { this.bankName = arr.bankName; } @@ -480,7 +355,6 @@ export default { this.orderList = res.rows; this.orderTotal = res.total; this.orderLoading = false; - // console.log("this.orderTotal", this.orderTotal); }); }, // 弹层关闭之前执行的事情 @@ -504,7 +378,6 @@ export default { getList() { console.log("queryParams", this.queryParams); getMerchantOrderReport(this.reportQueryParams).then((response) => { - // console.log("查询报表", reportList, merchantOrderReport); console.log("getMerchantOrderReport", response); if (response.data) { this.merchantOrderReport = response.data.merchantOrderReport; @@ -536,7 +409,7 @@ export default { }); this.dialogVisible = false; }) - .catch((_) => {}); + .catch((_) => { }); }, // 点击提交按钮 submit() { @@ -577,6 +450,9 @@ export default { this.reportQueryParams.endTime = end; this.getList(); }, + already() { + this.recordDialog = true + } }, created() { this.defaultDate(); @@ -590,58 +466,83 @@ export default { .color60 { color: #606266; } + .center { display: flex; align-content: center; margin-top: 30px; } + .margin-20 { margin: 20px 0; font-size: 20px; } + .font-13 { font-size: 13px; } + .header { + display: flex; + align-items: center; +} + +.header-cont { display: flex; justify-content: space-between; align-items: center; } + .header-txt { font-size: 24px; } + .text { font-size: 12px; color: red; } + .foot1 { - width: 25%; + width: 20%; margin-top: 10px; - // .el-descriptions__body .el-descriptions__table { - // width: 0 !important; - // } + + ::v-deep .el-descriptions-item__label { + width: 80px; + margin-right: 0; + } } + .foot2 { margin-left: 10px; margin-right: 10px; - width: 200px; + width: 450px; + + ::v-deep .el-descriptions-item__label { + width: 105px; + margin-right: 0; + } } + .foot3 { - width: 200px; + width: 400px; margin-right: 10px; + + ::v-deep .el-descriptions-item__label { + width: 108px; + margin-right: 0; + } } + .foot4 { display: inline-block; - // flex: 1; - // display: flex; - // justify-content: space-between; - // margin-left: 50px; } + .margin-right { - width: 180px; - margin-right: 10px; + width: 500px; + // margin-right: 50px; text-align: center; } + .color { color: #000; font-weight: bolder;