Browse Source

feat:采购单位类型、行业字段赋值

Signed-off-by: tsz <2417024719@qq.com>
tsz 1 năm trước cách đây
mục cha
commit
cb5fd541a6

+ 4 - 4
src/web/templates/pc/dataExport_sieve.html

@@ -1160,7 +1160,7 @@
               <td>${item.href}</td>
               <td>${item.url}</td>
               <td>${item.projectname}</td>
-              <td>${item.buyerclass}</td>
+              <td>${item.s_topscopeclass}</td>
               <td>${item.projectcode}</td>
               <td>${item.projectscope}</td>
               <td name="money">${moneyFormatForCover(item.budget)}</td>
@@ -1169,7 +1169,7 @@
               <td>${item.bidopentime}</td>
               <td>${item.bidendtime}</td>
               <td>${item.buyer}</td>
-              <td>${item.s_topscopeclass}</td>
+              <td>${item.buyerclass}</td>
               <td name="name">${textFormatForMosaic(item.buyerperson)}</td>
               <td name="phone">${textFormatForMosaic(item.buyertel, true)}</td>
               <td>${item.buyeraddr}</td>
@@ -1244,7 +1244,7 @@
               <td>${item.href}</td>
               <td>${item.url}</td>
               <td>${item.projectname}</td>
-              <td>${item.buyerclass}</td>
+              <td>${item.s_topscopeclass}</td>
               <td>${item.projectcode}</td>
               <td>${item.projectscope}</td>
               <td name="money">${moneyFormatForCover(item.budget)}</td>
@@ -1253,7 +1253,7 @@
               <td>${item.bidopentime}</td>
               <td>${item.bidendtime}</td>
               <td>${item.buyer}</td>
-              <td>${item.s_topscopeclass}</td>
+              <td>${item.buyerclass}</td>
               <td name="name">${textFormatForMosaic(item.buyerperson)}</td>
               <td name="phone">${textFormatForMosaic(item.buyertel, true)}</td>
               <td>${item.buyeraddr}</td>

+ 3 - 3
src/web/templates/pc/previewData.html

@@ -75,7 +75,7 @@
                 >
               </el-table-column>
               <el-table-column
-                prop="s_topscopeclass"
+                prop="buyerclass"
                 width="108"
                 label="采购单位类型"
                 align="center"
@@ -240,7 +240,7 @@
           {width: '116', filed: 'href', title: '公告地址',},
           {width: '123', filed: 'url', title: '剑鱼标讯地址',},
           {width: '136', filed: 'projectname', title: '项目名称',},
-          {width: '160', filed: 'buyerclass', title: '行业',},
+          {width: '160', filed: 's_topscopeclass', title: '行业',},
           {width: '146', filed: 'projectcode', title: '项目编号',},
           {width: '146', filed: 'projectscope', title: '项目范围',},
           {width: '64', filed: 'budget', title: '预算金额(万元)',},
@@ -249,7 +249,7 @@
           {width: '90', filed: 'bidopentime', title: '开标日期',},
           {width: '90', filed: 'bidendtime', title: '投标截止日期',},
           {width: '', filed: '', title: '采购单位信息',},
-          {width: '143', filed: 's_topscopeclass', title: '招标代理机构',},
+          {width: '143', filed: 'agency', title: '招标代理机构',},
           {width: '', filed: '', title: '中标单位信息(来源:招标公告网站)',},
           {width: '', filed: '', title: '中标单位信息(来源:国家企业公示网站)',}
         ]