<el-optionv-for="type in this.getDictDatas(DICT_TYPE.BOX_SHIPPING_TICKET_EXCEPTION)":key="type.value":label="$l(type, 'label')":value="type.value"></el-option>
<el-optionv-for="type in this.getDictDatas(DICT_TYPE[this.regprocess])":key="type.value":label="$l(type, 'label')":value="type.value"></el-option>
</el-select>
</el-form-item>
<el-form-item:label="$t('异常情况')">
...
...
@@ -52,6 +52,7 @@ import { abnormalCreate } from "@/api/ecw/boxSea";
<el-checkboxv-for="item in getDictDatas(DICT_TYPE.WAREHOUSING_RECORD_DETAIL_USAGE)":key="item.value":label="item.value":disabled="readonly">{{$l(item,'label')}}</el-checkbox>