From 871f42fda73141a3c872e22568c00561109308a1 Mon Sep 17 00:00:00 2001
From: admin <>
Date: Wed, 13 Mar 2024 16:24:08 +0800
Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E5=87=BA=E8=B4=A7?=
=?UTF-8?q?=E6=98=8E=E7=BB=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pagesApp/shipmentDetail.vue | 231 ++++++++++++++++++-----
src/pagesShipment/shipmentSettlement.vue | 2 +-
src/types/order.d.ts | 6 +-
3 files changed, 183 insertions(+), 56 deletions(-)
diff --git a/src/pagesApp/shipmentDetail.vue b/src/pagesApp/shipmentDetail.vue
index 1f36bae..89e3240 100644
--- a/src/pagesApp/shipmentDetail.vue
+++ b/src/pagesApp/shipmentDetail.vue
@@ -9,145 +9,259 @@
:borderColor="'rgba(0, 0, 0, 0.1)'"
:placeholderColor="'#C1C1C1'"
>
- 创建
+ 创建
+
本月
- 单据状态
- 排序
+ 单据状态
+ 排序
筛选
2024-01-01
-
+
- 出货单号:SHD20230901132333
- 上海奉贤两网融合(大磅)
+ 出货单号:{{ item.orderNumber }}
+ {{ item.deviceName || "-" }}
- 现场照片
+ 现场照片
- 吴小勇 已结算
- 轻二
+ {{ item.userName }}
+ {{ getScaleStatus((item as any).scaleStatus) }}
+ 补单
+
+ {{ item.productName }}
+
+ 定价人:{{ item.userName }}
+ 创建时间:{{ item.createTime }}
+
- {{ 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 }}
+
+
+
+
+