Просмотр исходного кода

车辆信息上传添加道路许可证及许可证编号

master
bjfight 3 недель назад
Родитель
Сommit
e09657f414
1 измененных файлов: 40 добавлений и 11 удалений
  1. 40
    11
      subpackage/orders/car-release.vue

+ 40
- 11
subpackage/orders/car-release.vue Просмотреть файл

@@ -66,7 +66,7 @@
</radio-group>
</view>
<!-- 货车 牵引车 需要传道路运输许可证-->
<view class="picture-wrapper" v-if="state.form.vanType==2 && state.form.tractorSign==1"
<!-- <view class="picture-wrapper" v-if="state.form.vanType==2 && state.form.tractorSign==1"
@click="cardFileImageUpdate(2)">
<view class="bg">
<view class="">
@@ -83,12 +83,12 @@
<image v-else class="icon" :src="imgPathMontage(state.form.roadTransportPermitPicUrl)"
:style="{'--bgimg':`url(${$imgUrl}issuance/bg-border.png)`}"></image>
</view>
</view>
</view> -->
</view>
<view class="shibie-wrapper">
<view class="title"> 识别内容如下 </view>
<view class="">
<u-form label-width="200" :model="state.form" ref="uForm" :label-style='labelStyle'>
<u-form label-width="240" :model="state.form" ref="uForm" :label-style='labelStyle'>
<u-form-item label="车牌号" :left-icon='`${$imgUrl}issuance/point-form.png`'
:left-icon-style='leftIcon'>
<car-number-input @numberInputResult="carNumber"
@@ -232,6 +232,32 @@
@click="state.actionSheetShow = true">
</image>
</view>
<view
class="picture-wrapper"
v-if="state.form.useUserType != 0"
@click="cardFileImageUpdate(2)"
>
<view class="bg">
<view class="">
<view class="name"> 道路运输许可证 </view>
<view class="value"> 上传道路运输许可证 </view>
<view class="tip">
<view class="tip-value"> 拍摄规范 </view>
</view>
</view>
<image v-if="!state.form.roadTransportPermitPicUrl" class="icon"
:src="`${$imgUrl}issuance/chetou.png`"
:style="{'--bgimg':`url(${$imgUrl}issuance/bg-border.png)`}">
</image>
<image v-else class="icon" :src="imgPathMontage(state.form.roadTransportPermitPicUrl)"
:style="{'--bgimg':`url(${$imgUrl}issuance/bg-border.png)`}"></image>
</view>
</view>
<u-form-item v-if="state.form.useUserType != 0" label="经营许可证编号" :left-icon='`${$imgUrl}issuance/point-form.png`'
:left-icon-style='leftIcon'>
<u-input inputAlign="right" placeholder="请输入经营许可证编号" v-model="state.form.licenseIdNum"
:disabled="state.isEnableChangeOCRCarInfo" maxlength="20" />
</u-form-item>
</u-form>
</view>
<!-- 车主信息 -->
@@ -773,6 +799,9 @@

//选择车辆用户类型
const userType = (item : any) => {
if(item.value != 0) {
}
state.form.useUserType = item.value;
state.form.useUserTypeName = item.text;
state.actionSheetShow = false;
@@ -902,12 +931,12 @@
}
console.log("option", option)
// getGlobalParam();
if (option.vanType == 1) {
state.actionSheetList = [{
text: "普通车",
value: 0,
}]
} else {
// if (option.vanType == 1) {
// state.actionSheetList = [{
// text: "普通车",
// value: 0,
// }]
// } else {
state.actionSheetList = [{
text: "普通车",
value: 0,
@@ -924,7 +953,7 @@
text: '道路运输证经营范围除“货物专用运输 (集装 箱)"外,还有“普通货运”等其他项目的牵引车办理J2类型集装箱',
value: 28,
}]
}
// }
});

//外廓尺寸输入框
@@ -1549,7 +1578,7 @@
font-size: 28rpx;
justify-content: space-between;
align-items: center;
height: 70rpx;
min-height: 70rpx;

.l-label {
font-size: 28rpx;

Загрузка…
Отмена
Сохранить