diff --git a/src/views/agriculturalTrusteeship/login.vue b/src/views/agriculturalTrusteeship/login.vue index 052a5e77..9680e2fd 100644 --- a/src/views/agriculturalTrusteeship/login.vue +++ b/src/views/agriculturalTrusteeship/login.vue @@ -3,15 +3,15 @@
-
+
-
+

大托管服务中心

-

登录注册

+

{{loginType=='mj'?'买家':loginType=='fwzz'?'社会化服务组织':loginType=='bxjg'?'保险机构':loginType=='dkjg'?'贷款机构':loginType=='ndjg'?'农担机构':''}}登录注册

@@ -814,14 +814,16 @@ height: 30PX; justify-content: center; border-radius: 100%; + z-index: 999; } .tit{ font-size: .7rem; color: #334281; text-align: center; position: absolute; - left: 50%; - transform: translateX(-50%); + //left: 50%; + //transform: translateX(-50%); + width: 92%; line-height: 1; p{ &:nth-child(1){ diff --git a/src/views/agriculturalTrusteeship/socialization/projectEdit.vue b/src/views/agriculturalTrusteeship/socialization/projectEdit.vue index 61245012..7d829b97 100644 --- a/src/views/agriculturalTrusteeship/socialization/projectEdit.vue +++ b/src/views/agriculturalTrusteeship/socialization/projectEdit.vue @@ -65,8 +65,29 @@ - - + + + + + @@ -104,7 +125,7 @@ productTypes, commonUpload, supplyDemandEdit, - supplyDemandAdd + supplyDemandAdd, detailList } from "@/api/agriculturalTrusteeship"; export default { name: "agriculturalTrusteeshipSocializationRelease", @@ -134,7 +155,8 @@ value: 'id', children: 'children', }, - publishStatus:'' + publishStatus:'', + detailListOptions:[] }; }, created() { @@ -157,6 +179,11 @@ } this.bodyTypeOptions = response.data; }); + detailList().then(res=>{ + if (res.code == 200) { + this.detailListOptions = res.rows; + } + }) this.getDetail(); }, methods: { @@ -184,8 +211,8 @@ this.showProductType = false; }, onConfirmProjectType(data){ - this.supplyDemand.bodyType = data.value; - this.bodyType = data.text; + this.supplyDemand.entityName = data.entityName; + this.supplyDemand.entityId = data.id; this.showBodyType = false; }, afterReadEvidenceForm(file){ diff --git a/src/views/agriculturalTrusteeship/socialization/release.vue b/src/views/agriculturalTrusteeship/socialization/release.vue index 0459f3bb..209b8dc7 100644 --- a/src/views/agriculturalTrusteeship/socialization/release.vue +++ b/src/views/agriculturalTrusteeship/socialization/release.vue @@ -44,29 +44,31 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + - @@ -125,7 +127,7 @@