This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'MergeProblem1' of
https://git.2fi-solutions.com/jason/FPSMS-frontend
into MergeProblem1
MergeProblem1
vluk@2fi-solutions.com.hk
14 hours ago
parent
5c07df417f
5084455318
commit
fd406c3d3c
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/components/FinishedGoodSearch/TruckRoutingSummaryTab.tsx
+ 0
- 1
src/components/FinishedGoodSearch/TruckRoutingSummaryTab.tsx
View File
@@ -149,7 +149,6 @@ const TruckRoutingSummaryTab: React.FC<Props> = ({ onFiltersChange }) => {
startIcon={<DownloadIcon />}
disabled={!canDownload}
onClick={onDownload}
sx={{ display: "none" }}
>
{loading ? "生成中..." : "下載報告 (PDF)"}
</Button>
Write
Preview
Loading…
Cancel
Save