From e118fa142e8616ca79f4649ea0f6afde9369b2ed Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Thu, 1 Aug 2024 00:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/style/new_style.css | 2 +- src/common/style/pdabasic.css | 12 +++- src/mycomponents/workStation/workStation.vue | 54 +++++++++-------- src/pages/issue/coms/comIssueRequestCard.vue | 58 +++++++++++-------- src/pages/issue/job/issueDetail.vue | 56 +++++++++--------- .../issue/request/issueRequestDetail.vue | 22 +++---- .../purchaseReceipt/job/receiptDetail.vue | 36 ++++++------ src/pages/purchaseReturn/job/returnDetail.vue | 37 ++++++------ .../request/returnRequestDetail.vue | 17 +++--- src/pages/putaway/job/putawayDetail.vue | 54 +++++++++-------- .../putaway/request/putawayRequestDetail.vue | 39 ++++++------- 11 files changed, 205 insertions(+), 182 deletions(-) diff --git a/src/common/style/new_style.css b/src/common/style/new_style.css index ecf5e7a4..49e6e35f 100644 --- a/src/common/style/new_style.css +++ b/src/common/style/new_style.css @@ -2234,7 +2234,7 @@ button::after { .task_item { margin: 0rpx 10rpx; - margin-top: 10rpx; + /* margin-top: 10rpx; */ background-color: #fff; } diff --git a/src/common/style/pdabasic.css b/src/common/style/pdabasic.css index d3b92cec..0b5d2a83 100644 --- a/src/common/style/pdabasic.css +++ b/src/common/style/pdabasic.css @@ -725,18 +725,26 @@ page { } .page-header { + background-color: #3c9cff; + font-size: 35rpx; + padding: 10rpx 20rpx; +} +.page-header .header-view { + display: flex; + flex-direction: column; background-color: #fff; font-size: 35rpx; padding: 10rpx 20rpx; + border-radius:4px; } -.page-header .header_item { +.page-header .header-view .header_item { /* padding-left: 10rpx; */ padding: 5rpx 10rpx; font-size:32rpx ; } -.page-header .header_job_top { +.page-header .header-view .header_job_top { padding:5rpx 0rpx; } .page-main { diff --git a/src/mycomponents/workStation/workStation.vue b/src/mycomponents/workStation/workStation.vue index da284da9..799d3ffb 100644 --- a/src/mycomponents/workStation/workStation.vue +++ b/src/mycomponents/workStation/workStation.vue @@ -1,33 +1,31 @@ @@ -42,11 +40,11 @@ watch: {}, props: { - fromWarehouseCode:{ + fromWarehouseCode: { type: String, default: "" }, - + workshopCode: { type: String, default: "" @@ -74,4 +72,4 @@ + \ No newline at end of file diff --git a/src/pages/issue/coms/comIssueRequestCard.vue b/src/pages/issue/coms/comIssueRequestCard.vue index 55036b26..821af4bf 100644 --- a/src/pages/issue/coms/comIssueRequestCard.vue +++ b/src/pages/issue/coms/comIssueRequestCard.vue @@ -1,34 +1,42 @@ + + + + + + 生产线 + {{dataContent.productionLineCode}} + + + + + - + } + } + - + \ No newline at end of file diff --git a/src/pages/issue/job/issueDetail.vue b/src/pages/issue/job/issueDetail.vue index 705857c8..14fee6c4 100644 --- a/src/pages/issue/job/issueDetail.vue +++ b/src/pages/issue/job/issueDetail.vue @@ -1,20 +1,23 @@