From 6106c5630be29c9cf50e8c400904c473648b8440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Tue, 29 Oct 2024 14:23:55 +0800 Subject: [PATCH] =?UTF-8?q?mycomponents/job=20=E6=96=87=E4=BB=B6=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=208/8-10/25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/job/jobAccept.vue | 47 ++++++++++ src/mycomponents/job/jobComMainDetailCard.vue | 17 ++-- src/mycomponents/job/jobFilter.vue | 90 +++++++++++++++++-- 3 files changed, 142 insertions(+), 12 deletions(-) create mode 100644 src/mycomponents/job/jobAccept.vue diff --git a/src/mycomponents/job/jobAccept.vue b/src/mycomponents/job/jobAccept.vue new file mode 100644 index 00000000..b7b8dac2 --- /dev/null +++ b/src/mycomponents/job/jobAccept.vue @@ -0,0 +1,47 @@ + + + + + diff --git a/src/mycomponents/job/jobComMainDetailCard.vue b/src/mycomponents/job/jobComMainDetailCard.vue index 002b4e59..7e617a58 100644 --- a/src/mycomponents/job/jobComMainDetailCard.vue +++ b/src/mycomponents/job/jobComMainDetailCard.vue @@ -1,16 +1,19 @@ @@ -52,6 +55,10 @@ const props = defineProps({ isShowDeliverType: { type: Boolean, default: false + }, + isShowPackCount: { + type: Boolean, + default: false } }) diff --git a/src/mycomponents/job/jobFilter.vue b/src/mycomponents/job/jobFilter.vue index 28d82688..48665471 100644 --- a/src/mycomponents/job/jobFilter.vue +++ b/src/mycomponents/job/jobFilter.vue @@ -13,7 +13,7 @@ - + 只看待处理 @@ -43,10 +43,35 @@ - 来源库位 + {{fromLoactionCodeName}} + :placeholder="`请输入${fromLoactionCodeName}`" + @confirm="fromLocationCodeConfirm" /> + + + + 目标库位 + + + + + + 来源库区 + + + + + + 到库区 + +