From 27f5533e3609ca5cc9e4d2894d2202410943f799 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 26 十一月 2025 13:12:47 +0800
Subject: [PATCH] 添加手动下发任务功能
---
rsf-admin/src/i18n/en.js | 75 +++++++++++++++++++++++++++++++++++++
1 files changed, 74 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 4c30e8a..962a2dd 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -126,6 +126,7 @@
},
create: {
title: 'Create',
+ init: 'Init',
empty: {
title: 'Data Empty',
desc: 'Please Create Data First',
@@ -205,12 +206,18 @@
warehouseStock: 'Instant Inventory',
deviceBind: 'Device Bind',
tasks: 'Tasks',
+ locItem: 'Loc Items',
wave: 'Wave Manage',
basStation: 'BasStation',
basContainer: 'BasContainer',
waveRule: 'Wave Rules',
checkDiff: 'Check Diff',
transfer: 'Transfer',
+ locRevise: 'Loc Revise',
+ statisticReport: 'Statistical Report',
+ locDeadReport: 'Locs Dead Report',
+ stockStatistic: 'Stock Statistic',
+ statisticCount: 'Statistic Count',
},
table: {
@@ -222,12 +229,16 @@
basContainer: {
containerType: 'containerType',
codeType: 'codeType',
+ startNo: 'Start No',
+ code: 'Barcode',
+ endNo: 'End No',
areas: 'areas',
},
basStation: {
stationName: 'stationName',
inAble: 'inAble',
outAble: 'outAble',
+ type: 'Site Type',
useStatus: 'useStatus',
status: 'status',
area: 'area',
@@ -437,6 +448,7 @@
length: "length",
width: "width",
height: "height",
+ isHalf: 'Box Status',
row: "Row",
col: "Col",
lev: "Lev",
@@ -823,6 +835,24 @@
startTime: "startTime",
endTime: "endTime",
},
+ stockStatistic: {
+ id: "id",
+ dayTime: "dayTime",
+ taskType: "taskType",
+ taskStatus: "taskStatus",
+ maktx: "maktx",
+ matnrCode: "matnrCode",
+ count: "count",
+ inAnfmeCount: 'In Anfme Count',
+ outAnfmeCount: 'Count Anfme Count',
+ inAnfme: 'In Anfme',
+ outAnfme: 'Out Anfme',
+ locCode: 'Loc Code',
+ barcode: 'Barcode',
+ batch: "batch",
+ anfme: "anfme",
+ unit: "unit",
+ },
delivery: {
code: "code",
platId: "platId",
@@ -901,6 +931,20 @@
flagDefect: "Defective",
anfme: "anfme",
ioStatus: "ioStatus",
+ },
+ locRevise: {
+ code: "code",
+ type: "type",
+ anfme: "anfme",
+ reviseQty: "Revise Qty",
+ exceStatus: "Exce Status",
+ orgAreaId: "Area Id",
+ orgAreaName: "Area Name",
+ exceTime: "Exce Time"
+ },
+ reviseLog: {
+ reviseId: 'Revise Id',
+ reviseCode: 'Revise Code',
},
waitPakinItem: {
pakinId: "pakinId",
@@ -1016,13 +1060,13 @@
wkType: 'Work Type',
orderType: "orderType",
orderItemId: "orderItemId",
- sourceCode: "sourceCode",
matnrId: "matnrId",
maktx: "maktx",
matnrCode: "matnrCode",
isptResult: 'Ispt Result',
unit: "unit",
anfme: "anfme",
+ qty: 'Qty',
batch: "batch",
spec: "spec",
model: "model",
@@ -1116,11 +1160,15 @@
wareArea: 'Warehouse Areas',
maktx: "maktx",
matnrCode: "matnrCode",
+ diffQty: 'Diff Qty',
trackCode: "trackCode",
unit: "unit",
anfme: "anfme",
+ outQty: 'Revise Qty',
qty: 'Qty',
+ deadTime: 'Dead (Days锛�',
workQty: 'Work Qty',
+ reviseQty: 'Revise Qty',
batch: "batch",
splrBatch: "splrBatch",
spec: "spec",
@@ -1168,6 +1216,27 @@
}
},
page: {
+ dashboard: {
+ welcome: {
+ title: 'Welcome to the WMS website',
+ },
+ header: {
+ inStockQty: '',
+ outStockQty: '',
+ taskWorkQty: '',
+ planQty: 'Plan',
+ realQty: 'Real Qty',
+ waitQty: 'Wait Qty',
+ waitOutQty: 'Wait Out Qty',
+ stockUsage: 'Stock Usage',
+ },
+ chart: {
+ histories: 'Orders Echart',
+ },
+ list: {
+ stock: 'Stock Pie',
+ }
+ },
welcome: {
index: ' Welcome to the RSF Management System.',
tech: ' Technology stack: Java 17, SpringBoot2.5.3, Mybatis-plus_3.4.1, Spring Security, Druid 1.2.6, Redis, Mysql5.7, Node18, ReactJs, Material UI5.16, Axios, React-Admin5.1'
@@ -1248,6 +1317,7 @@
detail: "Detail",
unenable: 'unenable',
locInit: 'loc init',
+ init: "Init",
siteInit: 'site init',
batch: 'batch',
pick: 'Pick',
@@ -1265,6 +1335,7 @@
start: 'Start',
stopPub: 'Stop Pub',
pause: 'Pause',
+ pausePub: 'Stop Auto Pub',
subzone: 'subzone',
bindmatnr: 'bind matnr',
bindloc: 'bind loc',
@@ -1279,8 +1350,10 @@
orderPrint: 'Orders Print',
quality: "quality",
complete: "complete",
+ confirmTransfer: "Comfirm Transfer",
allComfirm: 'All Comfirm',
createTransfer: 'Create Transfer Order',
+ createLocRevise: 'Create Stock Revise Order',
verifyComfirm: 'Verify Comfirm',
close: "close",
asnCreate: "Create By Order",
--
Gitblit v1.9.1