车辆出入厂审核
This commit is contained in:
parent
13a01c2bd8
commit
c498e949aa
@ -135,14 +135,14 @@
|
||||
<a>删除</a>
|
||||
</a-popconfirm>
|
||||
</a-menu-item>
|
||||
<a-menu-item v-has="'vehicleinout:vehicleInOut:handleConfirm1'">
|
||||
<a-popconfirm title="确定对接人确认吗?" @confirm="() => handleConfirm(record.id, '1')">
|
||||
<a>对接人确认</a>
|
||||
<a-menu-item v-has="'vehicleinout:vehicleInOut:handleConfirm2'">
|
||||
<a-popconfirm title="确定预约入厂吗?" @confirm="() => handleConfirm(record.id, '1')">
|
||||
<a>预约入厂</a>
|
||||
</a-popconfirm>
|
||||
</a-menu-item>
|
||||
<a-menu-item v-has="'vehicleinout:vehicleInOut:handleConfirm2'">
|
||||
<a-popconfirm title="确定预约入厂吗?" @confirm="() => handleConfirm(record.id, '2')">
|
||||
<a>预约入厂</a>
|
||||
<a-menu-item v-has="'vehicleinout:vehicleInOut:handleConfirm1'">
|
||||
<a-popconfirm title="确定对接人确认吗?" @confirm="() => handleConfirm(record.id, '2')">
|
||||
<a>对接人确认</a>
|
||||
</a-popconfirm>
|
||||
</a-menu-item>
|
||||
<a-menu-item v-has="'vehicleinout:vehicleInOut:handleConfirm3'">
|
||||
|
Loading…
x
Reference in New Issue
Block a user