diff --git a/src/PagesStatistics/billDetail.vue b/src/PagesStatistics/billDetail.vue new file mode 100644 index 0000000..d955da5 --- /dev/null +++ b/src/PagesStatistics/billDetail.vue @@ -0,0 +1,153 @@ + + + diff --git a/src/PagesStatistics/businessOverview.vue b/src/PagesStatistics/businessOverview.vue index aafd79d..8102581 100644 --- a/src/PagesStatistics/businessOverview.vue +++ b/src/PagesStatistics/businessOverview.vue @@ -1,13 +1,13 @@ diff --git a/src/PagesStatistics/customer/detail.vue b/src/PagesStatistics/customer/detail.vue index 7c7d26b..5867759 100644 --- a/src/PagesStatistics/customer/detail.vue +++ b/src/PagesStatistics/customer/detail.vue @@ -2,23 +2,27 @@ - 上海奉贤两网融合(大磅) - 重一 + {{ state.order.deviceName || "-" }} + {{ state.order.productName || "" }} - 现场照片 + 现场照片 - 过磅时间:2023-09-01 13:23:33 - 定价人:谭兵 - 审核人:谭兵 + 审核人:{{ state.order.pricingUserName || "-" }} + 过磅时间:{{ state.order.tareTime }} - 收货单号: SHD20230901132333 + + 出货单号:{{ state.order.orderNumber }} {{ item.name }}: 客户收货 - 收货时间:2023-09-01 13:23:33 + 收货时间:{{ state.order.updateTime }} @@ -51,24 +55,28 @@ diff --git a/src/PagesStatistics/supplier/detail.vue b/src/PagesStatistics/supplier/detail.vue index e50aaff..762cd1d 100644 --- a/src/PagesStatistics/supplier/detail.vue +++ b/src/PagesStatistics/supplier/detail.vue @@ -2,23 +2,28 @@ - 上海奉贤两网融合(大磅) - 重一 + {{ state.order.deviceName || "-" }} + {{ state.order.productName || "" }} - 现场照片 + 现场照片 - 过磅时间:2023-09-01 13:23:33 + 过磅时间:{{ state.order.grossTime }} - 定价人:谭兵 - 审核人:谭兵 + 定价人:{{ state.order.pricingUserName || "-" }} + 审核人:{{ state.order.reviewerUserName || "-" }} - 收货单号: SHD20230901132333 + + 收货单号: {{ state.order.receiptNumber }} {{ item.name }}: diff --git a/src/pages.json b/src/pages.json index 1e5a198..3a7bd28 100644 --- a/src/pages.json +++ b/src/pages.json @@ -229,9 +229,9 @@ } }, { - "path": "supplier/billDetail", + "path": "billDetail", "style": { - "navigationBarTitleText": "供应商账单详情" + "navigationBarTitleText": "账单详情" } }, { @@ -240,12 +240,6 @@ "navigationBarTitleText": "供应商详情" } }, - { - "path": "customer/billDetail", - "style": { - "navigationBarTitleText": "客户账单详情" - } - }, { "path": "customer/detail", "style": { diff --git a/src/pagesApp/components/TimeDialog.vue b/src/pagesApp/components/TimeDialog.vue index 8cfe813..f7f3a7e 100644 --- a/src/pagesApp/components/TimeDialog.vue +++ b/src/pagesApp/components/TimeDialog.vue @@ -43,7 +43,7 @@