diff --git a/src/api/zdyf.js b/src/api/zdyf.js index 2c82632..330d625 100644 --- a/src/api/zdyf.js +++ b/src/api/zdyf.js @@ -84,6 +84,13 @@ export function seedCompanyDetail (id) { method: 'GET' }) } +// 种都力量-企业详情 +export function getVegetableOutputListDetail () { + return request({ + url: '/api/resi/partymember/screenenterpriseoutput/yifengScreen/getVegetableOutputListDetail', + method: 'GET' + }) +} // 党组织数量 export function prcCollectionListForGov (params) { @@ -94,3 +101,12 @@ export function prcCollectionListForGov (params) { params }) } +// 党组织数量 +export function getVegetableOutputList (params) { + return request({ + url: '/api/resi/partymember/screenenterpriseoutput/yifengScreen/getVegetableOutputList', + method: 'GET', + data: params, + params + }) +} diff --git a/src/views/next/dialog-module/zdyf-left/yfclz.vue b/src/views/next/dialog-module/zdyf-left/yfclz.vue index 0b9ef1f..e8d7853 100644 --- a/src/views/next/dialog-module/zdyf-left/yfclz.vue +++ b/src/views/next/dialog-module/zdyf-left/yfclz.vue @@ -18,13 +18,13 @@
- {{ item.name }} + {{ item.vegetableCategory }}
@@ -35,16 +35,16 @@ v-for="(item, index) in numList" :key="'item' + index" > -
{{ item.company }}
+
{{ item.placeOrgName }}
- 种植时间:{{ item.zzDate }} + 种植时间:{{ item.growTime }}
- 上市时间:{{ item.ssDate }} + 上市时间:{{ item.marketTime }}
- 产量:{{ item.num }} + 产量:{{ item.output }}
@@ -59,102 +59,75 @@