From a106aff01c5f13ab705a77fcb0e67f026e53b099 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Sat, 9 Mar 2024 17:03:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E9=85=92=E9=81=93?= =?UTF-8?q?=E9=A6=86=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=20=E8=B4=AD?= =?UTF-8?q?=E4=B9=B0=E5=A4=9A=E8=A7=84=E6=A0=BC=E5=95=86=E5=93=81=E6=97=B6?= =?UTF-8?q?=20=E5=95=86=E5=93=81=E6=9F=90=E4=B8=AA=E8=A7=84=E6=A0=BC?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8=E5=BA=93=E5=AD=98=E5=88=99=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=B4=AD=E4=B9=B0=E6=95=B0=E9=87=8F=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/supplier/stock/with_goods.vue | 2 +- pages/wine/goods_list.vue | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pages/supplier/stock/with_goods.vue b/pages/supplier/stock/with_goods.vue index ee48497..3f0ec14 100644 --- a/pages/supplier/stock/with_goods.vue +++ b/pages/supplier/stock/with_goods.vue @@ -139,7 +139,7 @@ import {mapGetters} from "vuex"; import authorize from '@/components/Authorize'; import {supplierGoodsList, withGoodsCartAdd} from "@/api/supplier"; -import {withGoodsCartDel, withGoodsCartIds, withGoodsCartList, withGoodsChangeNum} from "../../../api/supplier"; +import {withGoodsCartDel, withGoodsCartIds, withGoodsCartList} from "@/api/supplier"; export default { name: 'business', diff --git a/pages/wine/goods_list.vue b/pages/wine/goods_list.vue index b72a2e8..17b34c1 100644 --- a/pages/wine/goods_list.vue +++ b/pages/wine/goods_list.vue @@ -127,7 +127,7 @@ 库存:{{ Math.floor((currentGoods.selected.stock || 0) / currentGoods.batch_num) }} - 库存:{{ currentGoods.selected.stock || '' }} + 库存:{{ currentGoods.selected.stock || 0 }} @@ -148,7 +148,7 @@ - + @@ -216,10 +216,9 @@