mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
修复部分问题
This commit is contained in:
parent
c69243cc09
commit
fa56059e01
@ -51,7 +51,7 @@
|
|||||||
<div style="line-height: 35px;" class="margin-right"
|
<div style="line-height: 35px;" class="margin-right"
|
||||||
v-for="(staff,index) in addWorkInfo.copyStaffs">
|
v-for="(staff,index) in addWorkInfo.copyStaffs">
|
||||||
<span>{{staff.staffName}}</span>
|
<span>{{staff.staffName}}</span>
|
||||||
<span class="fa fa-remove" @click="_deleteCopyStaff(staff)"></span>
|
<span class="fa fa-remove" @click="_deleteCopyWorkStaff(staff)"></span>
|
||||||
</div>
|
</div>
|
||||||
<button class="btn btn-link " type="button" v-on:click="_chooseCopyWorkStaff()">
|
<button class="btn btn-link " type="button" v-on:click="_chooseCopyWorkStaff()">
|
||||||
<i class="fa fa-search"></i>选择
|
<i class="fa fa-search"></i>选择
|
||||||
|
|||||||
@ -52,7 +52,7 @@
|
|||||||
multiple>
|
multiple>
|
||||||
<option v-for="(item,index) in addMaintainancePlanInfo.machines" :key="index"
|
<option v-for="(item,index) in addMaintainancePlanInfo.machines" :key="index"
|
||||||
:value="item.machineId">
|
:value="item.machineId">
|
||||||
{{item.machineName}}
|
{{item.machineName}}({{item.machineCode}})
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -169,10 +169,7 @@
|
|||||||
vc.toast(vc.validate.errInfo);
|
vc.toast(vc.validate.errInfo);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(vc.component.addVisitSpaceInfo.carNum && !vc.validate.carnumber(vc.component.addVisitSpaceInfo.carNum)){
|
|
||||||
vc.toast("车牌号有误");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
vc.http.apiPost(
|
vc.http.apiPost(
|
||||||
'/visit.saveVisit',
|
'/visit.saveVisit',
|
||||||
JSON.stringify($that.addVisitSpaceInfo), {
|
JSON.stringify($that.addVisitSpaceInfo), {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user