[核销tags样式调整及企业信息完善页面加入经营范围]
This commit is contained in:
@@ -32,6 +32,10 @@
|
|||||||
<uni-icons class="picker-icon" type="arrowdown"></uni-icons>
|
<uni-icons class="picker-icon" type="arrowdown"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="inputs" v-if="is_range">
|
||||||
|
<label>经营范围</label>
|
||||||
|
<textarea :auto-height='true' v-model="range" placeholder="输入经营范围" />
|
||||||
|
</view>
|
||||||
<view class="inputs">
|
<view class="inputs">
|
||||||
<label>法人姓名</label>
|
<label>法人姓名</label>
|
||||||
<input type="text" v-model="corporate" placeholder="输入法人姓名" />
|
<input type="text" v-model="corporate" placeholder="输入法人姓名" />
|
||||||
@@ -93,7 +97,9 @@
|
|||||||
industryIndex: 0,
|
industryIndex: 0,
|
||||||
reason : '',
|
reason : '',
|
||||||
category : [],
|
category : [],
|
||||||
categorys : []
|
categorys : [],
|
||||||
|
range : "",
|
||||||
|
is_range :false,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created(){
|
created(){
|
||||||
@@ -103,6 +109,7 @@
|
|||||||
this.industry = res.industries
|
this.industry = res.industries
|
||||||
this.formType = this.$Route.query.formType
|
this.formType = this.$Route.query.formType
|
||||||
this.name = res.info.name
|
this.name = res.info.name
|
||||||
|
this.is_range = res.is_range
|
||||||
this.industryIndex = res.industries.findIndex(val => val.industry_id === res.info.industry.industry_id) || 0
|
this.industryIndex = res.industries.findIndex(val => val.industry_id === res.info.industry.industry_id) || 0
|
||||||
if(this.formType === 'put'){
|
if(this.formType === 'put'){
|
||||||
appliesInfo().then(formValue => {
|
appliesInfo().then(formValue => {
|
||||||
@@ -159,7 +166,8 @@
|
|||||||
id_card : this.identity,
|
id_card : this.identity,
|
||||||
code : this.org,
|
code : this.org,
|
||||||
industry_id : this.industry[this.industryIndex].industry_id,
|
industry_id : this.industry[this.industryIndex].industry_id,
|
||||||
categories : this.categorys
|
categories : this.categorys,
|
||||||
|
range : this.range
|
||||||
}, method).then(res => {
|
}, method).then(res => {
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title : '提示',
|
title : '提示',
|
||||||
@@ -252,6 +260,8 @@
|
|||||||
padding-left: 200rpx;
|
padding-left: 200rpx;
|
||||||
line-height: 90rpx;
|
line-height: 90rpx;
|
||||||
min-height: 90rpx;
|
min-height: 90rpx;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
label{
|
label{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -259,12 +269,15 @@
|
|||||||
width: 200rpx;
|
width: 200rpx;
|
||||||
font-size: $title-size;
|
font-size: $title-size;
|
||||||
}
|
}
|
||||||
input{
|
input,textarea,picker{
|
||||||
|
flex: 1;
|
||||||
height: 90rpx;
|
height: 90rpx;
|
||||||
line-height: 90rpx;
|
line-height: 90rpx;
|
||||||
font-size: $title-size;
|
font-size: $title-size;
|
||||||
}
|
}
|
||||||
.picker-text{
|
.picker-text{
|
||||||
|
flex: 1;
|
||||||
|
font-size: $title-size;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-right: 90rpx;
|
padding-right: 90rpx;
|
||||||
.picker-icon{
|
.picker-icon{
|
||||||
|
|||||||
@@ -434,7 +434,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
width: 520rpx;
|
width: 500rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
margin-left: 12rpx;
|
margin-left: 12rpx;
|
||||||
|
|||||||
155
unpackage/dist/dev/app-plus/app-service.js
vendored
155
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
100
unpackage/dist/dev/app-plus/app-view.js
vendored
100
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user