Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04befddf8a | ||
|
|
6bdb750fb7 | ||
|
|
2a1a219b2d | ||
|
|
89dfb7a954 |
@@ -72,13 +72,13 @@
|
||||
async nextStep() {
|
||||
if (!this.clickFlag) return;
|
||||
if(!this.wechatId) {
|
||||
let res = await getContactQrCodeResult({ configId: this.configId, name: this.name });
|
||||
let res = await getContactQrCodeResult({ configId: this.configId, name: this.name, phone: this.formPayload.linkPhone });
|
||||
this.wechatId = res?.data?.wechatId;
|
||||
}
|
||||
if (!this.wechatId) {
|
||||
/*if (!this.wechatId) {
|
||||
Toast('请先添加企微再继续');
|
||||
return;
|
||||
}
|
||||
}*/
|
||||
try {
|
||||
this.clickFlag = false;
|
||||
const res = await saveSupplier({
|
||||
|
||||
@@ -145,7 +145,6 @@
|
||||
:key="item.name"
|
||||
:label="item.name"
|
||||
:value="item.value"
|
||||
:disabled="item.value == 1 && !virtualVehicleLocked"
|
||||
>
|
||||
</el-option>
|
||||
</el-select>
|
||||
@@ -537,6 +536,8 @@ export default {
|
||||
name: '一般平板车',
|
||||
value: 2
|
||||
},{
|
||||
name:'斜落一体平板车',
|
||||
value: 11 },{
|
||||
name: '全落地平板车',
|
||||
value: 3
|
||||
},{
|
||||
@@ -561,9 +562,6 @@ export default {
|
||||
{
|
||||
name:'箱式拖车',
|
||||
value: 10 },
|
||||
{
|
||||
name:'斜落一体平板车',
|
||||
value: 11 },
|
||||
|
||||
],
|
||||
vehicleLicenseOptions: [{
|
||||
@@ -575,15 +573,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