Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
f1046aff
authored
Nov 30, 2021
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
b77c754f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
pages/home/index.vue
pages/scan/confirm.vue
pages/home/index.vue
View file @
f1046aff
...
...
@@ -26,17 +26,14 @@
<view
class=
"box column verCenter"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
快递回单上传
</text>
<text
class=
"num row rowCenter verCenter"
>
12
</text>
</view>
<view
class=
"box column verCenter"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
司机回单上传
</text>
<text
class=
"num row rowCenter verCenter"
>
12
</text>
</view>
<view
class=
"box column verCenter"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
自提回单上传
</text>
<text
class=
"num row rowCenter verCenter"
>
12
</text>
</view>
</view>
</view>
...
...
pages/scan/confirm.vue
View file @
f1046aff
...
...
@@ -33,7 +33,7 @@
<textarea
class=
"remark row"
placeholder=
"请输入签单备注"
></textarea>
</view>
</view>
<view
class=
"btn row rowCenter verCenter"
>
提交确认
</view>
<view
class=
"btn row rowCenter verCenter"
@
click=
"submit()"
>
提交确认
</view>
</view>
</
template
>
...
...
@@ -49,8 +49,9 @@ export default {
this
.
getData
();
},
methods
:
{
getData
()
{
this
.
request
(
API
.
OrderList
,
'GET'
,
{
limit
:
this
.
limit
},
this
.
loading
).
then
(
res
=>
{});
getData
()
{},
submit
()
{
}
}
};
...
...
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