From 7737c1a11778a236592ff3677d54a44776fd440f Mon Sep 17 00:00:00 2001 From: skyouc <958836976@qq.com> Date: 星期六, 11 十月 2025 15:15:46 +0800 Subject: [PATCH] 容器管理初始化功能 --- rsf-admin/src/i18n/en.js | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index 33a5693..b4c4cc8 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', @@ -227,12 +228,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', @@ -1152,6 +1157,7 @@ wareArea: 'Warehouse Areas', maktx: "maktx", matnrCode: "matnrCode", + diffQty: 'Diff Qty', trackCode: "trackCode", unit: "unit", anfme: "anfme", @@ -1211,6 +1217,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 +1314,7 @@ detail: "Detail", unenable: 'unenable', locInit: 'loc init', + init: "Init", siteInit: 'site init', batch: 'batch', pick: 'Pick', @@ -1323,6 +1346,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