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