From 10f1df2abb4f9d7de6e8031c2729684faad24734 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 12 八月 2026 09:30:52 +0800
Subject: [PATCH] Merge branch 'srm-master' of http://116.62.18.175:6699/r/~yxh/opo-web into srm-master
---
src/views/project/tallage/index.vue | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/src/views/project/tallage/index.vue b/src/views/project/tallage/index.vue
index 49c86cd..f15f1b6 100644
--- a/src/views/project/tallage/index.vue
+++ b/src/views/project/tallage/index.vue
@@ -88,7 +88,7 @@
<span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span>
</template>
</el-table-column>
- <el-table-column label="缁忓姙浜�" align="center" prop="username" />
+ <!-- <el-table-column label="缁忓姙浜�" align="center" prop="username" /> -->
<el-table-column
label="鐢宠鍗曞彿"
width="180"
@@ -103,15 +103,19 @@
<el-table-column label="鏄惁绠楃◣" width="180" align="center" prop="istax">
<template slot-scope="scope">
<dict-tag
- :options="dict.type.sys_calculate"
+ :options="dict.type.sys_0_1"
:value="scope.row.istax"
/>
</template>
</el-table-column>
- <el-table-column label="鎬婚噾棰�" align="center" prop="taxamount" />
+ <!-- <el-table-column label="鎬婚噾棰�" align="center" prop="taxamount" /> -->
<el-table-column label="绠楃◣鏃堕棿" align="center" prop="taxedtime" />
- <el-table-column label="浠樻鐘舵��" align="center" prop="isdistribute" />
+ <el-table-column label="浠樻鐘舵��" align="center" prop="isdistribute">
+ <template slot-scope="scope">
+ <span>{{ scope.row.isdistribute == "0" ? "鏈粯娆�" : "宸蹭粯娆�" }}</span>
+ </template>
+ </el-table-column>
<el-table-column label="浠樻鏃ユ湡" align="center" prop="riqi" />
<el-table-column label="鎿嶄綔" width="280" align="center">
<template slot-scope="scope">
@@ -216,7 +220,7 @@
export default {
name: "Donorcharge",
- dicts: ["sys_gathering", "sys_calculate"],
+ dicts: ["Collection_status", "sys_0_1"],
components: {
OrgSelecter
},
@@ -377,7 +381,7 @@
/** 鏂板鎸夐挳鎿嶄綔 */
handleAdd() {
this.$router.push({
- path: "/cost/computingBill",
+ path: "/finance/computingBill",
query: { id: 0, operation: "add" }
});
},
@@ -385,7 +389,7 @@
/** 淇敼鎸夐挳鎿嶄綔 */
handleUpdate(row) {
this.$router.push({
- path: "/cost/computingBill",
+ path: "/finance/computingBill",
query: { id: row.id, operation: "update", data: row }
});
},
@@ -393,7 +397,7 @@
/** 璇︽儏鏌ョ湅鎸夐挳鎿嶄綔 */
handleDetail(row) {
this.$router.push({
- path: "/cost/computingBill",
+ path: "/finance/computingBill",
query: { id: row.id, operation: "detail", data: row }
});
},
--
Gitblit v1.9.3