|
@@ -36,12 +36,25 @@
|
|
<span>{{info.contractDuration}}</span>
|
|
<span>{{info.contractDuration}}</span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+
|
|
|
|
+ </form>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mui-content-padded vongi-editme vongi-qingjiadt">
|
|
|
|
+ <form class="mui-input-group">
|
|
|
|
+
|
|
|
|
+ <div class="mui-input-row">
|
|
|
|
+ <label>申请时间</label>
|
|
|
|
+ <span>{{info.applicationTime}}</span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<div class="mui-input-row">
|
|
<div class="mui-input-row">
|
|
<label>状态</label>
|
|
<label>状态</label>
|
|
<span>{{info.statusN}}</span>
|
|
<span>{{info.statusN}}</span>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<top-header :pageTitle="pageTitle" v-if="step==1" ></top-header>
|
|
<top-header :pageTitle="pageTitle" v-if="step==1" ></top-header>
|
|
<div class="mui-content" v-if="step==1" >
|
|
<div class="mui-content" v-if="step==1" >
|
|
@@ -387,13 +400,13 @@
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|
|
mui.toast(error);
|
|
mui.toast(error);
|
|
})
|
|
})
|
|
- mui.toast("您已有一条待处理的车位申请记录");
|
|
|
|
- if(!response.unit){
|
|
|
|
- mui.toast('未配置租用单位,请联系管理员');
|
|
|
|
- }else{
|
|
|
|
- this.detail.unitId=response.unit.id;
|
|
|
|
- this.unitName=response.unit.name;
|
|
|
|
- }
|
|
|
|
|
|
+ //mui.toast("您已有一条待处理的车位申请记录");
|
|
|
|
+ }
|
|
|
|
+ if(!response.unit){
|
|
|
|
+ mui.toast('未配置租用单位,请联系管理员');
|
|
|
|
+ }else{
|
|
|
|
+ this.detail.unitId=response.unit.id;
|
|
|
|
+ this.unitName=response.unit.name;
|
|
}
|
|
}
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|