From 336afae336122712883e1db07b3b4753ebb8b3ce Mon Sep 17 00:00:00 2001
From: QI_YUJIE <2878090898@qq.com>
Date: Thu, 20 Jun 2024 18:23:40 +0800
Subject: [PATCH] =?UTF-8?q?task=20=E5=9C=9F=E5=9C=B0=E7=A1=AE=E6=9D=83=20?=
=?UTF-8?q?=E6=89=BF=E5=8C=85=E5=9C=B0=E5=9D=97=E5=8A=9F=E8=83=BD=E8=B0=83?=
=?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../contractor/contractorLandDetail.vue | 37 +++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/src/views/contracted/village/contractor/contractorLandDetail.vue b/src/views/contracted/village/contractor/contractorLandDetail.vue
index 88fb0a40..a81402cb 100644
--- a/src/views/contracted/village/contractor/contractorLandDetail.vue
+++ b/src/views/contracted/village/contractor/contractorLandDetail.vue
@@ -30,6 +30,28 @@
+
+
+
+
{
+ this.syqxzOptions = response.data;
+ });
this.getDicts("land_use").then(response => {
this.tdlylxOptions = response.data;
});
@@ -211,6 +239,7 @@
getDetail(){
getCbdkxx(this.$route.params.id).then(response => {
this.form = response.data;
+ this.syqxzText = this.selectDictLabel(this.syqxzOptions, response.data.syqxz);
this.tdlylxText = this.selectDictLabel(this.tdlylxOptions, response.data.tdlylx);
this.dldjText = this.selectDictLabel(this.dldjOptions, response.data.dldj);
this.tdytText = this.selectDictLabel(this.tdytOptions, response.data.tdyt);
@@ -230,6 +259,7 @@
cbfbm: null,
dkbm: null,
dkmc: null,
+ syqxz: null,
tdlylx: null,
dldj: null,
tdyt: null,
@@ -257,6 +287,8 @@
onConfirmLandCodeOptions(value) {
this.form.dkbm = value.dkbm;
this.form.dkmc = value.dkmc;
+ this.form.syqxz = value.syqxz;
+ this.syqxzText = this.selectDictLabel(this.syqxzOptions, value.syqxz);
this.form.tdlylx = value.tdlylx;
this.tdlylxText = this.selectDictLabel(this.tdlylxOptions, value.tdlylx);
this.form.dldj = value.dldj;
@@ -279,6 +311,11 @@
}
this.showLandCode = false;
},
+ onConfirmOwnershipOptions(value){
+ this.form.syqxz = value.dictValue;
+ this.syqxzText = value.dictLabel;
+ this.showOwnership = false;
+ },
onConfirmLandUseTypeOptions(value) {
this.form.tdlylx = value.dictValue;
this.tdlylxText = value.dictLabel;