From 63981c945259a60ed1482fa6b14b7f141c20c3f6 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 2 Dec 2024 09:38:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=87=86=E5=A4=87=EF=BC=9A=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/my-components/my-popup-table.vue | 268 ++++++++++++++++++ components/my-components/my-table-col.vue | 8 + components/my-components/my-table.vue | 76 +++++ pageProduct/add-Product/add-Product.vue | 4 +- .../add-Product/components/choose-goods.vue | 12 +- 5 files changed, 361 insertions(+), 7 deletions(-) create mode 100644 components/my-components/my-popup-table.vue create mode 100644 components/my-components/my-table-col.vue create mode 100644 components/my-components/my-table.vue diff --git a/components/my-components/my-popup-table.vue b/components/my-components/my-popup-table.vue new file mode 100644 index 0000000..bcd3b0e --- /dev/null +++ b/components/my-components/my-popup-table.vue @@ -0,0 +1,268 @@ + + + + + \ No newline at end of file diff --git a/components/my-components/my-table-col.vue b/components/my-components/my-table-col.vue new file mode 100644 index 0000000..02409e3 --- /dev/null +++ b/components/my-components/my-table-col.vue @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/components/my-components/my-table.vue b/components/my-components/my-table.vue new file mode 100644 index 0000000..77cb15b --- /dev/null +++ b/components/my-components/my-table.vue @@ -0,0 +1,76 @@ + + + + + \ No newline at end of file diff --git a/pageProduct/add-Product/add-Product.vue b/pageProduct/add-Product/add-Product.vue index 31b6d2d..349ac0e 100644 --- a/pageProduct/add-Product/add-Product.vue +++ b/pageProduct/add-Product/add-Product.vue @@ -702,6 +702,8 @@ + + @@ -1500,7 +1502,7 @@ }, { name: '称重商品', - value: 'weight' + value: 'weigh' } ], typeEnums: [{ diff --git a/pageProduct/add-Product/components/choose-goods.vue b/pageProduct/add-Product/components/choose-goods.vue index c11c6c9..bcd3b0e 100644 --- a/pageProduct/add-Product/components/choose-goods.vue +++ b/pageProduct/add-Product/components/choose-goods.vue @@ -47,14 +47,15 @@ --> {{item.name}} - + {{item.typeEnum}} ¥{{ item.lowPrice }} - {{ item.realSalesNumber }}/{{ item.stockNumber }} + + {{ item.stockNumber }} {{item.categoryName}} @@ -79,9 +80,6 @@