Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74736897ca |
@@ -72,7 +72,7 @@
|
||||
async nextStep() {
|
||||
if (!this.clickFlag) return;
|
||||
if(!this.wechatId) {
|
||||
let res = await getContactQrCodeResult({ configId: this.configId, name: this.name, phone: this.formPayload.linkPhone });
|
||||
let res = await getContactQrCodeResult({ configId: this.configId, name: this.name });
|
||||
this.wechatId = res?.data?.wechatId;
|
||||
}
|
||||
/*if (!this.wechatId) {
|
||||
|
||||
@@ -145,6 +145,7 @@
|
||||
:key="item.name"
|
||||
:label="item.name"
|
||||
:value="item.value"
|
||||
:disabled="item.value == 1 && !virtualVehicleLocked"
|
||||
>
|
||||
</el-option>
|
||||
</el-select>
|
||||
@@ -536,8 +537,6 @@ export default {
|
||||
name: '一般平板车',
|
||||
value: 2
|
||||
},{
|
||||
name:'斜落一体平板车',
|
||||
value: 11 },{
|
||||
name: '全落地平板车',
|
||||
value: 3
|
||||
},{
|
||||
@@ -562,6 +561,9 @@ export default {
|
||||
{
|
||||
name:'箱式拖车',
|
||||
value: 10 },
|
||||
{
|
||||
name:'斜落一体平板车',
|
||||
value: 11 },
|
||||
|
||||
],
|
||||
vehicleLicenseOptions: [{
|
||||
@@ -573,15 +575,15 @@ export default {
|
||||
}, {
|
||||
name: '绿牌',
|
||||
value: 3
|
||||
}, {
|
||||
name: '黄绿牌',
|
||||
value: 6
|
||||
}, {
|
||||
name: '临牌',
|
||||
value: 4
|
||||
}, {
|
||||
name: '其他',
|
||||
value: 5
|
||||
}, {
|
||||
name: '黄绿牌',
|
||||
value: 6
|
||||
}],
|
||||
virtualVehicleOptions: [{
|
||||
name: '自有车辆',
|
||||
|
||||
Reference in New Issue
Block a user