From 9fb38ff589aa3263c4b454e34278c7fd77c90ce6 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Tue, 10 Sep 2024 14:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=B7=E5=BC=8F2024/8/1=20?= =?UTF-8?q?00:17:33?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/job/jobComMainDetailCard.vue | 6 +-- src/mycomponents/workStation/workStation.vue | 47 ++++++++----------- src/pages/count/coms/comFuzzyCountJobCard.vue | 22 +++++---- src/pages/deliver/coms/comDeliverJobCard.vue | 4 ++ src/pages/deliver/job/deliverJob.vue | 2 +- src/pages/issue/coms/comIssueJobCard.vue | 10 ++-- src/pages/issue/coms/comIssueRequestCard.vue | 8 ++++ src/pages/issue/job/issueDetail.vue | 9 ++-- .../issue/request/issueRequestDetail.vue | 3 +- src/pages/putaway/job/putawayDetail.vue | 3 +- 10 files changed, 64 insertions(+), 50 deletions(-) diff --git a/src/mycomponents/job/jobComMainDetailCard.vue b/src/mycomponents/job/jobComMainDetailCard.vue index e38de2f8..002b4e59 100644 --- a/src/mycomponents/job/jobComMainDetailCard.vue +++ b/src/mycomponents/job/jobComMainDetailCard.vue @@ -7,13 +7,9 @@
- +
- - 发货类型 - {{ dataContent.deliverType == 'CUST' ? '寄售库发货' : '三方库发货' }} - diff --git a/src/mycomponents/workStation/workStation.vue b/src/mycomponents/workStation/workStation.vue index 172d3e5e..c897924a 100644 --- a/src/mycomponents/workStation/workStation.vue +++ b/src/mycomponents/workStation/workStation.vue @@ -1,33 +1,26 @@ @@ -65,6 +58,6 @@ const props = defineProps({ diff --git a/src/pages/count/coms/comFuzzyCountJobCard.vue b/src/pages/count/coms/comFuzzyCountJobCard.vue index 55c94f34..49380a8f 100644 --- a/src/pages/count/coms/comFuzzyCountJobCard.vue +++ b/src/pages/count/coms/comFuzzyCountJobCard.vue @@ -1,14 +1,20 @@