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
88a972ad
Commit
88a972ad
authored
Sep 27, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
53912d91
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
719 additions
and
694 deletions
+719
-694
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+0
-4
domesticCommissionRule.vue
src/components/FinancialModule/domesticCommissionRule.vue
+393
-364
domesticCommissiondetails.vue
src/components/FinancialModule/domesticCommissiondetails.vue
+325
-322
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+0
-1
UeEditor.vue
src/components/UeEditor.vue
+1
-1
appAttachment.vue
src/components/appAttachment.vue
+0
-2
No files found.
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
88a972ad
...
...
@@ -1437,7 +1437,6 @@
break
}
}
// console.log(this.msg.detailList,'this.msg.detailList')
let
price
=
0
if
(
obj
.
SettlementType
==
1
){
if
(
this
.
msg
.
detailList
&&
this
.
msg
.
detailList
.
length
>
0
){
...
...
@@ -1447,14 +1446,11 @@
}
})
}
// console.log(price,obj.Commission,'obj.Commission')
this
.
msg
.
OriginalFee
=
Math
.
round
((
price
*
obj
.
Commission
)
)
/
100
;
}
else
{
this
.
msg
.
OriginalFee
=
0
this
.
msg
.
Fee
=
0
}
},
Calculation
(
t
,
i
)
{
// 计算原币 本位币
let
numberC
=
0
;
...
...
src/components/FinancialModule/domesticCommissionRule.vue
View file @
88a972ad
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/domesticCommissiondetails.vue
View file @
88a972ad
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
88a972ad
...
...
@@ -1398,7 +1398,6 @@
this
.
apipost
(
"travel_get_GetTravelPriceTeamTypeList"
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
TeamListArr
=
res
.
data
.
data
;
console
.
log
(
"this.TeamListArr"
,
this
.
TeamListArr
);
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
...
...
src/components/UeEditor.vue
View file @
88a972ad
...
...
@@ -93,7 +93,7 @@
},
},
created
()
{
this
.
ViewDomain
=
this
.
domainManager
().
Vi
ew
FileUrl
;
this
.
ViewDomain
=
this
.
domainManager
().
Vi
itto
FileUrl
;
},
mounted
()
{
this
.
loadUe
();
...
...
src/components/appAttachment.vue
View file @
88a972ad
...
...
@@ -127,13 +127,11 @@
newArr
.
push
(
files
.
file
);
var
that
=
this
;
this
.
UploadSelfFileT
(
'Attachment'
,
newArr
,
res
=>
{
console
.
log
(
"res"
,
res
);
if
(
res
.
data
.
StatusCode
==
1
)
{
this
.
chooseFileArray
.
push
({
fileName
:
res
.
data
.
FileName
,
fileUrl
:
that
.
domainManager
().
ViittoFileUrl
+
res
.
data
.
FilePath
})
console
.
log
(
" this.chooseFileArray"
,
this
.
chooseFileArray
);
this
.
$emit
(
"selected"
,
this
.
chooseFileArray
);
this
.
chooseFileArray
=
[];
}
...
...
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