diff --git a/src/pages-erp/stock-in/scan/components/recent-scan-list.vue b/src/pages-erp/stock-in/scan/components/recent-scan-list.vue new file mode 100644 index 0000000..4f067d5 --- /dev/null +++ b/src/pages-erp/stock-in/scan/components/recent-scan-list.vue @@ -0,0 +1,149 @@ + + + + + diff --git a/src/pages-erp/stock-in/scan/components/scan-context-bar.vue b/src/pages-erp/stock-in/scan/components/scan-context-bar.vue new file mode 100644 index 0000000..029f0f8 --- /dev/null +++ b/src/pages-erp/stock-in/scan/components/scan-context-bar.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/src/pages-erp/stock-in/scan/components/scan-feedback-bar.vue b/src/pages-erp/stock-in/scan/components/scan-feedback-bar.vue new file mode 100644 index 0000000..ff15817 --- /dev/null +++ b/src/pages-erp/stock-in/scan/components/scan-feedback-bar.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/src/pages-erp/stock-in/scan/index.vue b/src/pages-erp/stock-in/scan/index.vue index 9f265d3..a9b6342 100644 --- a/src/pages-erp/stock-in/scan/index.vue +++ b/src/pages-erp/stock-in/scan/index.vue @@ -10,68 +10,162 @@ /> - - - 单据信息 - - - - {{ currentWarehouse?.name || '请选择入库仓库' }} + + + + + + + + + + + 1 + 扫库位 + + + + 2 + 扫产品 + - - - - {{ currentSupplierName }} + + + + 请扫描库位条码 + 产品已入库,请继续扫码 - - - - - - 扫码录入 + + + + + + + + + + 仓库 + {{ locationInfo.warehouseName }} + + + 库位 + + {{ locationInfo.locationCode }} + + + {{ locationInfo.enableLocation ? '库位管理' : '无库位管理' }} + + + + + + + + + + + + + + 产品 + + {{ productPreview.name }} + + + + 规格 + {{ productPreview.standard || '-' }} + + + 条码 + {{ productPreview.barCode || '-' }} + + + + - - - - - - - 入库明细 + + + + + 扫码记录 + + + 共 {{ records.length }} 条 + + + - - - + + + + + + diff --git a/src/pages-erp/stock-out/scan/components/recent-scan-list.vue b/src/pages-erp/stock-out/scan/components/recent-scan-list.vue new file mode 100644 index 0000000..b662794 --- /dev/null +++ b/src/pages-erp/stock-out/scan/components/recent-scan-list.vue @@ -0,0 +1,156 @@ + + + + + diff --git a/src/pages-erp/stock-out/scan/components/scan-context-bar.vue b/src/pages-erp/stock-out/scan/components/scan-context-bar.vue new file mode 100644 index 0000000..46a1f39 --- /dev/null +++ b/src/pages-erp/stock-out/scan/components/scan-context-bar.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/src/pages-erp/stock-out/scan/components/scan-feedback-bar.vue b/src/pages-erp/stock-out/scan/components/scan-feedback-bar.vue new file mode 100644 index 0000000..ff15817 --- /dev/null +++ b/src/pages-erp/stock-out/scan/components/scan-feedback-bar.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/src/pages-erp/stock-out/scan/index.vue b/src/pages-erp/stock-out/scan/index.vue index 826463b..31d7232 100644 --- a/src/pages-erp/stock-out/scan/index.vue +++ b/src/pages-erp/stock-out/scan/index.vue @@ -10,70 +10,168 @@ /> - - - 单据信息 - - - - {{ currentWarehouse?.name || '请选择出库仓库' }} + + + + + + + + + + + 1 + 扫库位 + + + + 2 + 扫产品 + - - - - {{ currentCustomerName }} + + + + 请扫描库位条码 + 产品已出库,请继续扫码 - - - - - - 扫码录入 + + + + + + + + + + 仓库 + {{ locationInfo.warehouseName }} + + + 库位 + + {{ locationInfo.locationCode }} + + + {{ locationInfo.enableLocation ? '库位管理' : '无库位管理' }} + + + + + + + + + + + + + + 产品 + + {{ productPreview.name }} + + + + 规格 + {{ productPreview.standard || '-' }} + + + 条码 + {{ productPreview.barCode || '-' }} + + + 库存 + {{ currentStockCount }} + + + + - - - - - - - 出库明细 + + + + + 扫码记录 + + + 共 {{ records.length }} 条 + + + - - - + + + + + +