cyril.tsui пре 4 дана
родитељ
комит
3c74b1807d
7 измењених фајлова са 7 додато и 9 уклоњено
  1. +1
    -1
      src/components/PoDetail/PoDetail.tsx
  2. +1
    -1
      src/components/PoDetail/PoInputGrid.tsx
  3. +1
    -3
      src/components/PoDetail/PutAwayForm.tsx
  4. +1
    -1
      src/i18n/zh/items.json
  5. +1
    -1
      src/i18n/zh/project.json
  6. +1
    -1
      src/i18n/zh/schedule.json
  7. +1
    -1
      src/i18n/zh/translation.json

+ 1
- 1
src/components/PoDetail/PoDetail.tsx Прегледај датотеку

@@ -533,7 +533,7 @@ const PoDetail: React.FC<Props> = ({ po, qc, warehouse, printerCombo }) => {
<TableCell align="center">
<TextField
id="dnQty"
label="輸入採購來貨數量"
label="此批送貨數量"
type="text" // Use type="text" to allow validation in the change handler
variant="outlined"
defaultValue={polInputList[rowIndex]?.dnQty ?? ''}


+ 1
- 1
src/components/PoDetail/PoInputGrid.tsx Прегледај датотеку

@@ -591,7 +591,7 @@ const closeNewModal = useCallback(() => {
// headerName: `${t("start")} | ${t("qc")} | ${t("escalation")} | ${t(
// "stock in",
// )} | ${t("putaway")} | ${t("delete")}`,
headerName: "作",
headerName: "作",
// headerName: "start | qc | escalation | stock in | putaway | delete",
width: 350, //200
// flex: 2,


+ 1
- 3
src/components/PoDetail/PutAwayForm.tsx Прегледај датотеку

@@ -51,7 +51,6 @@ import { useQrCodeScannerContext } from "../QrCodeScannerProvider/QrCodeScannerP
import dayjs from "dayjs";
import arraySupport from "dayjs/plugin/arraySupport";
import { dummyPutAwayLine } from "./dummyQcTemplate";
import { PrinterCombo } from "@/app/api/settings/printer";
import { GridRowModesModel } from "@mui/x-data-grid";
dayjs.extend(arraySupport);

@@ -60,7 +59,6 @@ interface Props {
warehouse: WarehouseResult[];
disabled: boolean;
// qc: QcItemWithChecks[];
printerCombo: PrinterCombo[];
setRowModesModel: Dispatch<SetStateAction<GridRowModesModel>>;
}
type EntryError =
@@ -83,7 +81,7 @@ const style = {
width: "auto",
};

const PutAwayForm: React.FC<Props> = ({ itemDetail, warehouse, disabled, printerCombo, setRowModesModel }) => {
const PutAwayForm: React.FC<Props> = ({ itemDetail, warehouse, disabled, setRowModesModel }) => {
const { t } = useTranslation("purchaseOrder");
const apiRef = useGridApiRef();
const {


+ 1
- 1
src/i18n/zh/items.json Прегледај датотеку

@@ -32,5 +32,5 @@
"Reset": "重置",
"Search": "搜尋",
"Release": "發佈",
"Actions": "作"
"Actions": "作"
}

+ 1
- 1
src/i18n/zh/project.json Прегледај датотеку

@@ -2,7 +2,7 @@
"code": "編號",
"FG & Material Demand Forecast Detail": "FG 及材料需求預測詳情",
"Release": "發佈",
"Actions": "作",
"Actions": "作",
"Product": "產品",
"Details": "詳情",
"View BoM": "查看 BoM",


+ 1
- 1
src/i18n/zh/schedule.json Прегледај датотеку

@@ -34,7 +34,7 @@
" (Selected)": " (已選擇)",
"Total FG Item": "總成品項目",
"Release": "發佈",
"Actions": "作",
"Actions": "作",
"FG Demand List (7 Days)": "成品需求列表(7 天)",
"FG Demand Date": "成品需求日期",
"FG Demand Qty": "成品需求數量",


+ 1
- 1
src/i18n/zh/translation.json Прегледај датотеку

@@ -1,4 +1,4 @@
{
"Release": "發佈",
"Actions": "作"
"Actions": "作"
}

Loading…
Откажи
Сачувај