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)}}