<%@ page contentType="text/html;charset=big5" session="true" import="tw.com.autotools.html.*" %> <%@ page import="tw.com.autotools.misc.*" %> <%@ page import="tw.com.autotools.database.*" %> <%@ page import="tw.com.autotools.search.*" %> <%@ page import="tw.com.f1.activity.*,tw.com.f1.util.*" %> <%@ page import="java.util.Vector" %> <%@ page import="java.util.*,java.io.*" %> <%@ include file="../message_include.jsp" %> <%//@ page errorPage="../ErrorPage.jsp" buffer="none"%> <% /* 最新公告 */ ServletContext sc = getServletContext(); SerialTable tableBulletin = (SerialTable) sc.getAttribute("tableBulletin"); Encoder encoder = tableBulletin.getEncoder(); Vector BulletinList = null; BulletinList = tableBulletin.select("date_start<="+encoder.encode( getCurrDate())+" and date_end >= "+encoder.encode(getCurrDate())+"","sn desc"); /* 最新公告 */ //ServletContext sc = getServletContext(); //SerialTable tableActivity = (SerialTable) sc.getAttribute("tableActivity"); /**\u6D3B\u52D5**/ //SerialTable tableActivity = (SerialTable) sc.getAttribute("tableActivity"); Vector ActivityList = null; String sql="date_sact <='"+new java.sql.Date(System.currentTimeMillis()).toString().replace('-','/')+"' and date_eact >='"+new java.sql.Date(System.currentTimeMillis()).toString().replace('-','/')+"'"; ActivityList = tableActivity.select(sql); %> 遠雄航空自由貿易港區
     

 
 

  加值園區產品加值作業主要從事產品製程後段之處理作業,可分為產業深層加工與物流簡單加工兩部分。

港區事業產品加值所需物料貨品,以空運進口者,經卸機後先進入貨運站拆點,再移至本區內進行相關製程作業;同時考量部分原料及半成品由國內提供,貨物將得由境內陸運運輸後經貨站之出口通關作業後,直接運往本區處理。

所有本區之貨物在完成處理經貨運站處理後,再進行轉運運往第三地或原輸入地區。
配合政府完成立法之「自由貿易港」機制,本園區將申設成國內唯一位於主要國際機場內之自由貿易港區。區內事業可享通關報備之便利性、高比率外勞及稅賦之優惠,降低生產成本。

更重要的是,國內目前以電子、通訊及、電器等3C產品為大宗,主要依賴航空貨運,對於BTO(Build-to -Order)及JIT(Just-in-Time)貨物產銷模式之需求也最為殷切。
   
   
   

 

<%! public String getCurrDate() { String currDate = new java.sql.Date(System.currentTimeMillis()).toString(); currDate = currDate.replace('-', '/'); return currDate; } %>