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 1cfc1c3..349ac0e 100644 --- a/pageProduct/add-Product/add-Product.vue +++ b/pageProduct/add-Product/add-Product.vue @@ -330,7 +330,7 @@ 起售数量 - @@ -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 @@