From e2fd80c79a61079256a7406024c65da0d0d22c36 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 16 四月 2025 09:59:00 +0800 Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop --- rsf-admin/src/i18n/en.js | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 59 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index c18734e..120c1aa 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -137,7 +137,7 @@ container: 'Container', contract: 'Contract', qlyInspect: 'QlyInspect', - qlyIsptItem: '璐ㄦ淇℃伅鏄庣粏', + qlyIsptItem: 'qlyIsptItem', dictType: 'DictType', dictData: 'DictData', companys: 'Companys', @@ -160,6 +160,9 @@ taskItem: 'TaskItem', taskItemLog: 'TaskItemLog', taskLog: 'TaskLog', + orderItem: 'OrderItem', + order: 'Order', + locItem: 'LocItem', }, table: { field: { @@ -425,6 +428,7 @@ dlyQty: "dlyQty", rcptQty: "rcptQty", isptQty: "isptQty", + isptResult: "isptResult", isptStatus: "isptStatus", }, qlyIsptItem: { @@ -509,6 +513,7 @@ arrTime: "Arrived", rleStatus: "Release", ntyStatus: "Notify", + exceStatus: 'bill status' }, asnOrderItem: { asnId: "asnId", @@ -629,6 +634,7 @@ ansId: "ansId", asnCode: "asnCode", barcode: "barcode", + flagDefect: "Defective", anfme: "anfme", ioStatus: "ioStatus", }, @@ -739,6 +745,54 @@ spec: "spec", model: "model", }, + order: { + code: "code", + sourceCode: "sourceCode", + sourceId: "sourceId", + type: "type", + wkType: "wkType", + anfme: "anfme", + }, + orderItem: { + orderId: "orderId", + orderCode: "orderCode", + sourceItemId: "sourceItemId", + matnrId: "matnrId", + matnrCode: "matnrCode", + maktx: "maktx", + anfme: "anfme", + stockUnit: "stockUnit", + workQty: "workQty", + purQty: "purQty", + purUnit: "purUnit", + qty: "qty", + splrCode: "splrCode", + batch: "batch", + splrBatch: "splrBatch", + splrName: "splrName", + trackCode: "trackCode", + barcode: "barcode", + prodTime: "prodTime", + packName: "packName", + }, + locItem: { + locId: "locId", + orderId: "orderId", + type: "type", + orderItemId: "orderItemId", + wkType: "wkType", + matnrId: "matnrId", + maktx: "maktx", + matnrCode: "matnrCode", + trackCode: "trackCode", + unit: "unit", + anfme: "anfme", + batch: "batch", + splrBatch: "splrBatch", + spec: "spec", + model: "model", + fieldsIndex: "fieldsIndex", + }, } }, page: { @@ -819,12 +873,14 @@ creatcode: "creatcode", print: "print", enable: 'enable', + detail: "Detail", unenable: 'unenable', locInit: 'loc init', siteInit: 'site init', batch: 'batch', confirm: 'confirm', cancel: "cancel", + selectSite: 'Select Site', top: "top", resort: "sort", subzone: 'subzone', @@ -844,6 +900,8 @@ asnCreate: "asnCreate", createTask: "createTask", recover: "recover", + order: 'Orders', + }, }; -- Gitblit v1.9.1