CANCERYS\kw093 2 ay önce
ebeveyn
işleme
c855ed5c3b
2 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx
  2. +2
    -1
      src/i18n/zh/purchaseOrder.json

+ 2
- 2
src/components/PoSearch/PoSearch.tsx Dosyayı Görüntüle

@@ -142,14 +142,14 @@ const PoSearch: React.FC<Props> = ({
},
{
name: "code",
label: `${t("PO No.")} &\n${t("Supplier")}`,
label: `${t("PO No.")} ${t("&")}\n${t("Supplier")}`,
renderCell: (params) => {
return <>{params.code}<br/>{params.supplier}</>
},
},
{
name: "orderDate",
label: `${t("Order Date")} &\n${t("ETA")}`,
label: `${t("Order Date")} ${t("&")}\n${t("ETA")}`,
renderCell: (params) => {
// return (
// dayjs(params.estimatedArrivalDate)


+ 2
- 1
src/i18n/zh/purchaseOrder.json Dosyayı Görüntüle

@@ -156,5 +156,6 @@
"joCode": "工單編號",
"salesUnit": "銷售單位",
"download Qr Code": "下載QR碼",
"downloading": "下載中"
"downloading": "下載中",
"&": "及"
}

Yükleniyor…
İptal
Kaydet