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
ca707982
Commit
ca707982
authored
Apr 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
3feec4fd
7d43c808
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
+17
-5
ComplaintsDetail.vue
src/components/Complaints/ComplaintsDetail.vue
+1
-1
ChangeRevenueDetail.vue
...onents/FinancialModule/ReportForm/ChangeRevenueDetail.vue
+12
-0
ChangeRevenueReport.vue
...onents/FinancialModule/ReportForm/ChangeRevenueReport.vue
+4
-4
No files found.
src/components/Complaints/ComplaintsDetail.vue
View file @
ca707982
...
...
@@ -235,7 +235,7 @@
<span>
已赔金额:
</span>
{{
getBackMoney
()
}}
</li>
<li
v-if=
"ComplainInfo.DisposeStatus===4&&(getLocalStorage().EmployeeId===ComplainInfo
[ComplainInfo.length-1].CreateBy||
getLocalStorage().EmployeeId===ComplainDetial[ComplainDetial.length-1].CreateBy||authority.indexOf('S_Complain_Finance')!=-1)"
>
v-if=
"ComplainInfo.DisposeStatus===4&&(getLocalStorage().EmployeeId===ComplainInfo
.CreateBy ||
getLocalStorage().EmployeeId===ComplainDetial[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 @
ca707982
...
...
@@ -411,6 +411,7 @@ tr._item_list td:last-child {
<
template
>
<div
class=
"My_table_tell page_fnDm page_RecPayQuery PAGE_teamRE"
v-loading=
"AALloading"
>
<button
style=
"float:right;margin:15px 0"
class=
"normalBtn"
type=
"primary"
@
click=
"Export"
>
导出
</button>
<div
class=
"_fnDm_content"
v-loading=
"loading"
>
<v-table
is-horizontal-resize
...
...
@@ -1305,6 +1306,8 @@ export default {
if
(
this
.
msg
.
LineId
==-
4
){
this
.
msg
.
DataType
=
"3"
;
}
let
userInfo
=
this
.
getLocalStorage
();
this
.
userId
=
userInfo
.
EmployeeId
;
},
components
:
{},
mounted
()
{
...
...
@@ -1325,6 +1328,15 @@ export default {
//this.getPageList();
},
methods
:
{
Export
(){
let
msg
=
{};
msg
.
EmployeeId
=
this
.
userId
;
this
.
GetLocalFile
(
"financestatistics_post_OutToExcelChangeHistoryReportList"
,
msg
,
"变更报表详情.xls"
);
},
goEasyReport
:
function
()
{
let
year
=
this
.
productionDate
[
0
]
?
this
.
productionDate
[
0
].
substring
(
0
,
4
)
...
...
src/components/FinancialModule/ReportForm/ChangeRevenueReport.vue
View file @
ca707982
...
...
@@ -640,7 +640,7 @@ Vue.component("TCIDJump", {
}
});
// v-show="rowData.IsHaveChange==1&&rowData.LineName!='合计'"
Vue
.
component
(
"TCNUMJump"
,
{
Vue
.
component
(
"TCNUMJump
Change
"
,
{
// 团队跳转
template
:
`<div>
<span style="cursor: pointer" v-if="rowData.DataType===1" @click="goUrl('TravelControlList',rowData.TCNUM)">{{rowData.TCNUM}}</span>
...
...
@@ -649,7 +649,7 @@ Vue.component("TCNUMJump", {
<span style="cursor: pointer" v-if="rowData.DataType===4" @click="goUrlExtend('SettlementOrder',rowData.TCID)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer" v-if="rowData.DataType===6">{{rowData.TCNUM}}</span>
<span style="cursor: pointer" v-if="rowData.DataType===7">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;background:#e95252;color:#fff;padding:3px 10px;" v-show="rowData.
IsHaveChange==1&&rowData.
LineName!='合计'" @click="goUrlExtend('ChangeRevenueDetail',rowData.TCID)">查看历史</span>
<span style="cursor: pointer;background:#e95252;color:#fff;padding:3px 10px;" v-show="rowData.LineName!='合计'" @click="goUrlExtend('ChangeRevenueDetail',rowData.TCID)">查看历史</span>
</div>`
,
props
:
{
rowData
:
{
...
...
@@ -663,7 +663,7 @@ Vue.component("TCNUMJump", {
}
},
created
(){
console
.
log
(
"rowData"
,
this
.
rowData
)
},
methods
:
{
goUrl
(
path
,
id
)
{
...
...
@@ -871,7 +871,7 @@ export default {
filterMultiple
:
false
,
type
:
"text"
,
isFrozen
:
true
,
componentName
:
"TCNUMJump"
componentName
:
"TCNUMJump
Change
"
},
{
field
:
"Is_Transport"
,
...
...
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