feat: 完成 SN 溯源、销售管理和维修记录。

This commit is contained in:
c
2026-03-12 16:26:59 +08:00
parent d22857b890
commit e7ac6b5f62
8 changed files with 556 additions and 68 deletions

View File

@@ -320,6 +320,7 @@ export default {
customerName: "客户名称",
customerId: "客户",
partNumber: "物料编号",
productSpecs: "物料型号",
saleCount: "销售数量",
price: "单价",
totalPrice: "总价",
@@ -333,7 +334,7 @@ export default {
serialNum: "序列号",
productSn: "SN 号",
repairMark: "返修记录",
outProductDate: "出货时间",
outProductDate: "出货日期",
productType: "型号",
mac: "MAC 地址",
alNum: "算法标志",
@@ -354,6 +355,11 @@ export default {
manufacturingDate: "生产日期",
mark: "备注",
keyAccountId: "客户",
repairCount: "维修次数",
serialNum: "序列号",
softVersion: "软件版本",
alVersion: "算法版本",
createDate: "创建日期",
},
},
systemset: {
@@ -456,6 +462,7 @@ export default {
reject_success: "反审成功",
reject_fail: "反审失败",
reject_cannel: "反审取消",
all_customers: "所有客户",
},
warehouse: {
warehouse_item: {
@@ -680,15 +687,6 @@ export default {
input_productSn: "请输入SN号",
input_mac: "请输入MAC地址",
},
repairrecord: {
input_productSn: "请输入SN号",
input_mac: "请输入MAC地址",
input_repairStatus: "请选择维修状态",
input_repairDate: "请输入维修日期",
input_manufacturingDate: "请输入生产日期",
input_mark: "请输入备注",
input_repairMark: "请输入返修记录",
},
},
purchase: {
purchase_plan: {
@@ -780,6 +778,24 @@ export default {
import_fail: "导入失败",
delete_message: "删除销售订单",
},
repairrecord: {
input_productSn: "请输入SN号",
input_mac: "请输入MAC地址",
input_repairStatus: "请选择维修状态",
input_repairDate: "请输入维修日期",
input_manufacturingDate: "请输入生产日期",
input_mark: "请输入备注",
input_repairMark: "请输入返修记录",
input_repair_mark: "请输入返修记录",
input_identifier: "SN号、MAC地址、序列号至少填写一个",
delete_message: "删除维修记录",
identifier_tip: "提示SN号、MAC地址、序列号三者至少填写一个",
input_productSn_optional: "SN号选填",
input_mac_optional: "MAC地址选填",
input_serialNum_optional: "序列号(选填)",
input_softVersion_optional: "软件版本(选填)",
input_alVersion_optional: "算法版本(选填)",
},
},
systemset: {
vendor: {
@@ -915,6 +931,13 @@ export default {
saleorder: {
add: "添加销售订单",
edit: "编辑销售订单",
showItem: "销售明细",
baseTitle: "销售订单基本信息",
tableTitle: "销售明细",
},
repairrecord: {
add: "添加维修记录",
edit: "编辑维修记录",
},
},
systemset: {