From af291d04cdff9aea42ef76daee957e02481749c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A3=B7=E5=8F=B6?= <14103883+leaf-phos@user.noreply.gitee.com> Date: Mon, 10 Feb 2025 11:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A1=E3=80=81=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=E6=96=B0=E5=A2=9E=E8=A1=A8=E9=9D=A2=E5=A4=84=E7=90=86?= =?UTF-8?q?=E3=80=81=E9=A2=9C=E8=89=B2=202=E3=80=81=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=85=B3=E8=81=94=E5=85=B6=E4=BB=96=E8=BD=A6=E9=97=B4=E7=9A=84?= =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Business/ProdOrder/ProdOrderCheck.vue | 4 ++-- .../report/edit/components/ReportProductEdit.vue | 14 ++++++++++++++ .../edit/components/ReportProductRowEdit.vue | 6 ++++++ src/views/yh/reportProd/index.vue | 4 ++++ 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/components/Business/ProdOrder/ProdOrderCheck.vue b/src/components/Business/ProdOrder/ProdOrderCheck.vue index 3cbbe3f..3b7dbcf 100644 --- a/src/components/Business/ProdOrder/ProdOrderCheck.vue +++ b/src/components/Business/ProdOrder/ProdOrderCheck.vue @@ -19,9 +19,9 @@ /> --> - +
+
+ 表面处理 +
+ {{item.surface | dv}} +
+
+
+ 颜色 +
+ {{item.color | dv}} +
+
良品数
@@ -276,6 +288,8 @@ export default { num: null, defectNum: null, totalAmount: 0, + surface: null, + color: null, orderProdList: [], userProdList: [], ...data diff --git a/src/views/yh/report/edit/components/ReportProductRowEdit.vue b/src/views/yh/report/edit/components/ReportProductRowEdit.vue index 88e80ef..27aaef0 100644 --- a/src/views/yh/report/edit/components/ReportProductRowEdit.vue +++ b/src/views/yh/report/edit/components/ReportProductRowEdit.vue @@ -28,6 +28,12 @@ {{ row.totalAmount | dv }} 元 + + + + + + {{row.priceUnit}} diff --git a/src/views/yh/reportProd/index.vue b/src/views/yh/reportProd/index.vue index 24b4ba6..e026935 100644 --- a/src/views/yh/reportProd/index.vue +++ b/src/views/yh/reportProd/index.vue @@ -78,6 +78,8 @@ {{d.row.pricePattern | dv}} {{d.row.priceSpec | dv}} {{d.row.priceClassify | dv}} + {{d.row.surface | dv}} + {{d.row.color | dv}} {{formatFraction(d.row.priceQuantityNumerator, d.row.priceQuantityDenominator)}}