From f502305267ac60e26961db01b5c238a081e11772 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 17 Oct 2024 11:36:33 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/utils/hasPermission.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commons/utils/hasPermission.js b/commons/utils/hasPermission.js index 375ee71..39e9476 100644 --- a/commons/utils/hasPermission.js +++ b/commons/utils/hasPermission.js @@ -55,12 +55,12 @@ const $PermissionObj = { ], vip:[ { - key: '允许管理会员信息', - text: 'yun_xu_guan_li_hui_yuan_xin_xi' + text: '允许管理会员信息', + key: 'yun_xu_guan_li_hui_yuan_xin_xi' }, { - key: 'yun_xu_xiu_gai_hui_yuan_yu_e', - text: '允许修改会员余额' + text: 'yun_xu_xiu_gai_hui_yuan_yu_e', + key: '允许修改会员余额' } ], stock:[ From 6ee962930efe94df9411a637e3b82ff8207395a1 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 17 Oct 2024 11:36:57 +0800 Subject: [PATCH 2/7] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E8=AE=B0=E5=BD=95app=E4=B8=8D=E5=B1=95=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageProduct/index/components/edit-stock.vue | 6 +++- .../invoicing-list/components/list-item.vue | 3 +- pageProduct/invoicing-list/invoicing-list.vue | 31 +++++-------------- 3 files changed, 14 insertions(+), 26 deletions(-) diff --git a/pageProduct/index/components/edit-stock.vue b/pageProduct/index/components/edit-stock.vue index b3cd86a..d8608e9 100644 --- a/pageProduct/index/components/edit-stock.vue +++ b/pageProduct/index/components/edit-stock.vue @@ -139,7 +139,10 @@ goods: { type: Object, default: () => { - skuList: [] + return{ + id:'', + skuList: [] + } } } }) @@ -153,6 +156,7 @@ ] }) function toRecodes(){ + console.log(props.goods.id); go.to('PAGES_PRODUCT_INVOICING_LIST',{ productId:props.goods.id }) diff --git a/pageProduct/invoicing-list/components/list-item.vue b/pageProduct/invoicing-list/components/list-item.vue index cc2eae7..50c0b9a 100644 --- a/pageProduct/invoicing-list/components/list-item.vue +++ b/pageProduct/invoicing-list/components/list-item.vue @@ -83,7 +83,6 @@ - \ No newline at end of file diff --git a/pageProduct/add-specifications/choose-specifications.vue b/pageProduct/add-specifications/choose-specifications.vue index 5df47e6..5366d42 100644 --- a/pageProduct/add-specifications/choose-specifications.vue +++ b/pageProduct/add-specifications/choose-specifications.vue @@ -4,25 +4,44 @@ - - + + + + 选择规格 + + + + + + + + {{item.name}} - - + + + + + + + @@ -34,16 +53,17 @@ - + - - + + {{key}} - - {{val}} + + {{val}} @@ -51,13 +71,14 @@ 图片 - + + :imageStyles="imageStyles" :ref="setRefFile(index)" + :images="item.coverImg"> - + - + + + + @@ -120,8 +144,17 @@ - - + + + + + + + + 保存 + + + - + - \ No newline at end of file diff --git a/pagesOrder/detail/components/user.vue b/pagesOrder/detail/components/user.vue index 0c05831..92f312d 100644 --- a/pagesOrder/detail/components/user.vue +++ b/pagesOrder/detail/components/user.vue @@ -15,28 +15,30 @@ - + {{user.amount}} - 余额 + 余额 {{user.totalScore}} - 积分 + 积分 0.00 - 已消费 + 已消费 diff --git a/pagesOrder/detail/detail.vue b/pagesOrder/detail/detail.vue index d86dbd0..7d03d3c 100644 --- a/pagesOrder/detail/detail.vue +++ b/pagesOrder/detail/detail.vue @@ -1,10 +1,10 @@