|
@@ -177,21 +177,21 @@
|
|
|
<el-button type="primary" @click="carNoTypeChange" v-if="carstatus">{{ carChange1 }}</el-button>
|
|
|
</ws-form-item>
|
|
|
|
|
|
- <ws-form-item label="箱号-1" span="1" prop="boxNo" v-show="
|
|
|
+ <ws-form-item label="箱号-1" span="1" prop="boxNo" v-if="
|
|
|
weighingList.outType == '汽运' ||
|
|
|
weighingList.outType == '集装箱船'||
|
|
|
weighingList.outType == '火运'
|
|
|
">
|
|
|
<el-input v-model="weighingList.boxNo" placeholder="请输入箱号" maxlength="20" size="small" />
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="封号-1" span="1" prop="titleNo" v-show="
|
|
|
+ <ws-form-item label="封号-1" span="1" prop="titleNo" v-if="
|
|
|
weighingList.outType == '汽运' ||
|
|
|
weighingList.outType == '集装箱船'||
|
|
|
weighingList.outType == '火运'
|
|
|
">
|
|
|
<el-input v-model="weighingList.titleNo" placeholder="请输入封号" maxlength="20" size="small" />
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="箱号-2" span="1" prop="boxNoOther" v-show="
|
|
|
+ <ws-form-item label="箱号-2" span="1" prop="boxNoOther" v-if="
|
|
|
weighingList.outType == '汽运' ||
|
|
|
weighingList.outType == '集装箱船'||
|
|
|
weighingList.outType == '火运'
|
|
@@ -199,7 +199,7 @@
|
|
|
<el-input v-model="weighingList.boxNoOther" placeholder="请输入箱号" maxlength="20" size="small" />
|
|
|
</ws-form-item>
|
|
|
|
|
|
- <ws-form-item label="封号-2" span="1" prop="titleNoOther" v-show="
|
|
|
+ <ws-form-item label="封号-2" span="1" prop="titleNoOther" v-if="
|
|
|
weighingList.outType == '汽运' ||
|
|
|
weighingList.outType == '集装箱船'||
|
|
|
weighingList.outType == '火运'
|