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 @@