docException.js 581 Bytes
Newer Older
dragondean@qq.com's avatar
dragondean@qq.com committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
export default {
  "doc": "Document abnormal",
  "orderNo": "order number",
  "transport": "transpotation route",
  "form": "place of departure",
  "to": "palce of recieve",
  "prodZh": "product name (ch)",
  "prodEn": "product name (en)",
  "brand": "brand name",
  "is": "Yes",
  "no": "No",
  "formNum": "prefill cartons",
  "levite": "warehousing cartons",
  "volume": "volume",
  "weight": "weight",
  "number": "quantity",
  "works": "value",
  "customsType": "declaration documents",
  "choose": "select",
  "delete": "delete",
  "remark": "remark",
  "confirm": "confirm"
}