发布
-发布
+diff --git a/src/views/agriculturalTrusteeship/index.vue b/src/views/agriculturalTrusteeship/index.vue
index 6d3fa497..52411453 100644
--- a/src/views/agriculturalTrusteeship/index.vue
+++ b/src/views/agriculturalTrusteeship/index.vue
@@ -127,7 +127,7 @@
productList:[],
main_content_right_header_tit:'全套服务',
query:{
- entityId:Cookies.get('ACCESS-SESSION-ID'),
+ entityId:'',
productType:'',
supplyDemandName:''
},
diff --git a/src/views/agriculturalTrusteeship/login.vue b/src/views/agriculturalTrusteeship/login.vue
index a29834bc..40171e56 100644
--- a/src/views/agriculturalTrusteeship/login.vue
+++ b/src/views/agriculturalTrusteeship/login.vue
@@ -100,248 +100,250 @@
提交审核 提交审核
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
发布
-发布
+{{item.dictName}}
{{supplyDemand.contractionName}}
{{item.contractionName}}
¥{{item.unitPrice}}.00/{{item.unit}}
+¥{{item.countMoney}}.00
数量:{{item.serviceNum}} @@ -99,7 +99,7 @@ created() { let query = { parentId : null, - tree:true + tree:false } productTypes(query).then(response => { this.productList = response.data; @@ -123,6 +123,7 @@ res.cropType = this.selectDictLabel(this.cropTypeOptions, res.cropType); res.orderStatus = this.selectDictLabel(this.orderStatusOptions, res.orderStatus); res.productType = this.productList.filter(function (e) { return e.id == res.productType; })[0].dictName; + res.countMoney = res.unitPrice * res.serviceNum; this.supplyDemandList.push(res); } this.supplyDemandList1.push(res); diff --git a/src/views/agriculturalTrusteeship/socialization/projectDetail.vue b/src/views/agriculturalTrusteeship/socialization/projectDetail.vue index b79cfd5c..eb790819 100644 --- a/src/views/agriculturalTrusteeship/socialization/projectDetail.vue +++ b/src/views/agriculturalTrusteeship/socialization/projectDetail.vue @@ -23,7 +23,7 @@
销 {{supplyDemand.orderNum}}分 {{supplyDemand.orderScore}}
{{supplyDemand.supplyDemandName}}
-{{supplyDemand.entityName}}
+{{supplyDemand.entityName}}{{supplyDemand.createTime}}