From dfcbe3e6446f871c695cc8f4e9c9f3f34a720763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 23 Jan 2022 00:38:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(GoodsStock.vue):=20=E7=AC=9B=E5=8D=A1?= =?UTF-8?q?=E5=B0=94=E7=A7=AF=E7=94=9F=E6=88=90=E5=8A=A8=E6=80=81sku?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=97=B6=E5=90=88=E5=B9=B6=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=A0=BCspan-method=E6=96=B9=E6=B3=95TypeScript=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E4=B8=8D=E9=80=9A=E8=BF=87=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E6=AD=A4=E9=A1=B5=E9=9D=A2=E6=9A=82=E4=B8=8D=E4=BD=BF=E7=94=A8?= =?UTF-8?q?TS=E8=AF=AD=E6=B3=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pms/goods/components/GoodsStock.vue | 187 ++++++++++-------- 1 file changed, 103 insertions(+), 84 deletions(-) diff --git a/src/views/pms/goods/components/GoodsStock.vue b/src/views/pms/goods/components/GoodsStock.vue index 198efc3d..5348f3b0 100644 --- a/src/views/pms/goods/components/GoodsStock.vue +++ b/src/views/pms/goods/components/GoodsStock.vue @@ -1,6 +1,6 @@