From be95fc9566c4f2e0517c7d823a4cc1ad340eb402 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Tue, 12 Nov 2024 18:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=A4=96=E5=87=BA=E5=85=A5?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/comRecommendDetailCard.vue | 24 ++- src/mycomponents/qty/compareQty.vue | 2 +- src/pages/unPlanned/job/issueJobDetail.vue | 2 +- src/pages/unPlanned/job/receiptJobDetail.vue | 163 ++++++++++++++---- 4 files changed, 152 insertions(+), 39 deletions(-) diff --git a/src/mycomponents/detail/comRecommendDetailCard.vue b/src/mycomponents/detail/comRecommendDetailCard.vue index 5452b913..4eda6a01 100644 --- a/src/mycomponents/detail/comRecommendDetailCard.vue +++ b/src/mycomponents/detail/comRecommendDetailCard.vue @@ -14,23 +14,23 @@ :right-options="item.scaned?scanOptions:detailOptions" style='padding:0px 0px 5px 0px;align-items: center;'> - - - 推 + + + 推
- +
- - - 实 + + + 实
- +
@@ -98,6 +98,14 @@ type: Boolean, default: true }, + isShowFromLocation: { + type: Boolean, + default: true + }, + isShowToLocation: { + type: Boolean, + default: true + }, }, watch: { dataContent: { diff --git a/src/mycomponents/qty/compareQty.vue b/src/mycomponents/qty/compareQty.vue index 9da62231..961ef423 100644 --- a/src/mycomponents/qty/compareQty.vue +++ b/src/mycomponents/qty/compareQty.vue @@ -1,6 +1,6 @@