rev:更新
This commit is contained in:
@@ -206,6 +206,7 @@
|
||||
class="filter-item"
|
||||
style="width: 370px;"
|
||||
clearable
|
||||
@change="syncVehicleQtyByPointStatus"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in pointStatusDialogList"
|
||||
@@ -474,6 +475,9 @@ export default {
|
||||
const labels = types.map(type => this.dict.label.storagevehicle_type[type] || '未知')
|
||||
return labels.join(', ')
|
||||
},
|
||||
syncVehicleQtyByPointStatus(pointStatus) {
|
||||
this.form.vehicle_qty = pointStatus === '1' ? 0 : 1
|
||||
},
|
||||
hand(value) {
|
||||
this.crud.toQuery()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user