From 379fed15b36037f2401b899b4c4643c9469d0bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E9=A6=99=E7=90=AA?= <624506849@qq.com> Date: Wed, 1 Apr 2026 17:14:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=99=9A=E6=8B=9F=E9=94=80=E9=87=8F?= =?UTF-8?q?=E7=AE=A1=E7=90=86):=20=E6=96=B0=E5=A2=9E=E8=99=9A=E6=8B=9F?= =?UTF-8?q?=E9=94=80=E9=87=8F=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/goods/virtual-sales/index.vue | 540 ++++++++++++++++++ 1 file changed, 540 insertions(+) create mode 100644 manager/src/views/goods/virtual-sales/index.vue diff --git a/manager/src/views/goods/virtual-sales/index.vue b/manager/src/views/goods/virtual-sales/index.vue new file mode 100644 index 00000000..50ea103e --- /dev/null +++ b/manager/src/views/goods/virtual-sales/index.vue @@ -0,0 +1,540 @@ + + + + + + + + + + + + + + + + + + 搜索 + + 重置 + + + + + + 支持按规格逐条设置虚拟销量,列表总销量 = 真实销量 + 虚拟销量。 + + + + + 批量设置虚拟销量 + + + + + + + + + {{ row.goodsName }} + + 规格:{{ row.simpleSpecs.trim() || "-" }} + + + + + + + + + + + + + + + 商品名称: + {{ currentSku.goodsName || "-" }} + + + 规格信息: + {{ currentSku.simpleSpecs || "-" }} + + + SKU ID: + {{ currentSku.id || "-" }} + + + + + + + + + + + 已选规格: + {{ selectedRows.length }} 个 + + + + + + + + + + + 取消 + + + 提交 + + + + + + + + +