|
@@ -182,7 +182,7 @@
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
|
|
|
|
<ws-form-item label="车牌号" span="1" prop="carNo"
|
|
<ws-form-item label="车牌号" span="1" prop="carNo"
|
|
- v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船'">
|
|
|
|
|
|
+ v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船' || deptBudgetList.outType == '散船'">
|
|
<ws-input v-if="!carstatus || carjudge" v-model="deptBudgetList.carNo" placeholder="请输入车牌号"
|
|
<ws-input v-if="!carstatus || carjudge" v-model="deptBudgetList.carNo" placeholder="请输入车牌号"
|
|
maxlength="7" size="small" />
|
|
maxlength="7" size="small" />
|
|
<el-select v-else filterable clearable :filter-method="dataFilter2" v-model="deptBudgetList.carNo"
|
|
<el-select v-else filterable clearable :filter-method="dataFilter2" v-model="deptBudgetList.carNo"
|