orderInfo.js 2.66 KB
Newer Older
dragondean@qq.com's avatar
dragondean@qq.com committed
1 2 3 4 5 6 7 8
export default {
  "info": "订单详情",
  "orderNo": "订单编号",
  "consignor": "发货人",
  "consignorTel": "发货人电话",
  "consignorEmail": "发货人邮箱",
  "consignorCom": "发货人公司中文名称",
  "consignorComEn": "发货人公司英文名称",
Smile's avatar
Smile committed
9
  "consignorComp":"发货人公司名称",
dragondean@qq.com's avatar
dragondean@qq.com committed
10 11 12 13 14 15 16 17 18 19
  "consignee": "收货人",
  "consigneeTel": "收货人电话",
  "consigneeEmail": "收货人邮箱",
  "consigneeCom": "收货人公司中文名称",
  "consigneeComEn": "收货人公司英文名称",
  "consigneeType": "收货方式",
  "own": "自提",
  "toRoom": "送货上门",
  "consigneeCity": "收货地区",
  "consigneeAdd": "收货地址",
dragondean@qq.com's avatar
dragondean@qq.com committed
20
  "logistics": "运输",
dragondean@qq.com's avatar
dragondean@qq.com committed
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
  "endCity": "目的仓",
  "startCity": "始发仓",
  "address": "地址",
  "transport": "运输方式",
  "channel": "出货渠道",
  "basic": "基础信息",
  "marks": "唛头",
  "formInfo": "填单信息",
  "box": "",
  "levite": "入仓类型",
  "isCargoControl": "是否控货",
  "yes": "",
  "no": "",
  "time": "送货时间",
  "warehouse": "仓库实测",
  "customsType": "单证报关",
  "datas": "收款数据",
  "transInfo": "运输信息",
  "doubleClear": "是否双清",
  "singleWay": "出单方式",
  "air": "航空公司",
  "ship": "船公司",
  "clearCard": "清关证书",
  "clearRemark": "清关证书备注",
  "unpack": "是否拆包",
  "goodsInfo": "货物详情",
  "ordering": "订单动态",
  "file": "运单资料/提货单",
  "index": "序号",
  "prodZh": "中文品名",
  "prodEn": "英文品名",
Smile's avatar
Smile committed
52
  "prod": "品名",
dragondean@qq.com's avatar
dragondean@qq.com committed
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
  "formNum": "填单件数",
  "leviteNum": "入仓件数",
  "unit": "单位",
  "works": "货值",
  "material": "材质",
  "volume": "体积",
  "weight": "重量",
  "have": "",
  "none": "",
  "seeLevite": "查看入仓单",
  "seeBall": "查看提货单",
  "seePack": "查看装箱单",
  "consigneeAndTel": "收货人及电话",
  "consignorAndTel": "发货人及电话",
  "goodsRemark": "货物描述",
  "brand": "品牌",
  "num": "箱数",
  "size": "尺寸",
  "leviteTime": "入仓时间",
  "ballAddress": "提货点",
73
  "loans": "代收货款",
dragondean@qq.com's avatar
dragondean@qq.com committed
74
  "showInfo": "展示",
我在何方's avatar
我在何方 committed
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
  "hiddenInfo": "隐藏",
  "copy":"复制",
  "typeName":"增值服务",
  "objectport":'目的港清关',
  "ourUndertakes":'我司承接',
  "customerUndertakes":'客户承接',
  "creator":'创建人',
  "warehouseName":'仓库',
  "externalWarehouse":'外部仓',
  "estLoading":"装柜时间",
  "loadingAddress":"装柜地址",
  "tidanPrice":"提单价格",
  "show":"显示",
  "noShow":"不显示",
  "createTime":"创建时间",
  "inWarehouseInfo":"入仓信息",
  "quickNos":"填单快递单号",
dragondean@qq.com's avatar
dragondean@qq.com committed
92 93 94
  "unitType":"包装类型",
  "is": ""
}