Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
sph
上药订单生命周期升级
Commits
d1a680bb
Commit
d1a680bb
authored
Mar 18, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高级搜索设置 输入框placeholder
parent
7391caac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
5 deletions
+18
-5
src/views/myInvoice/components/HighSearch.vue
src/views/myInvoice/components/HighSearch.vue
+4
-0
src/views/myOrder/components/HighSearch.vue
src/views/myOrder/components/HighSearch.vue
+14
-5
No files found.
src/views/myInvoice/components/HighSearch.vue
View file @
d1a680bb
...
...
@@ -344,6 +344,10 @@ export default {
overflow-y
:
auto
;
padding
:
5
PX
;
}
.inputInfo
:empty::before
{
content
:
attr
(
placeholder
);
color
:
#999999
;
}
.input
{
color
:
#666666
;
width
:
100%
;
...
...
src/views/myOrder/components/HighSearch.vue
View file @
d1a680bb
...
...
@@ -11,24 +11,24 @@
<div
class=
"high-info"
@
click=
"showPost('consignor')"
>
<div
class=
"title font-bold font-16"
>
货主
</div>
<!--
<textarea
:value=
"consignor"
class=
"inputInfo"
type=
"text"
></textarea>
-->
<div
contenteditable=
"false"
class=
"inputInfo"
>
{{
consignor
}}
</div>
<div
contenteditable=
"false"
placeholder=
"请选择货主"
class=
"inputInfo"
>
{{
consignor
}}
</div>
</div>
<div
class=
"high-info"
>
<div
class=
"title font-bold font-16"
>
请输入订单号
</div>
<!--
<div
contenteditable=
"true"
class=
"inputInfo"
>
{{
orderNo
}}
</div>
-->
<input
v-model=
"moreSearchInfo.orderNo"
class=
"input"
type=
"text"
>
<input
v-model=
"moreSearchInfo.orderNo"
placeholder=
"请输入订单号"
class=
"input"
type=
"text"
>
</div>
<div
class=
"high-info"
@
click=
"showPost('supplier')"
>
<div
class=
"title font-bold font-16"
>
供应商
</div>
<div
contenteditable=
"false"
class=
"inputInfo"
>
{{
supplier
}}
</div>
<div
contenteditable=
"false"
placeholder=
"请选择供应商"
class=
"inputInfo"
>
{{
supplier
}}
</div>
</div>
<div
class=
"high-info"
@
click=
"showPost('goods')"
>
<div
class=
"title font-bold font-16"
>
商品
</div>
<div
contenteditable=
"false"
class=
"inputInfo"
>
{{
goods
}}
</div>
<div
contenteditable=
"false"
placeholder=
"请选择商品"
class=
"inputInfo"
>
{{
goods
}}
</div>
</div>
<div
class=
"high-info"
@
click=
"showPost('client')"
>
<div
class=
"title font-bold font-16"
>
客户
</div>
<div
contenteditable=
"false"
class=
"inputInfo"
>
{{
client
}}
</div>
<div
contenteditable=
"false"
placeholder=
"请选择客户"
class=
"inputInfo"
>
{{
client
}}
</div>
</div>
</div>
<!--
<van-cell-group
class=
"high-info"
>
...
...
@@ -329,6 +329,11 @@ export default {
border
:
0
.5px
solid
#eeeeee
;
background-color
:
#EFF5F9
;
}
.inputInfo
:empty::before
{
content
:
attr
(
placeholder
);
color
:
#999999
;
font-size
:
15
PX
;
}
.input
{
color
:
#666666
;
width
:
100%
;
...
...
@@ -347,6 +352,10 @@ export default {
overflow-y
:
auto
;
padding
:
5
PX
;
}
input
:
:-
webkit-input-placeholder
{
color
:
#999999
;
font-size
:
15
PX
;
}
}
}
...
...
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