|
@@ -253,6 +253,10 @@
|
|
">
|
|
">
|
|
<ws-input v-if="options2.length == 0" v-model="deptBudgetList.carNo" placeholder="请输入车牌号" maxlength="7"
|
|
<ws-input v-if="options2.length == 0" v-model="deptBudgetList.carNo" placeholder="请输入车牌号" maxlength="7"
|
|
size="small" />
|
|
size="small" />
|
|
|
|
+ <el-select v-if="carstatus && options2.length == 0&&deptBudgetList.inOutType=='移库入库'" filterable clearable :filter-method="dataFilter2"
|
|
|
|
+ v-model="deptBudgetList.carNo" placeholder="请选择车牌号" class="typeselect" @change="carChange">
|
|
|
|
+ <el-option v-for="item in options2" :key="item.constKey" :label="item.carNo" :value="item.carNo" />
|
|
|
|
+ </el-select>
|
|
<el-select v-if="carstatus && options2.length > 0" filterable clearable v-model="deptBudgetList.carNoCopy" placeholder="请选择车牌号" class="typeselect" @change="carChange">
|
|
<el-select v-if="carstatus && options2.length > 0" filterable clearable v-model="deptBudgetList.carNoCopy" placeholder="请选择车牌号" class="typeselect" @change="carChange">
|
|
<el-option v-for="(item,index) in options2" :key="index"
|
|
<el-option v-for="(item,index) in options2" :key="index"
|
|
:label="item.carNo + '(' + item.tranCarNo + ')'" :value="index" />
|
|
:label="item.carNo + '(' + item.tranCarNo + ')'" :value="index" />
|