rev:更新

This commit is contained in:
2026-07-25 15:09:37 +08:00
parent 3d244462db
commit fd4c885787
30 changed files with 703 additions and 216 deletions

View File

@@ -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()
},