-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -90,33 +101,44 @@
+
+
-
-
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
-
-
+
@@ -177,6 +199,7 @@
dialogFormVisible: false,
departmentTree: [],
userList: [],
+ typeList: [],
formLabelWidth: '200px',
user: {},
@@ -184,7 +207,7 @@
departmentTable: [{
label: '科室',
width: 80,
- prop: 'plan_department.name',
+ prop: 'name',
sortable: false,
fixed: "left"
},
@@ -213,7 +236,7 @@
}
},
{
- label: '年初预算合计金额(元)',
+ label: '年初预算数(元)',
width: 160,
align: 'right',
sortable: false,
@@ -223,7 +246,7 @@
}
},
{
- label: '调整后预算合计金额(元)',
+ label: '调整后预算数(元)',
width: 160,
align: 'right',
sortable: false,
@@ -243,13 +266,7 @@
}
}
],
- typeTable: [{
- label: '预算类别',
- width: 100,
- prop: 'type_text',
- sortable: false,
- fixed: "left",
- },
+ typeTable: [
{
label: '进展情况',
sortable: false,
@@ -275,7 +292,7 @@
}
},
{
- label: '年初预算合计金额(元)',
+ label: '年初预算数(元)',
width: 160,
align: 'right',
sortable: false,
@@ -285,7 +302,7 @@
}
},
{
- label: '调整后预算合计金额(元)',
+ label: '调整后预算数(元)',
width: 160,
align: 'right',
sortable: false,
@@ -327,7 +344,34 @@
async getStatistic() {
const res = await statistic(this.select)
console.log(res)
- this.statistic = res
+ this.statistic = res;
+ if(res.typeList){
+ var arr=[];
+ for(var i=0;i
-
+
+
+ 付款日期
+
+
+
+
@@ -71,7 +78,10 @@
pageIndex: 1,
year: '',
type: '',
- department: ''
+ department: '',
+ showDatePicker:'',
+ start_created_at:'',
+ end_created_at:''
},
rateTotal: '0%',
moneyTotal: 0,
@@ -124,13 +134,13 @@
{
prop: 'money',
width: 180,
- label: '年初预算金额(元)',
+ label: '年初预算数(元)',
align: 'right'
},
{
prop: 'update_money',
width: 180,
- label: '调整后预算金额(元)',
+ label: '调整后预算数(元)',
align: 'right'
},
{
@@ -165,7 +175,12 @@
]
}
},
- methods: { //合并行
+ methods: { //合并行,
+ //日期选择
+ datePick(e) {
+ this.select.start_created_at = e[0]
+ this.select.end_created_at = e[1]
+ },
objectSpanMethod({
row,
column,
@@ -247,7 +262,8 @@
year: this.select.year,
type: this.select.type,
plan_department_id: this.select.department,
- top_pid: 1
+ top_pid: 1,
+ ...this.select
})
for (var m of res.list.data) {
m.pid_info_name = m.pid_info?.name