diff --git a/src/views/agriculturalTrusteeship/buyer/index.vue b/src/views/agriculturalTrusteeship/buyer/index.vue
index 1977f8b0..94f15205 100644
--- a/src/views/agriculturalTrusteeship/buyer/index.vue
+++ b/src/views/agriculturalTrusteeship/buyer/index.vue
@@ -55,7 +55,18 @@
社会化服务产品
-
河东河西村
+
{{deptName}}
+
+
+

@@ -117,7 +128,7 @@
diff --git a/src/views/agriculturalTrusteeship/buyer/placeOrder.vue b/src/views/agriculturalTrusteeship/buyer/placeOrder.vue
index a5c6fa17..2725c8eb 100644
--- a/src/views/agriculturalTrusteeship/buyer/placeOrder.vue
+++ b/src/views/agriculturalTrusteeship/buyer/placeOrder.vue
@@ -188,17 +188,12 @@
});
});
let query = {
- parentId : ''
- }
- let query1 = {
- tree : true
+ parentId : null,
+ tree : false
}
productTypes(query).then(response => {
this.productList = response.data;
});
- productTypes(query1).then(response => {
- this.productList1 = response.data;
- });
this.getDicts("newBusinessEntity_statistics_project").then(response => {
for (var i = 0; i < response.data.length; i++) {
this.projectTypeOptions.push({text: response.data[i].dictLabel, value: response.data[i].dictValue});
@@ -214,7 +209,7 @@
getDetail(){
supplyDemandGet(this.$route.query.id).then(response => {
response.data.bodyType = this.selectDictLabel(this.bodyTypeOptions, response.data.bodyType);
- this.productType = this.productList1.filter(function (e) { return e.id == response.data.productType; })[0].dictName;
+ this.productType = this.productList.filter(function (e) { return e.id == response.data.productType; })[0].dictName;
if (response.data.supplyMasterMap){
var attachement = response.data.supplyMasterMap.split( "," );
response.data.supplyMasterMap = '/api' + attachement[0];
@@ -250,7 +245,7 @@
this.supplyDemand.serviceAddress = this.user.deptName
placeOrder(this.supplyDemand).then(response => {
if(response.code=="200"){
- this.$notify({ type: 'success', message: '发布成功' });
+ this.$notify({ type: 'success', message: '下单成功' });
setTimeout(function(){
history.back(-1);
},2000)
diff --git a/src/views/agriculturalTrusteeship/insurance/insuranceList.vue b/src/views/agriculturalTrusteeship/insurance/insuranceList.vue
index 9d605ac9..18f0e124 100644
--- a/src/views/agriculturalTrusteeship/insurance/insuranceList.vue
+++ b/src/views/agriculturalTrusteeship/insurance/insuranceList.vue
@@ -6,7 +6,18 @@
{{tt}}服务
-
+
+
+
+
@@ -84,7 +95,7 @@
diff --git a/src/views/agriculturalTrusteeship/shop/shopList.vue b/src/views/agriculturalTrusteeship/shop/shopList.vue
index 090c16f3..03673199 100644
--- a/src/views/agriculturalTrusteeship/shop/shopList.vue
+++ b/src/views/agriculturalTrusteeship/shop/shopList.vue
@@ -6,7 +6,18 @@