瀏覽代碼

update

master
MSI\derek 1 月之前
父節點
當前提交
44b555bd43
共有 2 個檔案被更改,包括 4 行新增2 行删除
  1. +2
    -2
      src/components/PickOrderDetail/PickOrderDetail.tsx
  2. +2
    -0
      src/components/PoDetail/PutawayForm.tsx

+ 2
- 2
src/components/PickOrderDetail/PickOrderDetail.tsx 查看文件

@@ -794,7 +794,7 @@ const PickOrderDetail: React.FC<Props> = ({ consoCode, qc }) => {
</Button>
</Grid>
{/* homemade qrcode for testing purpose */}
<Grid
{/* <Grid
item
xs={12}
style={{ display: "flex", justifyContent: "center" }}
@@ -803,7 +803,7 @@ const PickOrderDetail: React.FC<Props> = ({ consoCode, qc }) => {
content={homemade_Qrcode}
sx={{ width: 200, height: 200 }}
/>
</Grid>
</Grid> */}
</Grid>
<Grid container xs={12} justifyContent="space-between">
{/* <Grid item xs={12} sx={{ height: 400 }}>


+ 2
- 0
src/components/PoDetail/PutawayForm.tsx 查看文件

@@ -255,6 +255,8 @@ const PutawayForm: React.FC<Props> = ({ itemDetail, warehouse, disabled }) => {
}, [warehouseId]);

const getWarningTextHardcode = useCallback((): string | undefined => {
console.log(options)
if (options.length === 0) return undefined
const defaultWarehouseId = options[0].value;
const currWarehouseId = watch("warehouseId");
if (defaultWarehouseId !== currWarehouseId) {


Loading…
取消
儲存