Commit a0560bd1 authored by 邓春圆's avatar 邓春圆

全部列表,空运订单上限添加默认值

parent 075f574d
......@@ -239,7 +239,7 @@ export const DICT_TYPE = {
APP_TYPE:"app_type", //系统类型
AIR_SHIPMENT_PROCESS:'air_shipment_process',
AIR_CUSTOM_CLEARANCE:'air_custom _clearance', //渠道清关费
CUSTOM_CLEARANCE:'custom _clearance', //渠道清关费
AIR_COMMODITY_CUSTOM_CLEARANCE:'air_commodity_custom _clearance'//商品渠道清关费,
}
......
......@@ -96,7 +96,7 @@ export default {
},
computed:{
screenCom(){
return this.getDictDatas(this.DICT_TYPE.AIR_CUSTOM_CLEARANCE)[0]?.value
return this.getDictDatas(this.DICT_TYPE.CUSTOM_CLEARANCE)[0]?.value
}
},
mounted() {
......
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