采购意向公开计划时间 :
@@ -343,6 +377,9 @@ export default {
department_id: this.$store.state.user.info?.department_id,
content: "",
plan_money: "",
+ year:"",
+ is_face_small:0,
+ is_conserve:0,
public_plane_date: "",
public_act_date: "",
invite_plane_date: "",
@@ -413,7 +450,9 @@ export default {
async getDetail() {
const res = await show({ id: this.id });
+
this.$integrateData(this.form, res);
+ this.form.year = res.year+"";
},
submit() {
diff --git a/src/views/statisticalReport/govProcure.vue b/src/views/statisticalReport/govProcure.vue
index 4f678a8..08f8302 100644
--- a/src/views/statisticalReport/govProcure.vue
+++ b/src/views/statisticalReport/govProcure.vue
@@ -7,6 +7,13 @@
>
+
+ 年份
+
+ select.year = e">
+
科室
{
+ return value
+ ? "是"
+ : "否";
+ },
+ },
+ {
+ prop: "is_conserve",
+ label: "是否采购节能产品、环境标志产品",
+ width: 190,
+ formatter: (cell, data, value) => {
+ return value
+ ? "是"
+ : "否";
+ },
+ },
{
label: '完成情况',
width: 160,
@@ -287,6 +322,7 @@ export default {
created() {
this.getDepartment();
this.getList();
+ this.select.year = this.$moment().format("YYYY");
},
beforeRouteEnter(to, from, next) {
let type = to.path.split("_")[1];