Explorar el Código

Truck Routing Summary Update

MergeProblem1
B.E.N.S.O.N hace 12 horas
padre
commit
f9dbfd9c3a
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. +2
    -2
      src/components/FinishedGoodSearch/FinishedGoodSearch.tsx
  2. +1
    -0
      src/components/FinishedGoodSearch/TruckRoutingSummaryTab.tsx

+ 2
- 2
src/components/FinishedGoodSearch/FinishedGoodSearch.tsx Ver fichero

@@ -321,8 +321,8 @@ const [selectedPrinterForDraft, setSelectedPrinterForDraft] = useState<PrinterCo
});
if (precheck.hasUnpickedOrders) {
const confirmResult = await Swal.fire({
title: "仍有訂單未執拾",
text: `此車線仍有 ${precheck.unpickedOrderCount} 張訂單未執拾,是否仍要列印?`,
title: "仍有未執拾的成品訂單",
text: `此車線仍有 ${precheck.unpickedOrderCount} 張未執拾的成品訂單,是否仍要列印?`,
icon: "warning",
showCancelButton: true,
confirmButtonText: "仍要列印",


+ 1
- 0
src/components/FinishedGoodSearch/TruckRoutingSummaryTab.tsx Ver fichero

@@ -149,6 +149,7 @@ const TruckRoutingSummaryTab: React.FC<Props> = ({ onFiltersChange }) => {
startIcon={<DownloadIcon />}
disabled={!canDownload}
onClick={onDownload}
sx={{ display: "none" }}
>
{loading ? "生成中..." : "下載報告 (PDF)"}
</Button>


Cargando…
Cancelar
Guardar