|
|
@@ -13,7 +13,7 @@ |
|
|
<van-field required :rules="[{ required: true }]" v-model="form.industryCode" label="产业编码" placeholder="产业编码" input-align="right" :border="false" :maxlength="20"/> |
|
|
<van-field required :rules="[{ required: true }]" v-model="form.industryCode" label="产业编码" placeholder="产业编码" input-align="right" :border="false" :maxlength="20"/> |
|
|
<van-field required :rules="[{ required: true }]" v-model="form.industryName" label="产业名称" placeholder="产业名称" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field required :rules="[{ required: true }]" v-model="form.industryName" label="产业名称" placeholder="产业名称" input-align="right" :border="false" :maxlength="100"/> |
|
|
|
|
|
|
|
|
<van-field |
|
|
|
|
|
|
|
|
<!-- <van-field |
|
|
readonly |
|
|
readonly |
|
|
clickable |
|
|
clickable |
|
|
label="产业权属" |
|
|
label="产业权属" |
|
|
@@ -34,9 +34,10 @@ |
|
|
@confirm="onConfirmIndustryRights" |
|
|
@confirm="onConfirmIndustryRights" |
|
|
@cancel="showIndustryRights = false" |
|
|
@cancel="showIndustryRights = false" |
|
|
/> |
|
|
/> |
|
|
</van-popup> |
|
|
|
|
|
|
|
|
</van-popup> --> |
|
|
|
|
|
<van-field required :rules="[{ required: true }]" v-model="industryRights" label="产业权属" placeholder="产业权属" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field v-model="form.industryRightsOther" label="其他权属" placeholder="其他权属" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field v-model="form.industryRightsOther" label="其他权属" placeholder="其他权属" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field |
|
|
|
|
|
|
|
|
<!-- <van-field |
|
|
readonly |
|
|
readonly |
|
|
clickable |
|
|
clickable |
|
|
label="产业类型" |
|
|
label="产业类型" |
|
|
@@ -57,10 +58,11 @@ |
|
|
@confirm="onConfirmIndustryType" |
|
|
@confirm="onConfirmIndustryType" |
|
|
@cancel="showIndustryType = false" |
|
|
@cancel="showIndustryType = false" |
|
|
/> |
|
|
/> |
|
|
</van-popup> |
|
|
|
|
|
|
|
|
</van-popup> --> |
|
|
|
|
|
<van-field required :rules="[{ required: true }]" v-model="industryType" label="产业类型" placeholder="产业类型" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field v-model="form.industryTypeOther" label="其他产业" placeholder="其他产业" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field v-model="form.industryTypeOther" label="其他产业" placeholder="其他产业" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field v-model="form.productName" label="主要产品" placeholder="主要产品" required :rules="[{ required: true }]" input-align="right" :border="false" :maxlength="100"/> |
|
|
|
|
|
<van-field |
|
|
|
|
|
|
|
|
<van-field v-model="form.productName" label="主要产品" placeholder="主要产品" required :rules="[{ required: true }]" input-align="right" :border="false" :maxlength="100" type="textarea" autosize/> |
|
|
|
|
|
<!-- <van-field |
|
|
readonly |
|
|
readonly |
|
|
clickable |
|
|
clickable |
|
|
label="占用土地" |
|
|
label="占用土地" |
|
|
@@ -81,9 +83,10 @@ |
|
|
@confirm="onConfirmOccupyLand" |
|
|
@confirm="onConfirmOccupyLand" |
|
|
@cancel="showOccupyLand = false" |
|
|
@cancel="showOccupyLand = false" |
|
|
/> |
|
|
/> |
|
|
</van-popup> |
|
|
|
|
|
<van-field v-model="form.occupyLandArea" label="占地面积" placeholder="占地面积" type="number" input-align="right" :border="false" :maxlength="15"/> |
|
|
|
|
|
<van-field |
|
|
|
|
|
|
|
|
</van-popup> --> |
|
|
|
|
|
<van-field required :rules="[{ required: true }]" v-model="occupyLand" label="占用土地" placeholder="占用土地" input-align="right" :border="false" :maxlength="100"/> |
|
|
|
|
|
<van-field v-model="form.occupyLandArea" label="占地面积(亩)" placeholder="占地面积(亩)" type="number" input-align="right" :border="false" :maxlength="15"/> |
|
|
|
|
|
<!-- <van-field |
|
|
readonly |
|
|
readonly |
|
|
clickable |
|
|
clickable |
|
|
label="占用类型" |
|
|
label="占用类型" |
|
|
@@ -102,9 +105,10 @@ |
|
|
@confirm="onConfirmOccupyLandType" |
|
|
@confirm="onConfirmOccupyLandType" |
|
|
@cancel="showOccupyLandType = false" |
|
|
@cancel="showOccupyLandType = false" |
|
|
/> |
|
|
/> |
|
|
</van-popup> |
|
|
|
|
|
|
|
|
</van-popup> --> |
|
|
|
|
|
<van-field v-model="occupyLandType" label="占用类型" placeholder="占用类型" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field v-model="form.occupyLandTypeOther" label="其他占用" placeholder="其他占用" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field v-model="form.occupyLandTypeOther" label="其他占用" placeholder="其他占用" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field |
|
|
|
|
|
|
|
|
<!-- <van-field |
|
|
readonly |
|
|
readonly |
|
|
clickable |
|
|
clickable |
|
|
label="土地来源" |
|
|
label="土地来源" |
|
|
@@ -123,13 +127,14 @@ |
|
|
@confirm="onConfirmLandSource" |
|
|
@confirm="onConfirmLandSource" |
|
|
@cancel="showLandSource = false" |
|
|
@cancel="showLandSource = false" |
|
|
/> |
|
|
/> |
|
|
</van-popup> |
|
|
|
|
|
|
|
|
</van-popup> --> |
|
|
|
|
|
<van-field v-model="landSource" label="土地来源" placeholder="土地来源" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field v-model="form.landSourceOther" label="其他来源" placeholder="其他来源" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field v-model="form.landSourceOther" label="其他来源" placeholder="其他来源" input-align="right" :border="false" :maxlength="100"/> |
|
|
<van-field v-model="form.investmentAmount" label="产业投资金额" placeholder="产业投资金额" required :rules="[{ required: true }]" type="number" input-align="right" :border="false" :maxlength="15"/> |
|
|
|
|
|
<van-field v-model="form.industryValuation" label="产业估值" placeholder="产业估值" required :rules="[{ required: true }]" type="number" input-align="right" :border="false" :maxlength="15"/> |
|
|
|
|
|
<van-field v-model="form.yearSaleAmount" label="年销售额" placeholder="年销售额" type="number" input-align="right" :border="false" :maxlength="15"/> |
|
|
|
|
|
<van-field v-model="form.yearProfitAmount" label="年利润" placeholder="年利润" type="number" input-align="right" :border="false" :maxlength="15"/> |
|
|
|
|
|
<van-field |
|
|
|
|
|
|
|
|
<van-field v-model="form.investmentAmount" label="产业投资金额(万)" placeholder="产业投资金额(万)" required :rules="[{ required: true }]" type="number" input-align="right" :border="false" :maxlength="15" label-width="120px"/> |
|
|
|
|
|
<van-field v-model="form.industryValuation" label="产业估值(万)" placeholder="产业估值(万)" required :rules="[{ required: true }]" type="number" input-align="right" :border="false" :maxlength="15"/> |
|
|
|
|
|
<van-field v-model="form.yearSaleAmount" label="年销售额(万)" placeholder="年销售额(万)" type="number" input-align="right" :border="false" :maxlength="15"/> |
|
|
|
|
|
<van-field v-model="form.yearProfitAmount" label="年利润(万)" placeholder="年利润(万)" type="number" input-align="right" :border="false" :maxlength="15"/> |
|
|
|
|
|
<!-- <van-field |
|
|
readonly |
|
|
readonly |
|
|
clickable |
|
|
clickable |
|
|
label="有贷款需求" |
|
|
label="有贷款需求" |
|
|
@@ -148,9 +153,10 @@ |
|
|
@confirm="onConfirmIsLoan" |
|
|
@confirm="onConfirmIsLoan" |
|
|
@cancel="showIsLoan = false" |
|
|
@cancel="showIsLoan = false" |
|
|
/> |
|
|
/> |
|
|
</van-popup> |
|
|
|
|
|
<van-field v-model="form.loanAmount" label="计划贷款金额" placeholder="计划贷款金额" type="number" input-align="right" :border="false" :maxlength="15"/> |
|
|
|
|
|
<van-field v-model="form.industryBz" label="备注" placeholder="备注" input-align="right" :border="false" :maxlength="500"/> |
|
|
|
|
|
|
|
|
</van-popup> --> |
|
|
|
|
|
<van-field v-model="isLoan" label="有贷款需求" placeholder="有贷款需求" input-align="right" :border="false" :maxlength="100"/> |
|
|
|
|
|
<van-field v-model="form.loanAmount" label="计划贷款金额(万)" placeholder="计划贷款金额(万)" type="number" input-align="right" :border="false" :maxlength="15" label-width="120px"/> |
|
|
|
|
|
<van-field v-model="form.industryBz" label="备注" placeholder="备注" input-align="right" :border="false" :maxlength="500" type="textarea" autosize/> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</van-form> |
|
|
</van-form> |
|
|
@@ -234,33 +240,33 @@ |
|
|
created() { |
|
|
created() { |
|
|
this.houseGetDicts("sys_yes_no").then((response) => { |
|
|
this.houseGetDicts("sys_yes_no").then((response) => { |
|
|
this.sysYesNoSelect = response.data; |
|
|
this.sysYesNoSelect = response.data; |
|
|
for(var i = 0 ; i < response.data.length ; i++){ |
|
|
|
|
|
this.sysYesNoOptions.push({text:response.data[i].dictLabel,value:response.data[i].dictValue}); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// for(var i = 0 ; i < response.data.length ; i++){ |
|
|
|
|
|
// this.sysYesNoOptions.push({text:response.data[i].dictLabel,value:response.data[i].dictValue}); |
|
|
|
|
|
// } |
|
|
}); |
|
|
}); |
|
|
this.houseGetDicts("industry_rights_type").then((response) => { |
|
|
this.houseGetDicts("industry_rights_type").then((response) => { |
|
|
this.industryRightsSelect = response.data; |
|
|
this.industryRightsSelect = response.data; |
|
|
for(var i = 0 ; i < response.data.length ; i++){ |
|
|
|
|
|
this.industryRightsOptions.push({text:response.data[i].dictLabel,value:response.data[i].dictValue}); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// for(var i = 0 ; i < response.data.length ; i++){ |
|
|
|
|
|
// this.industryRightsOptions.push({text:response.data[i].dictLabel,value:response.data[i].dictValue}); |
|
|
|
|
|
// } |
|
|
}); |
|
|
}); |
|
|
this.houseGetDicts("occupy_land_type").then((response) => { |
|
|
this.houseGetDicts("occupy_land_type").then((response) => { |
|
|
this.occupyLandTypeSelect = response.data; |
|
|
this.occupyLandTypeSelect = response.data; |
|
|
for(var i = 0 ; i < response.data.length ; i++){ |
|
|
|
|
|
this.occupyLandTypeOptions.push({text:response.data[i].dictLabel,value:response.data[i].dictValue}); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// for(var i = 0 ; i < response.data.length ; i++){ |
|
|
|
|
|
// this.occupyLandTypeOptions.push({text:response.data[i].dictLabel,value:response.data[i].dictValue}); |
|
|
|
|
|
// } |
|
|
}); |
|
|
}); |
|
|
this.houseGetDicts("land_source").then((response) => { |
|
|
this.houseGetDicts("land_source").then((response) => { |
|
|
this.landSourceSelect = response.data; |
|
|
this.landSourceSelect = response.data; |
|
|
for(var i = 0 ; i < response.data.length ; i++){ |
|
|
|
|
|
this.landSourceOptions.push({text:response.data[i].dictLabel,value:response.data[i].dictValue}); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// for(var i = 0 ; i < response.data.length ; i++){ |
|
|
|
|
|
// this.landSourceOptions.push({text:response.data[i].dictLabel,value:response.data[i].dictValue}); |
|
|
|
|
|
// } |
|
|
}); |
|
|
}); |
|
|
this.houseGetDicts("purpose_type").then((response) => { |
|
|
this.houseGetDicts("purpose_type").then((response) => { |
|
|
this.industryTypeSelect = response.data; |
|
|
this.industryTypeSelect = response.data; |
|
|
for(var i = 0 ; i < response.data.length ; i++){ |
|
|
|
|
|
this.industryTypeOptions.push({text:response.data[i].dictLabel,value:response.data[i].dictValue}); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// for(var i = 0 ; i < response.data.length ; i++){ |
|
|
|
|
|
// this.industryTypeOptions.push({text:response.data[i].dictLabel,value:response.data[i].dictValue}); |
|
|
|
|
|
// } |
|
|
}); |
|
|
}); |
|
|
this.getDetail(); |
|
|
this.getDetail(); |
|
|
}, |
|
|
}, |
|
|
|