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 | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 33a5693..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,6 +206,7 @@
warehouseStock: 'Instant Inventory',
deviceBind: 'Device Bind',
tasks: 'Tasks',
+ locItem: 'Loc Items',
wave: 'Wave Manage',
basStation: 'BasStation',
basContainer: 'BasContainer',
@@ -227,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',
@@ -442,6 +448,7 @@
length: "length",
width: "width",
height: "height",
+ isHalf: 'Box Status',
row: "Row",
col: "Col",
lev: "Lev",
@@ -1059,6 +1066,7 @@
isptResult: 'Ispt Result',
unit: "unit",
anfme: "anfme",
+ qty: 'Qty',
batch: "batch",
spec: "spec",
model: "model",
@@ -1152,6 +1160,7 @@
wareArea: 'Warehouse Areas',
maktx: "maktx",
matnrCode: "matnrCode",
+ diffQty: 'Diff Qty',
trackCode: "trackCode",
unit: "unit",
anfme: "anfme",
@@ -1211,6 +1220,22 @@
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.',
@@ -1292,6 +1317,7 @@
detail: "Detail",
unenable: 'unenable',
locInit: 'loc init',
+ init: "Init",
siteInit: 'site init',
batch: 'batch',
pick: 'Pick',
@@ -1309,6 +1335,7 @@
start: 'Start',
stopPub: 'Stop Pub',
pause: 'Pause',
+ pausePub: 'Stop Auto Pub',
subzone: 'subzone',
bindmatnr: 'bind matnr',
bindloc: 'bind loc',
@@ -1323,6 +1350,7 @@
orderPrint: 'Orders Print',
quality: "quality",
complete: "complete",
+ confirmTransfer: "Comfirm Transfer",
allComfirm: 'All Comfirm',
createTransfer: 'Create Transfer Order',
createLocRevise: 'Create Stock Revise Order',
--
Gitblit v1.9.1