Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zc-qiyewx-app
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
杨勇飞
zc-qiyewx-app
Commits
fa2c0d8d
Commit
fa2c0d8d
authored
Feb 19, 2025
by
刘杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业微信前端
parent
dde14e60
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
181 additions
and
392 deletions
+181
-392
bossCard.vue
components/bossCard/bossCard.vue
+175
-391
dailyReportCreate.vue
components/dailyReportCreate/dailyReportCreate.vue
+6
-1
No files found.
components/bossCard/bossCard.vue
View file @
fa2c0d8d
This diff is collapsed.
Click to expand it.
components/dailyReportCreate/dailyReportCreate.vue
View file @
fa2c0d8d
...
...
@@ -83,6 +83,7 @@
isLeave
:
'否'
,
leaveReason
:
''
},
staffCode
:
""
,
leaveOptions
:
[
'是'
,
'否'
]
}
},
...
...
@@ -138,6 +139,9 @@
})
return
}
this
.
staffCode
=
uni
.
getStorageSync
(
`staffCode`
);
const
data
=
{
"aux"
:
{
reporter
:
this
.
formData
.
reporter
,
...
...
@@ -145,7 +149,8 @@
todayWork
:
this
.
formData
.
todayWork
,
weekWork
:
this
.
formData
.
weekWork
,
isLeave
:
this
.
formData
.
isLeave
,
leaveReason
:
this
.
formData
.
leaveReason
leaveReason
:
this
.
formData
.
leaveReason
,
staffCode
:
this
.
staffCode
}
}
console
.
log
(
'提交的日报数据:'
,
data
)
...
...
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