新需求
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div class="select-wraper">
|
||||
<el-select v-model="scope.row.order_code" placeholder="请选择">
|
||||
<el-select v-model="scope.row.order_code" filterable placeholder="请选择">
|
||||
<el-option
|
||||
v-for="item in options2"
|
||||
:key="item.order_code"
|
||||
@@ -272,6 +272,9 @@ export default {
|
||||
crudProduceScreen.fabOrders({ device_code: this.popData.device_code }).then(res => {
|
||||
this.options2 = [...res]
|
||||
})
|
||||
crudProduceScreen.getPointVehicle({ device_code: this.popData.device_code }).then(res => {
|
||||
this.vcode = res.vehicle_code
|
||||
})
|
||||
this.show = true
|
||||
} else if (type === 'BACK') {
|
||||
crudProduceScreen.fabOrders({ device_code: this.popData.device_code }).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user