wangmengwei 1 月之前
父节点
当前提交
5e595e57aa

+ 27 - 23
src/views/project/boxlist.vue

@@ -1,17 +1,17 @@
 <template>
   <div>
     <block v-if="type=='xmgl'">
-      <div class="boxlist" v-for="ite in datalist">
+      <div class="boxlist" v-for="(item,index) in datalist.noticeList" :key="index" v-if='datalist.noticeList.length != 0'>
         <div class="ltop flex ">
             <div class="check">
               <img src="@/assets/images/project/check.png"/>
               <!-- <img src="@/assets/images/project/ncheck.png"/> -->
             </div>
            <div style="display: flex;flex-wrap: wrap;align-items: center;">
-             <div class="tit">智能装备制造项目</div>
-             <div class="txt">项目编号:<span>zs1000</span></div>
-             <div class="txt">投资方:华能新能源科技有限公司</div>
-             <div class="txt">属地政府:某某市经济开发区管委会</div>
+             <div class="tit">{{item.xmmc == null?'暂无数据' : item.xmmc}}</div>
+             <div class="txt">项目编号:<span>{{item.xmbh == null?'暂无数据' : item.xmbh}}</span></div>
+             <div class="txt">投资方:{{item.tzf == null?'暂无数据' : item.tzf}}</div>
+             <div class="txt">属地政府:{{item.sdzf == null?'暂无数据' : item.sdzf}}</div>
            </div>
             <div class="flex1"></div>
             
@@ -20,34 +20,39 @@
           <div class="lboxl">
             <div class="lbtab">
               <div class="tit">实际投资总额</div>
-              <div class="txt">100000 亿元</div>
+              <div class="txt">{{item.sjtzze == null?'暂无数据' : item.sjtzze}} 亿元</div>
             </div>
             <div class="lbtab">
               <div class="tit">固定资产投资额</div>
-              <div class="txt">25000 万元</div>
-            </div>
-            <div class="lbtab ">
-              <div class="tit">投资回收周期</div>
-              <div class="txt ">25000 年</div>
+              <div class="txt">{{item.sjgdzctze == null?'暂无数据' : item.sjgdzctze}} 万元</div>
             </div>
+        			  <div class="lbtab ">
+        			    <div class="tit">投资回收周期</div>
+        			    <div class="txt ">{{item.tzhszq == null?'暂无数据' : item.tzhszq}} 年</div>
+        			  </div>
             <div class="lbtab isno">
               <div class="tit">项目进度</div>
               <div class="txt coa">建设中</div>
             </div>
             
           </div>
-
+                
           <div class="rbox">
-            <div class="tit">签约日期:2025-02-03</div>
-            <div class="tit">投资方联系人:刘安源</div>
-            <div class="tit">联系方式:13804235698</div>
-            <div class="tit">供地面积:150亩</div>
-            <div class="tit">租赁厂房面积:20000平</div>
-            <div class="tit">流转土地面积:0亩</div>
+            <div class="tit">签约日期:{{item.qyrq == null?'暂无数据' : item.qyrq}}</div>
+            <div class="tit">投资方法人:{{item.fddbr == null?'暂无数据' : item.fddbr}}</div>
+            <div class="tit">联系方式:{{item.lxfs == null?'暂无数据' : item.lxfs}}</div>
+            <div class="tit">供地面积:{{item.gdmj == null?'暂无数据' : item.gdmj}}亩</div>
+            <div class="tit">租赁厂房面积:{{item.zlcf == null?'暂无数据' : item.zlcf}}平</div>
+            <div class="tit">流转土地面积:{{item.lztd == null?'暂无数据' : item.lztd}}亩</div>
           </div>
         </div>
       </div>
+	  <div v-if='datalist.noticeList.length == 0'>
+	    <el-empty :image-size="200"></el-empty>
+	  </div>
     </block>
+	
+	
     <block v-if="type=='xmyq'">
       <div class="boxlist" v-for="ite in 5">
         <div class="ltop flex yqtop">
@@ -87,7 +92,6 @@
               <div class="txt coe">6月项目进展未上报</div>
             </div>
           </div>
-
           <div class="rbox">
             <div class="flex1 rboxa">
               <div class="tit">投资方联系人:王敏溪</div>
@@ -95,7 +99,7 @@
               <div class="tit">逾期原因:因土地摘牌延迟,导致后续建设连环延误</div>
             </div>
 
-             <el-button type="success" class="rbtns" plain>催办</el-button>
+             <!-- <el-button type="success" class="rbtns" plain>催办</el-button> -->
           </div>
         </div>
       </div>
@@ -116,17 +120,17 @@ import { number } from 'echarts'
         default: ''
       },
 	  datalist: {
-	    type: Number,
+	    type: Object,
 	    default: null
 	  }
     },
     data() {
       return{
-        nghe:datalist
       }
     },
 	created() {
-		console.log(this.nghe)
+		console.log(8)
+		console.log(this.datalist,this.type,7)
 	}
   }
 </script>

+ 67 - 80
src/views/project/list.vue

@@ -12,47 +12,16 @@
             />
           </el-form-item>
         </el-col>
-        <el-col :span="8">
-          <el-form-item label="投资方" prop="noticeTitle">
-            <el-input
-              v-model="queryParams.noticeTitle"
-              placeholder="输入投资方名称"
-              clearable
-              @keyup.enter.native="handleQuery"
-            />
-          </el-form-item>
-        </el-col>
-        <el-col :span="8">
-          <el-form-item label="属地政府" prop="noticeTitle">
-            <el-input
-              v-model="queryParams.noticeTitle"
-              placeholder="输入属地政府名称"
-              clearable
-              @keyup.enter.native="handleQuery"
-            />
-          </el-form-item>
-        </el-col>
         <el-col :span="8">
           <el-form-item label="创建日期" prop="noticeTitle">
             <el-date-picker
-                  v-model="value1"
+                  v-model="queryParams.value1"
                   type="date"
                   placeholder="年 / 月 / 日">
                 </el-date-picker>
           </el-form-item>
         </el-col>
-        <el-col :span="8">
-          <el-form-item label="审核状态" prop="createBy">
-            <el-select v-model="value" placeholder="选择审核状态">
-                <el-option
-                  v-for="item in options"
-                  :key="item.value"
-                  :label="item.label"
-                  :value="item.value">
-                </el-option>
-              </el-select>
-          </el-form-item>
-        </el-col>
+        
         <!-- <el-col :span="8">
           <el-form-item label="逾期程度" prop="createBy">
             <el-select v-model="value" placeholder="选择建设内容">
@@ -67,11 +36,9 @@
         </el-col> -->
         <el-col :span="8">
           <el-form-item>
-             <div style="padding-left: 20px;">
-               <el-button type="primary" plain size="mini" style="margin-right: 19px;" @click="resetQuery">重置</el-button>
-               <el-button type="primary"  size="mini" @click="handleQuery">检索</el-button>
-             </div>
-           </el-form-item>
+            <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
+            <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
+          </el-form-item>
         </el-col>
       </el-row>
     </el-form>
@@ -112,7 +79,6 @@
                 <span>投产环节(2)
                 </span>
               </div>
-              
               </el-tab-pane>
           </el-tabs>
 
@@ -126,11 +92,12 @@
             <div style="width: 25px;"></div>
             <!-- <el-button type="success"  class="cbbtn"  size="small">一键催办</el-button> -->
             <el-button type="primary" plain   size="small">创建</el-button>
-            <el-button type="success"  class="cbbtn" size="small">审核</el-button>
+            <el-button type="success"  class="cbbtn" size="small" @click="handleExport">导出</el-button>
           </div>
-		  <div class="blist">
-		    <boxlist type="xmgl" :datalist="num"></boxlist>
+		  <div class="blist" >
+		    <boxlist v-if="isgse" type="xmgl" :datalist="liesse"></boxlist>
 		  </div>
+		  
           <Pagination
             v-show="total>0"
             :total="total"
@@ -146,16 +113,14 @@
 
 <script>
 // import { listNotice, getNotice, delNotice, addNotice, updateNotice } from "@/api/system/notice"
+import { listQyxx, getQyxx, delQyxx, addQyxx, updateQyxx } from "@/api/zhaoshang/qyxx"
 import firstInfoForm from "./firstInfoForm"
 import boxlist from "./boxlist.vue"
-  import secondInfoForm from "./secondInfoForm"
-  import thirdInfoForm from "./thirdInfoForm"
-  import fourthInfoForm from "./fourthInfoForm"
 export default {
   name: "Notice",
   dicts: ['sys_notice_status', 'sys_notice_type'],
   components:{
-    boxlist,secondInfoForm,thirdInfoForm,fourthInfoForm
+    boxlist
   },
   data() {
     return {
@@ -171,7 +136,8 @@ export default {
       showSearch: true,
 	  ishsouetan:false,
       // 总条数
-      total: 112,
+      total: 0,
+	  liesse:{},
       // 公告表格数据
       noticeList: [],
       // 弹出层标题
@@ -180,11 +146,11 @@ export default {
       open: false,
       // 查询参数
       queryParams: {
-        pageNum: 1,
-        pageSize: 5,
-        noticeTitle: undefined,
-        createBy: undefined,
-        status: undefined
+       pageNum: 1,
+               pageSize: 10,
+               xmId: null,
+               xmbh: null,
+               xmmc: null,
       },
       // 表单参数
       form: {},
@@ -209,10 +175,11 @@ export default {
             }],
        activeName:'first',
        info:{},
+	   isgse:false
     }
   },
   created() {
-    // this.getList()
+    this.getList()
   },
   computed: {
     dynamicStyle() {
@@ -224,23 +191,32 @@ export default {
     },
   methods: {
     /** 查询公告列表 */
+	
     getList() {
       this.loading = true
-      listNotice(this.queryParams).then(response => {
+	  this.isgse = false
+      listQyxx(this.queryParams).then(response => {
         this.noticeList = response.rows
+		this.liesse.noticeList = response.rows
+		console.log(this.liesse)
         this.total = response.total
+		this.isgse = true
         this.loading = false
       })
     },
     handleClick(){
 	 if(this.activeName == 'first'){
-		 this.num = 5
+		 this.queryParams.progress = 1
+		 this.getList()
 	 }else if(this.activeName == 'second'){
-		 this.num = 4
+		 this.queryParams.progress = 2
+		 this.getList()
 	 }else if(this.activeName == 'third'){
-		 this.num = 3
+		 this.queryParams.progress = 3
+		 this.getList()
 	 }else if(this.activeName == 'fourth'){
-		 this.num = 2
+		 this.queryParams.progress = 4
+		 this.getList()
 	 }
     },
     // 取消按钮
@@ -251,12 +227,20 @@ export default {
     // 表单重置
     reset() {
       this.form = {
-        noticeId: undefined,
-        noticeTitle: undefined,
-        noticeType: undefined,
-        noticeContent: undefined,
-        status: "0"
-      }
+              jsxxId: null,
+              xmId: null,
+              xmbh: null,
+              xmmc: null,
+              beginTime: null,
+              endTime: null,
+              jgTime: null,
+              rtTime: null,
+              createBy: null,
+              createTime: null,
+              updateBy: null,
+              updateTime: null,
+              remark: null
+            }
       this.resetForm("form")
     },
     /** 搜索按钮操作 */
@@ -271,7 +255,7 @@ export default {
     },
     // 多选框选中数据
     handleSelectionChange(selection) {
-      this.ids = selection.map(item => item.noticeId)
+      this.ids = selection.map(item => item.qyxxId)
       this.single = selection.length!=1
       this.multiple = !selection.length
     },
@@ -284,8 +268,8 @@ export default {
     /** 修改按钮操作 */
     handleUpdate(row) {
       this.reset()
-      const noticeId = row.noticeId || this.ids
-      getNotice(noticeId).then(response => {
+      const qyxxId = row.qyxxId || this.ids
+      getNotice(qyxxId).then(response => {
         this.form = response.data
         this.open = true
         this.title = "修改公告"
@@ -295,14 +279,14 @@ export default {
     submitForm: function() {
       this.$refs["form"].validate(valid => {
         if (valid) {
-          if (this.form.noticeId != undefined) {
-            updateNotice(this.form).then(response => {
+          if (this.form.qyxxId != undefined) {
+            updateQyxx(this.form).then(response => {
               this.$modal.msgSuccess("修改成功")
               this.open = false
               this.getList()
             })
           } else {
-            addNotice(this.form).then(response => {
+            addQyxx(this.form).then(response => {
               this.$modal.msgSuccess("新增成功")
               this.open = false
               this.getList()
@@ -313,23 +297,26 @@ export default {
     },
     /** 删除按钮操作 */
     handleDelete(row) {
-      const noticeIds = row.noticeId || this.ids
-      this.$modal.confirm('是否确认删除公告编号为"' + noticeIds + '"的数据项?').then(function() {
-        return delNotice(noticeIds)
-      }).then(() => {
-        this.getList()
-        this.$modal.msgSuccess("删除成功")
-      }).catch(() => {})
-    }
+      const qyxxIds = row.qyxxId || this.ids
+	  delQyxx(qyxxIds).then(response => {
+	    this.$modal.msgSuccess("删除成功")
+	    this.getList()
+	  })
+    },
+	handleExport() {
+	      this.download('zhaoshangV3/qyxx/export', {
+	        ...this.queryParams
+	      }, `qyxx_${new Date().getTime()}.xlsx`)
+	    }
   }
 }
 </script>
 <style scoped lang="scss">
 ::v-deep{
   .secbox{
-    .el-button{padding: 13px 24px;}
+    .el-button{padding: 9px 15px;}
     .el-form-item__label{line-height: 40px;}
-    .el-input__inner{height: 40px;line-height: 40px;}
+    // .el-input__inner{height: 40px;line-height: 40px;}
     // .el-form-item{min-width: 25%;}
   }
   .tabs{

+ 13 - 0
src/views/zhaoshang/Information/fourthInfoForm.vue

@@ -49,6 +49,19 @@
             
           </el-row>
         </div>
+		<div class="ftab flexc" style="padding-top: 7px;">
+		    <div class="line"></div>每月项目建设进展情况
+		</div>
+		  <div class="rowbox" style="width: 100%;overflow: hidden;">
+		      <el-table :max-height="213"show-summary  :data="tableDataa" border style="width: 100%;margin-bottom: 15px;">
+		          <el-table-column align="center" type="index" label="序号"  width="150"></el-table-column>
+		          <el-table-column align="center" prop="fjlx" label="当月累计产值(万元)"  > </el-table-column>
+		          <el-table-column align="center" prop="name" label="当月实缴税收(万元)"  > </el-table-column>
+		          <el-table-column align="center" prop="dx" label="当月累计用电(万千瓦时)"  > </el-table-column>
+		          <el-table-column align="center" prop="time" label="上报时间" >
+		          </el-table-column>
+		        </el-table>
+		  </div>
       </div>
       <div class="fomebox">
         <div class="ftop flexc">

+ 4 - 4
src/views/zhaoshang/Information/index.vue

@@ -21,7 +21,7 @@
                 <div slot="label" class="tab flexc">
                   <img class="tabimg" v-if="activeName=='first'" src="@/assets/images/project/taba_.png"/>
                   <img class="tabimg" v-else src="@/assets/images/project/taba.png"/>
-                  <span>签约环节(6)
+                  <span>签约环节
                   </span>
                 </div>
                 <first-info-form ref="firstInfo" :info="info"></first-info-form>
@@ -30,7 +30,7 @@
                 <div slot="label" class="tab flexc">
                   <img class="tabimg" v-if="activeName=='second'" src="@/assets/images/project/tabb_.png"/>
                   <img class="tabimg" v-else src="@/assets/images/project/tabb.png"/>
-                  <span>开工环节(2)
+                  <span>开工环节
                   </span>
                 </div>
                 <second-info-form ref="secondInfo" :info="info"></second-info-form>
@@ -39,7 +39,7 @@
                 <div slot="label" class="tab flexc">
                   <img class="tabcimg" v-if="activeName=='third'" src="@/assets/images/project/tabc_.png"/>
                   <img class="tabcimg" v-else src="@/assets/images/project/tabc.png"/>
-                  <span>建设环节(5)
+                  <span>建设环节
                   </span>
                 </div>
                 <third-info-form ref="thirdInfo" :info="info"></third-info-form>
@@ -48,7 +48,7 @@
                 <div slot="label" class="tab flexc">
                   <img class="tabdimg" v-if="activeName=='fourth'" src="@/assets/images/project/tabd_.png"/>
                   <img class="tabdimg" v-else src="@/assets/images/project/tabd.png"/>
-                  <span>投产环节(2)
+                  <span>投产环节
                   </span>
                 </div>
                 <fourth-info-form ref="fourthInfo" :info="info"></fourth-info-form>

+ 47 - 49
src/views/zhaoshang/touzf/index.vue

@@ -1,17 +1,16 @@
 <template>
   <div class="app-container">
-    <el-form style="background-color: #fff;border-radius: 4px; padding-top: 10px;" :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="88px">
+    <el-form style="background-color: #fff;border-radius: 4px; padding-top: 20px;" :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="88px">
       <el-form-item label="入库时间" prop="noticeTitle">
-        <el-input
-          v-model="queryParams.noticeTitle"
-          placeholder="请输入公告标题"
-          clearable
-          @keyup.enter.native="handleQuery"
-        />
+        <el-date-picker
+              v-model="queryParams.zczb"
+              type="date"
+              placeholder="选择日期">
+            </el-date-picker>
       </el-form-item>
-      <el-form-item label="投资方名称" prop="createBy">
+      <el-form-item label="投资方名称" prop="tzf">
         <el-input  
-          v-model="queryParams.createBy"
+          v-model="queryParams.tzf"
           placeholder="请输入操作人员"
           clearable
           @keyup.enter.native="handleQuery"
@@ -60,8 +59,8 @@
     </el-row> -->
     <div style="margin-top: 15px;">
 		<div class=" infinite-list" :style="dynamicStyle"  >
-		  <div     :class=" ishsouetan == false? 'imghse hyeg' : 'hyeg'"   style="display: flex;flex-wrap: wrap;justify-content: space-between; " >
-		    <div    :class=" ishsouetan == false? 'box_3dr zuihsoue flex-col' : 'box_3dr  flex-col'"   v-for="(item,index ) in 4" :key="index" >
+		  <div  v-if='noticeList.length !=0'    :class=" ishsouetan == false? 'imghse hyeg' : 'hyeg'"   style="display: flex;flex-wrap: wrap;justify-content: space-between; " >
+		    <div    :class=" ishsouetan == false? 'box_3dr zuihsoue flex-col' : 'box_3dr  flex-col'"   v-for="(item,index ) in noticeList" :key="index" >
 		                  <div :class=" index == 0?'nshge box_4 flex-row' : 'box_4 flex-row'" style="justify-content: space-between;margin: 0;">
 		                    <div  @click="handleSelectionChange(item)" style="display: flex;align-items: center; cursor: pointer;" >
 		                      <img
@@ -76,7 +75,7 @@
 							    src="../../../assets/images/icon_tzfk_mp_qy_blue.png"
 							  	v-else
 							  />
-		                      <span class="text_19">华能新能源科技有限公司</span>
+		                      <span class="text_19">{{item.tzf == null?'暂无数据 ': item.tzf}}</span>
 		                    </div>
 		                    <div>
 		                      <img
@@ -90,23 +89,18 @@
 							  <img
 							    class="image_1"
 							    referrerpolicy="no-referrer"
-							    @click="handleUpdate(item)"
-							    v-hasPermi="['manage:equipmentManage:edit']"
+							  
 							    src="../../../assets/images/icon_tzfk_mp_gx_normal.png"
 								v-else
 							  />
 		                      <img
 		                        class="thumbnail_22"
-		                        @click="handleDelete(item)"
-		                        v-hasPermi="['manage:equipmentManage:remove']"
 		                        referrerpolicy="no-referrer"
 		                         src="../../../assets/images/icon_tzfk_mp_gd_white.png"
 								 v-if="index == 0"
 								 />
 								 <img
 								   class="thumbnail_22"
-								   @click="handleDelete(item)"
-								   v-hasPermi="['manage:equipmentManage:remove']"
 								   referrerpolicy="no-referrer"
 								    src="../../../assets/images/icon_tzfk_mp_gd_black.png"
 									v-else
@@ -114,24 +108,24 @@
 		                    </div>
 		                  </div>
 		                  <div style="padding: 10px;">
-		                    <span class="text_20">联系人:王敏溪 </span>
+		                    <span class="text_20">联系人:{{item.tzflxr == null?'暂无数据 ': item.tzflxr}} </span>
 		                    <div class="box_6 flex-row " style="align-items: center;">
 		                      <span class="text_21">联系方式: </span>
 		                      <div style="margin-left: 12px;">
-		                        15855355431
+		                        {{item.lxfs == null?'暂无数据 ': item.lxfs}}
 		                      </div>
 		                    </div>
 		                    <div class="box_6 flex-row " style=" margin-bottom: 5px; margin-top: 0; align-items: center;">
 		                      <span class="text_21" style="width: 88px;">企业注册时间:</span>
 		                      <div style=" margin-left: 12px; font-weight: 500;font-size: 14px;color: #666666; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-		                           2018 年 7 月 23 日
+		                          {{item.zcrq == null?'暂无数据 ': item.zcrq}}
 		                      </div>
 		                    </div>
 		                    <!-- <span class="text_20">设备地址:192.168.1.1</span> -->
-		                    <span class="text_20" >注册资金:500万元</span>
+		                    <span class="text_20" >注册资金:{{item.zczb == null?'暂无数据 ': item.zczb}}万元</span>
 		                  </div>
 						  <div class="xnhse">
-						  	<div>
+						  	<div v-hasPermi="['zhaoshangV3:tzfk:edit']" @click="handleUpdate(item)">
 						  		<img
 						  		  referrerpolicy="no-referrer"
 						  		   src="../../../assets/images/icon_tzfk_mp_gd_bj.png"/>
@@ -143,9 +137,10 @@
 						  		   src="../../../assets/images/icon_tzfk_mp_gd_ls.png"/>
 						  		   <span>历史投资</span>
 						  	</div>
-						  	<div>
+						  	<div @click="handleDelete(item)" v-hasPermi="['zhaoshangV3:tzfk:remove']">
 						  		<img
 						  		  referrerpolicy="no-referrer"
+								  
 						  		   src="../../../assets/images/icon_tzfk_mp_gd_del.png"/>
 						  		   <span>删除名片</span>
 						  	</div>
@@ -155,9 +150,9 @@
 						
 		
 		  </div>
-		  <!-- <div v-if='equipmentManageList == 0'>
+		  <div v-if='noticeList.length == 0'>
 		    <el-empty :image-size="200"></el-empty>
-		  </div> -->
+		  </div>
 		</div>
 	</div>
     <paginations
@@ -216,8 +211,7 @@
 </template>
 
 <script>
-import { listNotice, getNotice, delNotice, addNotice, updateNotice } from "@/api/system/notice"
-
+import { listTzfk, getTzfk, delTzfk, addTzfk, updateTzfk } from "@/api/zhaoshang/tzfk"
 export default {
   name: "Notice",
   dicts: ['sys_notice_status', 'sys_notice_type'],
@@ -279,7 +273,7 @@ export default {
     /** 查询公告列表 */
     getList() {
       this.loading = true
-      listNotice(this.queryParams).then(response => {
+      listTzfk(this.queryParams).then(response => {
         this.noticeList = response.rows
         this.total = response.total
         this.loading = false
@@ -293,12 +287,18 @@ export default {
     // 表单重置
     reset() {
       this.form = {
-        noticeId: undefined,
-        noticeTitle: undefined,
-        noticeType: undefined,
-        noticeContent: undefined,
-        status: "0"
-      }
+              tzfkId: null,
+              tzf: null,
+              tzflxr: null,
+              lxfs: null,
+              zcrq: null,
+              zczb: null,
+              createBy: null,
+              createTime: null,
+              updateBy: null,
+              updateTime: null,
+              remark: null
+            }
       this.resetForm("form")
     },
     /** 搜索按钮操作 */
@@ -313,7 +313,7 @@ export default {
     },
     // 多选框选中数据
     handleSelectionChange(selection) {
-      this.ids = selection.map(item => item.noticeId)
+      this.ids = selection.map(item => item.tzfkId)
       this.single = selection.length!=1
       this.multiple = !selection.length
     },
@@ -326,25 +326,25 @@ export default {
     /** 修改按钮操作 */
     handleUpdate(row) {
       this.reset()
-      const noticeId = row.noticeId || this.ids
-      getNotice(noticeId).then(response => {
+      const tzfkId = row.tzfkId || this.ids
+      getTzfk(tzfkId).then(response => {
         this.form = response.data
         this.open = true
-        this.title = "修改公告"
+        this.title = "修改信息"
       })
     },
     /** 提交按钮 */
     submitForm: function() {
       this.$refs["form"].validate(valid => {
         if (valid) {
-          if (this.form.noticeId != undefined) {
-            updateNotice(this.form).then(response => {
+          if (this.form.tzfkId != undefined) {
+            updateTzfk(this.form).then(response => {
               this.$modal.msgSuccess("修改成功")
               this.open = false
               this.getList()
             })
           } else {
-            addNotice(this.form).then(response => {
+            addTzfk(this.form).then(response => {
               this.$modal.msgSuccess("新增成功")
               this.open = false
               this.getList()
@@ -355,13 +355,11 @@ export default {
     },
     /** 删除按钮操作 */
     handleDelete(row) {
-      const noticeIds = row.noticeId || this.ids
-      this.$modal.confirm('是否确认删除公告编号为"' + noticeIds + '"的数据项?').then(function() {
-        return delNotice(noticeIds)
-      }).then(() => {
-        this.getList()
-        this.$modal.msgSuccess("删除成功")
-      }).catch(() => {})
+      const tzfkIds = row.tzfkId || this.ids
+	  delTzfk(tzfkIds).then(response => {
+	    this.$modal.msgSuccess("删除成功")
+	    this.getList()
+	  })
     }
   }
 }