diff --git a/src/PagesStatistics/index.vue b/src/PagesStatistics/index.vue index 839b80c..8cd26a4 100644 --- a/src/PagesStatistics/index.vue +++ b/src/PagesStatistics/index.vue @@ -8,10 +8,10 @@ {{ child.title }} @@ -30,9 +30,7 @@ const list = reactive([ title: "收货", child: [ { - icon: "1-1.png", - width: "42.31rpx", - height: "50rpx", + icon: "01.png", title: "收货汇总", fn: (item: any) => { uni.navigateTo({ @@ -41,9 +39,7 @@ const list = reactive([ } }, { - icon: "1-2.png", - width: "44.23rpx", - height: "44.23rpx", + icon: "02.png", title: "供应商排行", fn: (item: any) => { uni.navigateTo({ @@ -58,9 +54,7 @@ const list = reactive([ title: "出货", child: [ { - icon: "2-1.png", - width: "42.31rpx", - height: "50rpx", + icon: "03.png", title: "出货汇总", fn: (item: any) => { uni.navigateTo({ @@ -69,9 +63,7 @@ const list = reactive([ } }, { - icon: "2-2.png", - width: "46.15rpx", - height: "46.15rpx", + icon: "04.png", title: "客户排行", fn: (item: any) => { uni.navigateTo({ @@ -85,9 +77,7 @@ const list = reactive([ title: "账本", child: [ { - icon: "3-1.png", - width: "46.15rpx", - height: "46.79rpx", + icon: "05.png", title: "经营概况", fn: (item: any) => { uni.navigateTo({ @@ -96,9 +86,7 @@ const list = reactive([ } }, { - icon: "3-2.png", - width: "48.08rpx", - height: "44.23rpx", + icon: "06.png", title: "供应商对账", fn: (item: any) => { uni.navigateTo({ @@ -107,9 +95,7 @@ const list = reactive([ } }, { - icon: "3-3.png", - width: "43.59rpx", - height: "43.59rpx", + icon: "07.png", title: "客户对账", fn: (item: any) => { uni.navigateTo({ @@ -124,15 +110,15 @@ const list = reactive([ diff --git a/src/pagesApp/receiveCl.vue b/src/pagesApp/receiveCl.vue index b959fc9..8623399 100644 --- a/src/pagesApp/receiveCl.vue +++ b/src/pagesApp/receiveCl.vue @@ -11,96 +11,119 @@ > - + - 收货单号:SHD20230901132333 - 上海奉贤两网融合(大磅) + 收货单号:{{ item.receiptNumber }} + {{ item.deviceName }} - 现场照片 + 现场照片 - 吴小勇 - 轻二 + {{ item.userName }} + {{ item.productName }} - 定价人:谭兵 - 过磅时间:2023-09-01 13:23:33 + 定价人:{{ item.pricingUserName }} + 过磅时间:{{ item.tareTime }} - - {{ item.name }}:{{ item.isBefore ? item.unit : "" }} - {{ item.num }} - {{ item.isBefore ? "" : item.unit }} - + + + + {{ item.buttonType === 0 ? "扣杂" : "扣点" }}: + {{ + item.buttonType === 0 + ? item[cItem.enName as string] + : item["points"] + }} + {{ item.buttonType === 0 ? cItem.unit : "%" }} + + + + {{ cItem.name }}:{{ cItem.isBefore ? cItem.unit : "" }} + {{ item[cItem.enName as string] }} + {{ cItem.isBefore ? "" : cItem.unit }} + +