From 47f10bb9b7884e58a9feeb3fb26a0dbe08007b25 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com>
Date: Wed, 28 Dec 2022 17:02:48 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=89=98=E7=AE=A1=E9=97=AE=E9=A2=98?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../agriculturalTrusteeship/buyer/index.vue | 41 ++++++++++++++--
.../buyer/placeOrder.vue | 13 ++---
.../insurance/insuranceList.vue | 47 +++++++++++++++++--
.../agriculturalTrusteeship/shop/shopList.vue | 41 ++++++++++++++--
.../socialization/projectEdit.vue | 24 +++++-----
.../socialization/release.vue | 2 +-
.../society/societyList.vue | 45 ++++++++++++++++--
7 files changed, 178 insertions(+), 35 deletions(-)
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 @@