Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
801a086a
authored
Jul 18, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
0d21ecbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
10 deletions
assets/css/arrivalRegister/splitGoods.scss
pages/arrivalRegister/splitGoodsRecord.vue
assets/css/arrivalRegister/splitGoods.scss
View file @
801a086a
...
...
@@ -332,9 +332,9 @@
}
.uni-textarea
{
width
:
100%
;
height
:
1
1
0rpx
;
height
:
1
5
0rpx
;
background
:
#ffffff
;
border-radius
:
10
px
;
border-radius
:
5r
px
;
border
:
1px
solid
#1969f9
;
font-size
:
17rpx
;
padding
:
18rpx
;
...
...
pages/arrivalRegister/splitGoodsRecord.vue
View file @
801a086a
...
...
@@ -19,15 +19,12 @@
</view>
</view>
<view
class=
"search-params row bothSide verCenter"
>
<view
class=
"sn row rowCenter verCenter"
>
<picker
@
change=
"bindPickerChange($event,3)"
:value=
"status_index"
:range=
"status"
:range-key=
"'name'"
>
<view
class=
"row verCenter"
>
<view
class=
"uni-input"
>
{{
status_index
===
-
1
?
'预检单状态'
:
status
[
status_index
].
name
}}
</view>
<view
class=
"uni-arrow"
></view>
</view>
</picker>
<view
class=
"sn row rowCenter verCenter"
style=
"width: 60%;"
>
<view
class=
"select-box row"
style=
"width: 100%;"
>
<uni-datetime-picker
v-model=
"formParams.register_time"
type=
"datetimerange"
rangeSeparator=
"~"
:clear-icon=
"false"
@
change=
"changeDate"
start-placeholder=
"开始到货时间"
end-placeholder=
"结束到货时间"
:border=
"false"
/>
</view>
</view>
<view
class=
"sn row rowCenter verCenter"
>
<view
class=
"sn row rowCenter verCenter"
style=
"width: 30%;"
>
<picker
@
change=
"bindPickerChange($event,4)"
:value=
"logistics_company_index"
:range=
"logistics_company"
:range-key=
"'name'"
>
<view
class=
"row verCenter"
>
<view
class=
"uni-input"
>
{{
logistics_company_index
===
-
1
?
'请选择物流公司'
:
logistics_company
[
logistics_company_index
].
name
}}
</view>
...
...
@@ -163,6 +160,12 @@
}
},
methods
:
{
changeDate
(
e
)
{
console
.
log
(
e
)
this
.
searchParams
.
register_time
=
e
[
0
]
+
' ~ '
+
e
[
1
];
this
.
resetChange
();
this
.
getData
();
},
bindPickerChange
:
function
(
e
,
type
)
{
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
detail
.
value
);
if
(
type
==
1
)
{
...
...
@@ -330,4 +333,27 @@
<
style
scoped
lang=
"scss"
>
@import
'@/assets/css/arrivalRegister/splitGoodsRecord.scss'
;
::v-deep
{
.uni-calendar--fixed
{
z-index
:
9999999
!important
;
}
.uni-date-x
.icon-calendar
{
display
:
none
!important
;
}
.uni-date__x-input
{
height
:
30px
!important
;
line-height
:
30px
!important
;
padding-left
:
0
!important
;
font-size
:
17
rpx
;
}
.uni-date-x
.range-separator
{
height
:
30px
!important
;
line-height
:
30px
!important
;
padding
:
0
15
rpx
!important
;
}
}
</
style
>
\ No newline at end of file
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