Commit ab06f20c authored by dragondean@qq.com's avatar dragondean@qq.com

起飞异常字典适配

parent f003118e
......@@ -229,7 +229,7 @@ export const DICT_TYPE = {
BOX_CUSTOMS_ERROR_TYPE: "customs_error_type",// 报关异常状态
BOX_SHIPPING_ERROR_TYPE: "shipping_error_type",// 起运异常状态
BOX_ARRIVAL_ERROR_TYPE: "arrival_error_type",// 到港异常状态
BOX_FLIGHT_ERROR_TYPE: 'flight_error_type',// 航班异常状态
BOX_FLYING_ERROR_TYPE: 'flying_error_type',// 航班异常状态
SETTLEMENT_STATUS: 'settlement_status', // 结算状态
APP_TYPE:"app_type", //系统类型
......
......@@ -125,7 +125,7 @@ export default {
break;
case "flight":
this.types = this.getDictDatas(
this.DICT_TYPE.BOX_FLIGHT_ERROR_TYPE
this.DICT_TYPE.BOX_FLYING_ERROR_TYPE
);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment