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
59e5961c
Commit
59e5961c
authored
Apr 30, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改投诉详情判断,变更报表合计和查看
parent
c1dc0961
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
180 additions
and
176 deletions
+180
-176
ComplaintsDetail.vue
src/components/Complaints/ComplaintsDetail.vue
+1
-1
ChangeRevenueDetail.vue
...onents/FinancialModule/ReportForm/ChangeRevenueDetail.vue
+2
-2
ChangeRevenueReport.vue
...onents/FinancialModule/ReportForm/ChangeRevenueReport.vue
+177
-173
No files found.
src/components/Complaints/ComplaintsDetail.vue
View file @
59e5961c
...
...
@@ -235,7 +235,7 @@
<span>
已赔金额:
</span>
{{
getBackMoney
()
}}
</li>
<li
v-if=
"ComplainInfo.DisposeStatus===4&&(getLocalStorage().EmployeeId===ComplainDetial[ComplainDetial.length-1].CreateBy||authority.indexOf('S_Complain_Finance')!=-1)"
>
v-if=
"ComplainInfo.DisposeStatus===4&&(getLocalStorage().EmployeeId===Complain
Info[ComplainInfo.length-1].CreateBy||getLocalStorage().EmployeeId===Complain
Detial[ComplainDetial.length-1].CreateBy||authority.indexOf('S_Complain_Finance')!=-1)"
>
<span>
立即制单:
</span>
<span
v-for=
"compensation in ComplainCompensation"
class=
"CD_dealResult"
href=
"javascript:void(0)"
@
click=
"setFinance(compensation)"
>
{{
compensation
.
CompensateMoney
}}
</span>
...
...
src/components/FinancialModule/ReportForm/ChangeRevenueDetail.vue
View file @
59e5961c
...
...
@@ -505,7 +505,7 @@ Vue.component("TCIDJump", {
}
}
});
Vue
.
component
(
"TCNUMJump"
,
{
Vue
.
component
(
"TCNUMJump
New
"
,
{
// 团队跳转
template
:
`<div>
<span style="cursor: pointer" v-if="rowData.DataType===1" @click="goUrl('TravelControlList',rowData.TCNUM)">{{rowData.TCNUM}}</span>
...
...
@@ -730,7 +730,7 @@ export default {
filterMultiple
:
false
,
type
:
"text"
,
isFrozen
:
true
,
componentName
:
"TCNUMJump"
componentName
:
"TCNUMJump
New
"
},
{
field
:
"Is_Transport"
,
...
...
src/components/FinancialModule/ReportForm/ChangeRevenueReport.vue
View file @
59e5961c
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