发布
-发布
+From 1dcd24652b3ad02d9ae90970cd17ed087d522436 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 11:01:27 +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
---
src/views/agriculturalTrusteeship/index.vue | 2 +-
src/views/agriculturalTrusteeship/login.vue | 482 +++++++++---------
.../agriculturalTrusteeship/shop/shopEdit.vue | 24 +-
.../socialization/bill.vue | 30 +-
.../socialization/billOrder.vue | 24 +-
.../socialization/draft.vue | 2 +-
.../socialization/index.vue | 5 +-
.../socialization/projectDetail.vue | 9 +-
.../socialization/projectEdit.vue | 6 +-
.../socialization/release.vue | 21 +-
10 files changed, 315 insertions(+), 290 deletions(-)
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}}