增加状态切换
This commit is contained in:
@@ -66,6 +66,10 @@
|
||||
"created_at": "创建日期",
|
||||
"updated_at": "更新日期",
|
||||
"status": "状态",
|
||||
"status_pending": "待处理",
|
||||
"status_ordered": "已下单",
|
||||
"status_arrived": "已到达",
|
||||
"status_received": "已收件",
|
||||
"completed": "已完成",
|
||||
"pending": "待处理",
|
||||
"show": "显示",
|
||||
@@ -74,7 +78,23 @@
|
||||
"add_part": "添加订单",
|
||||
"exp_report": "生成报告",
|
||||
"There_are_a_total_of": ",一共",
|
||||
"items": "个物件"
|
||||
"items": "个物件",
|
||||
"order_detail": "订单详情",
|
||||
"back_to_list": "返回列表",
|
||||
"order_not_found": "订单不存在",
|
||||
"order_info": "订单信息",
|
||||
"cost_detail": "费用明细",
|
||||
"photo_remarks": "图片备注",
|
||||
"link": "链接",
|
||||
"no_photos": "暂无图片",
|
||||
"open_link": "打开链接",
|
||||
"no_costs": "暂无费用记录",
|
||||
"cost_total": "合计",
|
||||
"change_status": "变更状态",
|
||||
"commit_history": "状态记录",
|
||||
"no_commits": "暂无状态记录",
|
||||
"commit_placeholder": "添加备注(可选)",
|
||||
"commit_create": "订单创建"
|
||||
},
|
||||
"purchase_addorder": {
|
||||
"add_order": "添加订单",
|
||||
|
||||
Reference in New Issue
Block a user