|
@@ -251,7 +251,7 @@
|
|
deptBudgetList.outType == '汽运' ||
|
|
deptBudgetList.outType == '汽运' ||
|
|
deptBudgetList.outType == '集装箱船'
|
|
deptBudgetList.outType == '集装箱船'
|
|
">
|
|
">
|
|
- <ws-input v-if="options2.length == 0" v-model="deptBudgetList.carNo" placeholder="请输入车牌号" maxlength="7"
|
|
|
|
|
|
+ <ws-input v-if="options2.length == 0 && deptBudgetList.inOutType != '移库入库'" 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"
|
|
<el-select v-if="carstatus && options2.length == 0&&deptBudgetList.inOutType=='移库入库'" filterable clearable :filter-method="dataFilter2"
|
|
v-model="deptBudgetList.carNo" placeholder="请选择车牌号" class="typeselect" @change="carChange">
|
|
v-model="deptBudgetList.carNo" placeholder="请选择车牌号" class="typeselect" @change="carChange">
|