From d3d9a620f39292b61d85087970d9dc81b6369d4c Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 07 三月 2025 16:29:46 +0800
Subject: [PATCH] # 新增 1. 新增ASN单据 2. 新增ASN明细单据

---
 rsf-admin/src/i18n/en.js |   86 +++++++++++++++++++++++++++++++++---------
 1 files changed, 67 insertions(+), 19 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index f45f6df..361b5b5 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -135,7 +135,9 @@
         companys: 'Companys',
         serialRuleItem: 'SerialRuleItem',
         serialRule: 'SerialRule',
-
+        asnOrder: 'AsnOrder',
+        asnOrderItem: 'AsnOrderItem',
+        whMat: 'Warehouse Mat',
     },
     table: {
         field: {
@@ -318,21 +320,21 @@
                 locAttrs: "LocAttrs",
             },
             container: {
-                code: "code",
-                name: "name",
-                typeId: "typeId",
-                used: "used",
-                lenght: "lenght",
-                width: "width",
-                height: "height",
-                rstLen: "rstLen",
-                rstWid: "rstWid",
-                rstWei: "rstWei",
-                rstHei: "rstHei",
-                panrentId: "panrentId",
-                vaildTime: "vaildTime",
-                flagRycle: "flagRycle",
-                flagLogic: "flagLogic",
+                code: "Code",
+                name: "Name",
+                typeId: "TypeId",
+                used: "Used",
+                lenght: "Lenght",
+                width: "Width",
+                height: "Height",
+                rstLen: "RstLen",
+                rstWid: "RstWid",
+                rstWei: "RstWei",
+                rstHei: "RstHei",
+                panrentId: "PanrentId",
+                vaildTime: "VaildTime",
+                flagRycle: "FlagRycle",
+                flagLogic: "FlagLogic",
             },
             contract: {
                 code: "Code",
@@ -340,8 +342,8 @@
                 projectName: "ProjectName",
             },
             qlyInspect: {
-                code: "code",
-                name: "name",
+                code: "Code",
+                name: "Name",
             },
             dictType: {
                 code: "Code",
@@ -386,6 +388,48 @@
                 resetDep: "resetDep",
                 currValue: "currValue",
                 lastCode: "lastCode",
+            },
+            whMat: {
+                matnrCode: "matnrCode",
+                matnrName: "matnrName",
+                matnrGroupId: "matnrGroupId",
+                spec: "spec",
+                color: "color",
+                size: "size",
+                minWeight: "minWeight",
+                maxWeight: "maxWeight",
+            },
+            asnOrder: {
+                code: "Code",
+                poCode: "poCode",
+                poId: "poId",
+                type: "Type",
+                wkType: "wkType",
+                anfme: "anfme",
+                qty: "qty",
+                logisNo: "logisNo",
+                arrTime: "Arrived",
+                rleStatus: "Release",
+                ntyStatus: "Notify",
+            },
+            asnOrderItem: {
+                asnId: "asnId",
+                asnCode: "asnCode",
+                poDetlId: "poDetlId",
+                poDetlCode: "poDetlCode",
+                matnrId: "matnrId",
+                matnk: "matnk",
+                anfme: "anfme",
+                stockUnit: "stockUnit",
+                purQty: "purQty",
+                purUnit: "purUnit",
+                qty: "qty",
+                splrCode: "splrCode",
+                splrName: "splrName",
+                qrcode: "qrcode",
+                barcode: "barcode",
+                packName: "packName",
+                ntyStatus: "ntyStatus",
             },
         }
     },
@@ -450,7 +494,11 @@
                 batchRole: 'batch role',
             }
         },
-        
+        whMat: {
+            title: {
+                add: 'add',
+            }
+        },
     },
     form: {
         matnr: {

--
Gitblit v1.9.1