Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
b96e807b
Commit
b96e807b
authored
Aug 22, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
30fb65ac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
173 additions
and
219 deletions
+173
-219
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+1
-1
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+1
-1
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+1
-1
busHandBook.vue
src/components/busManagement/busHandBook.vue
+170
-216
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
b96e807b
...
...
@@ -1500,7 +1500,7 @@
}
if
(
!
num
)
{
if
(
totailMoney
>
leadrPlanPrice
)
return
this
.
$message
.
error
(
"最大领款为预付合计金额的95%!"
);
//
return this.$message.error("最大领款为预付合计金额的95%!");
if
(
!
leadr
.
LeaderGetPriceT
||
leadr
.
LeaderGetPriceT
<=
0
)
return
this
.
$message
.
error
(
"请输入金额!"
);
}
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
b96e807b
...
...
@@ -1936,7 +1936,7 @@
item.confirmFileList.length > 0 &&
item.commissionSharePeople !== userId
"
@
click=
"deleteFile(item)"
style=
"margin-left: 5px"
class=
"el-icon-error color999"
></i>
<template
v-if=
"item.con
tractNum
.length == 0"
>
<template
v-if=
"item.con
firmFileList
.length == 0"
>
<el-upload
v-if=
"
item.confirmFileList.length == 0 &&
item.commissionSharePeople !== userId
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
b96e807b
...
...
@@ -2102,7 +2102,7 @@
item.confirmFileList.length > 0 &&
item.commissionSharePeople !== userId
"
@
click=
"deleteFile(item)"
style=
"margin-left: 5px"
class=
"el-icon-error color999"
></i>
<
template
v-if=
"item.con
tractNum
.length == 0"
>
<
template
v-if=
"item.con
firmFileList
.length == 0"
>
<el-upload
v-if=
"
(item.confirmFileList.length == 0 && item.isOwn == 1) ||
IsSupperOrderEdit
...
...
src/components/busManagement/busHandBook.vue
View file @
b96e807b
This diff is collapsed.
Click to expand it.
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