1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
export default {
"order": "My Orders",
"search": "Search",
"orderNo": "Order No.",
"marks": "Mark",
"see": "View",
"transfer": "Control Transfer",
"lending": "Release",
"seelending": "Release Info",
"edit": "Edit",
"delete": "Delete",
"cancelOrder": "Cancel Order",
"exit": "Return Goods",
"toDeal": "To Process",
"delivery": "Ship Now",
"applyExit": "Request Return",
"exitOrderNo": "Return Order No.",
"reason": "Reasons",
"img": "Return Img",
"isExit": "Confirm",
"consider": "Think It Over",
"screen": "Filter",
"transport": "Mode",
"status": "Status",
"endCity": "Destination",
"time": "Time",
"reset": "Reset",
"confirm": "Confirm",
"lendingDeal": "Agreement",
"transferDeal": "Agreement",
"read": "Read and confirmed",
"cancel": "Cancel",
"sum": "Total CTNS",
"haveNum": "Remaining CTNS",
"sumVolume": "Total Volume",
"sumWeight": "Total Weight",
"writeInfo": "Enter Release Info",
"consignee": "Consignee",
"consigneeTel": "Tel",
"num": "Qty",
"weight": "Weight",
"volume": "Volume",
"remark": "Remark",
"code": "Verification Code",
"getCode": "Get Code",
"fenLending": "Partial Release",
"lendingNotice": "Release limited to 3 times. Confirm to proceed. This time, goods will be released.",
"piece": "Piece",
"isConsignee": "Consignee",
"phone": "Phone",
"noError": "Please Confirm",
"oldControl": "Previous Controller",
"oldControlTel": "Previous Controller Phone",
"newControl": "New Controller",
"newControlTel": "New Controller Phone",
"lendingLog": "Release Record",
"lendingNum": "Released ctns",
"operation": "Operator",
"date": "Date",
"allOrder": "All Orders",
"form": "Shipped",
"received": "Received",
"control": "Control",
"uploadImg": "Upload Image",
"uploadNotice": "Max 20 images allowed.",
"statusControl": "Control Status",
"allStatus": "All Statuses",
"controling": "Controlling",
"controled": "Released",
"controlPartial": "Partial Released",
"tidanNo": "PL No.",
"toset": "Set Control Password",
"controlNotice": "Control Password or Phone Verification Code",
"controlUpload": "Max 10 customs docs.",
"controlLog": "On hold Log",
"addtime": "Release Time",
"operatorType": "Operator Type",
"operateType": "Operation Type",
"member": "Member",
"manager": "Administrator",
"lendingType": "Verification Method",
"lendSussess": "Successfully released",
"copy": "Copy",
"unloadTime": "Warehouse Arrival/Unloading Date",
"lockConsigneeTime": "Consignee Lock Expiration",
"isLimitUpdateConsignee": "Order Restricts Consignee Modification",
"yes": "Yes",
"no": "No",
"remark1": "Note: Consignee lock period has not expired; consignee modification is not allowed.",
"remark2": "Note: Consignee lock period has expired; consignee modification is allowed.",
"remark3": "Note: Order has not been unloaded/arrived at the warehouse; consignee modification is not allowed.",
"remark4": "Note: Consignee modification is allowed for the order."
}