Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
54254c88
Commit
54254c88
authored
Apr 28, 2021
by
Morson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
过程反馈页面对接
parent
3804cdbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
main.js
src/main.js
+4
-2
feedback.vue
src/pages/order/feedback.vue
+7
-3
No files found.
src/main.js
View file @
54254c88
import
Vue
from
'vue'
import
Vue
from
'vue'
import
moment
from
'moment'
import
App
from
'./App'
import
uView
from
"uview-ui"
;
import
vuexStore
from
"@/store/$u.mixin.js"
;
...
...
@@ -7,7 +8,8 @@ import {router,RouterMount} from '@/router/index.js' //路径换成自己的
Vue
.
config
.
productionTip
=
false
Vue
.
mixin
(
vuexStore
)
Vue
.
use
(
uView
);
Vue
.
use
(
uView
);
Vue
.
prototype
.
moment
=
moment
App
.
mpType
=
'app'
const
app
=
new
Vue
({
...
...
src/pages/order/feedback.vue
View file @
54254c88
...
...
@@ -64,7 +64,7 @@
</view>
</view>
<view
class=
"time-view"
>
<appoint-time
@
dateChange=
"dateChange"
@
timeChange=
"timeChange"
@
weekChange=
"weekChange"
></appoint-time>
<appoint-time
:dateList=
"dateList"
:timeList=
"timeList"
@
dateChange=
"dateChange"
@
timeChange=
"timeChange"
@
weekChange=
"weekChange"
></appoint-time>
</view>
</view>
</view>
...
...
@@ -83,6 +83,8 @@
categoryId
:
null
,
showRemark
:
false
,
submiting
:
false
,
dateList
:
[],
timeList
:
[],
background
:
{
backgroundColor
:
'none'
,
},
...
...
@@ -204,11 +206,13 @@
/* 加载日历数据 */
async
loadCalendar
()
{
let
self
=
this
let
res
=
await
this
.
$u
.
api
.
workerCalendar
()
let
params
=
{
num
:
1
}
let
res
=
await
this
.
$u
.
api
.
workerCalendar
(
params
)
if
(
res
&&
res
.
code
==
200
)
{
}
debugger
},
/**
...
...
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