增加状态切换

This commit is contained in:
2026-04-13 20:01:40 +08:00
parent 16f33e4beb
commit c8715b8724
9 changed files with 745 additions and 78 deletions
+21 -1
View File
@@ -66,6 +66,10 @@
"created_at": "Created At",
"updated_at": "Updated At",
"status": "Status",
"status_pending": "Pending",
"status_ordered": "Ordered",
"status_arrived": "Arrived",
"status_received": "Received",
"completed": "Completed",
"pending": "Pending",
"show": "Show",
@@ -74,7 +78,23 @@
"add_part": "Add Order",
"exp_report": "Export Report",
"There_are_a_total_of": ",There are a total of",
"items": "items."
"items": "items.",
"order_detail": "Order Detail",
"back_to_list": "Back to List",
"order_not_found": "Order Not Found",
"order_info": "Order Information",
"cost_detail": "Cost Details",
"photo_remarks": "Photos",
"link": "Link",
"no_photos": "No photos",
"open_link": "Open Link",
"no_costs": "No cost records",
"cost_total": "Total",
"change_status": "Change Status",
"commit_history": "Status History",
"no_commits": "No status records",
"commit_placeholder": "Add comment (optional)",
"commit_create": "Order created"
},
"purchase_addorder": {
"add_order": "Add Order",
+21 -1
View File
@@ -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": "添加订单",