Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
ad2d28f7
Commit
ad2d28f7
authored
Jul 23, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0b25ea00
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
productInfor1.vue
pages/teamLeader/components/report/productInfor1.vue
+1
-1
index.vue
pages/teamLeader/index.vue
+10
-7
No files found.
pages/teamLeader/components/report/productInfor1.vue
View file @
ad2d28f7
...
@@ -166,7 +166,7 @@
...
@@ -166,7 +166,7 @@
</view>
</view>
<view
class=
"inputBoxRight"
>
<view
class=
"inputBoxRight"
>
<input
class=
"text-right"
type=
"number"
v-model=
"item.UserNum"
<input
class=
"text-right"
type=
"number"
v-model=
"item.UserNum"
@
input=
"
handleInput($event, item,1, 'UserNum')"
@
blur=
"handleBlur(item,1, 'UserNum'
)"
/>
@
input=
"
getTotal(
)"
/>
</view>
</view>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row justify-between"
>
...
...
pages/teamLeader/index.vue
View file @
ad2d28f7
...
@@ -212,10 +212,11 @@
...
@@ -212,10 +212,11 @@
</view>
</view>
<view
class=
"col"
></view>
<view
class=
"col"
></view>
<view
class=
"teamLeaderMakeNote row PX50"
<view
class=
"teamLeaderMakeNote row PX50"
:class=
"[params.IsOperation==0?'justify-between':'justify-center']"
>
:class=
"[params.LeaderApply.ID==0||(params.LeaderApply.ID>0&¶ms.LeaderApply.Status==2)?'justify-between':'justify-center']"
>
<view
class=
"text-center"
@
click=
"goUrl('/pages/teamLeader/reimbursementInfor')"
>
记一笔
</view>
<view
v-if=
"params.LeaderApply.ID==0||(params.LeaderApply.ID>0&¶ms.LeaderApply.Status==2)"
<view
v-if=
"params.IsOperation==0"
class=
"text-center ML50"
:class=
"[loading?'active':'']"
class=
"text-center"
@
click=
"goUrl('/pages/teamLeader/reimbursementInfor')"
>
记一笔
</view>
@
click=
"saveData"
>
提交
</view>
<view
v-if=
"params.LeaderApply.ID==0||(params.LeaderApply.ID>0&¶ms.LeaderApply.Status==2)"
class=
"text-center ML50"
:class=
"[loading?'active':'']"
@
click=
"saveData"
>
提交
</view>
</view>
</view>
</view>
</view>
...
@@ -352,14 +353,16 @@
...
@@ -352,14 +353,16 @@
if
(
this
.
loading
)
return
if
(
this
.
loading
)
return
this
.
loading
=
true
this
.
loading
=
true
uni
.
showLoading
()
uni
.
showLoading
()
this
.
apipost
(
"dmcstatistics_post_SetNewLeaderApplyList_V2"
,
{
var
newMsg
=
{
...
this
.
params
,
...
this
.
params
,
RB_DMC_
LeaderApply
:
{
LeaderApply
:
{
ID
:
0
,
ID
:
0
,
Status
:
1
,
Status
:
1
,
TCIDs
:
this
.
msg
.
TCIDs
,
TCIDs
:
this
.
msg
.
TCIDs
,
}
}
},
(
res
)
=>
{
};
console
.
log
(
"newMsg"
,
newMsg
);
this
.
apipost
(
"dmcstatistics_post_SetNewLeaderApplyList_V2"
,
newMsg
,
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
if
(
res
.
resultCode
==
1
)
{
this
.
loading
=
false
this
.
loading
=
false
uni
.
hideLoading
()
uni
.
hideLoading
()
...
...
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