Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
c4e1a309
Commit
c4e1a309
authored
Aug 06, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3372192e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
12 deletions
+9
-12
myBill.vue
pages/mySupplier/myBill.vue
+3
-3
supplierOrder.vue
pages/mySupplier/supplierOrder.vue
+6
-9
No files found.
pages/mySupplier/myBill.vue
View file @
c4e1a309
...
...
@@ -124,11 +124,11 @@
},
change
(
index
){
if
(
index
==
1
){
if
(
index
==
0
){
this
.
msg
.
SelectBillState
=
-
1
;
}
else
if
(
index
==
2
){
}
else
if
(
index
==
1
){
this
.
msg
.
SelectBillState
=
1
;
}
else
if
(
index
==
3
){
}
else
if
(
index
==
2
){
this
.
msg
.
SelectBillState
=
2
;
}
this
.
SelectBillState
=
index
;
...
...
pages/mySupplier/supplierOrder.vue
View file @
c4e1a309
...
...
@@ -92,15 +92,15 @@
<view
class=
"popup_item"
>
<input
class=
"uni-input inputM"
v-model=
"msg.GoodsName"
/>
</view>
<text
class=
"popupbox_text"
style=
"margin-top: 15px;"
>
下单时间
段
</text>
<text
class=
"popupbox_text"
style=
"margin-top: 15px;"
>
下单时间
</text>
<view
style=
"width: 96%;display: flex;flex-direction: row;align-items: center;justify-content: space-between;margin-left: 2%;height: 40px;"
>
<view
class=
"popup_item_t"
@
click=
"godate(1)"
>
<text
>
{{
msg.StartTime}}
</text>
<text
:style=
"{color:msg.StartTime==''?'#A5A4AC':'#111111'}"
>
{{msg.StartTime==''?'开始时间':
msg.StartTime}}
</text>
</view>
<view>
-
</view>
<view
class=
"popup_item_t"
@
click=
"godate(2)"
>
<text
>
{{
msg.EndTime}}
</text>
<text
:style=
"{color:msg.EndTime==''?'#A5A4AC':'#111111'}"
>
{{msg.EndTime==''?'结束时间':
msg.EndTime}}
</text>
</view>
</view>
...
...
@@ -117,17 +117,13 @@
</u-popup>
<u-picker
mode=
"selector"
v-model=
"showmodel"
:range=
"array"
range-key=
"Name"
@
confirm=
'choosesupplier'
></u-picker>
<u-picker
v-model=
"showpicker"
mode=
"time"
@
confirm=
'dateconfirm'
></u-picker>
<u-picker
v-model=
"showpicker"
mode=
"time"
@
confirm=
'dateconfirm'
:default-time=
'datetype==1?msg.StartTime:msg.EndTime'
></u-picker>
</view>
</template>
<
script
>
import
wPicker
from
"../foot/w-picker/w-picker.vue"
export
default
{
components
:{
wPicker
},
data
()
{
return
{
pageTitle
:
"供应商订单"
,
...
...
@@ -167,7 +163,8 @@
nomore
:
"没有更多了"
,
},
cHeight
:
0
,
array
:[]
array
:[],
datetype
:
1
,
}
},
...
...
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