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
31253c5b
Commit
31253c5b
authored
Sep 24, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
72824603
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
QzCommissionDetail.vue
src/components/administrative/QzCommissionDetail.vue
+11
-11
No files found.
src/components/administrative/QzCommissionDetail.vue
View file @
31253c5b
...
...
@@ -135,7 +135,7 @@ export default {
RB_Branch_Id
:
data
.
RB_Branch_Id
,
IsPublic
:
6
,
BType
:
4
,
AccountId
:
2
2
,
AccountId
:
2
3
,
CostTypeID
:
189
,
WBMoney
:
data
.
CommissionMoney
,
Remark
:
''
,
...
...
@@ -162,7 +162,7 @@ export default {
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
apipost
(
"
OP
Commission_UpdatePeriodsFrID"
,
"
Visa
Commission_UpdatePeriodsFrID"
,
{
ID
:
this
.
oPComissionPeriods
.
ID
,
FrId
:
res
.
data
.
data
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
@@ -293,14 +293,14 @@ export default {
// 单据号:${oPComissionPeriods.FRID}
<
/span>`
;
// }
};
//
let opera = {
//
title: "操作",
//
titleAlign: "left",
//
columnAlign: "left",
//
width: 80,
//
isResize: false,
//
componentName: "commission-table-operation"
//
};
let
opera
=
{
title
:
"操作"
,
titleAlign
:
"left"
,
columnAlign
:
"left"
,
width
:
80
,
isResize
:
false
,
componentName
:
"commission-table-operation"
};
this
.
columns
=
[];
this
.
columns
.
push
(
company
);
this
.
columns
.
push
(
department
);
...
...
@@ -313,7 +313,7 @@ export default {
// this.columns.push(visaPeopleCount);
this
.
columns
.
push
(
Zhanbi
);
this
.
columns
.
push
(
remark
);
//
this.columns.push(opera);
this
.
columns
.
push
(
opera
);
this
.
isReady
=
true
;
},
sortChange
(
param
)
{
...
...
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