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