Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-pda-scan
Commits
df904e81
Commit
df904e81
authored
May 06, 2024
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI优化
parent
92769af3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
17 deletions
+15
-17
relationships.vue
pages/packing/relationships.vue
+7
-10
posting.vue
pages/posting/posting.vue
+1
-1
productionIssuanceList.vue
pages/productionIssuance/productionIssuanceList.vue
+1
-1
purchaseStorage.vue
pages/purchaseStorage/purchaseStorage.vue
+2
-4
salesOutboundList.vue
pages/salesOutbound/salesOutboundList.vue
+1
-1
style.vue.scss
uview-ui/libs/css/style.vue.scss
+3
-0
No files found.
pages/packing/relationships.vue
View file @
df904e81
<
template
>
<view
class=
"lists"
>
<view
class=
"lists
page
"
>
<ContentLoadingMore
class=
"contentMore"
:list=
'list'
>
<view
class=
"cardbox"
>
<view
class=
"cardContent"
v-for=
"(item, index) in list"
:key=
"item.PLNR"
>
...
...
@@ -125,6 +125,9 @@ export default {
</
script
>
<
style
lang=
"scss"
>
.lists
{
min-height
:
calc
(
100vh
-
700rpx
);
}
.selectSheet
{
border-bottom
:
1px
solid
#ccc
;
}
...
...
@@ -137,23 +140,17 @@ export default {
height
:
330rpx
!
important
;
}
}
.listTitle
{
}
.contentMore
{
margin
:
20rpx
;
}
page
{
background
:
#f8f8f8
;
padding
:
20rpx
;
}
.cardbox
{
min-height
:
calc
(
100vh
-
700rpx
);
padding
:
0rpx
20rpx
;
margin-top
:
20rpx
;
// padding: 0rpx 20rpx;
}
.cardContent
{
border-radius
:
8px
;
background
:
#fff
;
margin-bottom
:
20rpx
;
}
.listItemTitle
{
display
:
flex
;
...
...
pages/posting/posting.vue
View file @
df904e81
<
template
>
<view>
<view
class=
"page"
>
<StickyNavBar>
<NavBar
title=
"发货过账扫描"
></NavBar>
<view
class=
"btn"
>
...
...
pages/productionIssuance/productionIssuanceList.vue
View file @
df904e81
<
template
>
<view>
<view
class=
"page"
>
<StickyNavBar>
<NavBar
title=
"生产发料"
></NavBar>
<view
class=
"headerTitle"
>
...
...
pages/purchaseStorage/purchaseStorage.vue
View file @
df904e81
<
template
>
<view>
<view
class=
"page"
>
<StickyNavBar>
<NavBar
title=
"采购入库扫描"
></NavBar>
<view
class=
"btn"
>
...
...
@@ -205,9 +205,7 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
page
{
background
:
#f8f8f8
;
}
.btn
{
padding
:
20rpx
;
background
:
#fff
;
...
...
pages/salesOutbound/salesOutboundList.vue
View file @
df904e81
<
template
>
<view
class=
"lists"
>
<view
class=
"lists
page
"
>
<StickyNavBar
class=
"listTitle"
>
<NavBar
title=
"销售拣货"
></NavBar>
<!--
<view
class=
"selectSheet"
>
...
...
uview-ui/libs/css/style.vue.scss
View file @
df904e81
...
...
@@ -2,6 +2,9 @@ page {
color
:
$u-main-color
;
font-size
:
28rpx
;
}
.page
{
background
:
#f8f8f8
;
}
/* start--去除webkit的默认样式--start */
.u-fix-ios-appearance
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment