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
d96cb3cf
Commit
d96cb3cf
authored
Aug 28, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
73dcc146
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
38 deletions
+8
-38
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+2
-16
leaderPay2.vue
src/components/leaderPay2.vue
+6
-22
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
d96cb3cf
...
...
@@ -621,24 +621,10 @@
<th>
制单人员
</th>
</tr>
<tr
class=
"_item_list"
v-for=
"(item,index) in zhuijiaList"
>
<td>
{{item.BranchName}}
</td>
<td
class=
"Bill_par"
>
<el-popover
popper-class=
"detailsIT_Journal"
placement=
"bottom-start"
trigger=
"click"
>
<
template
v-if=
"item.Type!=1&&item.Type!=7&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<my-Bill
:ID=
"item.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-Bill>
</
template
>
<
template
v-else-if=
"item.Type==1&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<my-RVB-Bill
:ID=
"item.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-RVB-Bill>
</
template
>
<
template
v-else-if=
"item.Type==7&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<my-GZ-Bill
:ID=
"item.FrID"
:width=
"'1000px'"
:color=
"colorSon"
></my-GZ-Bill>
</
template
>
<
template
v-else-if=
"item.Is_Merge===1&&item.modelShow"
>
<my-HB-Bill
:ID=
"item.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-HB-Bill>
</
template
>
<span
slot=
"reference"
@
click=
"item.modelShow = true"
class=
"text_d PingFangSC"
>
{{item.FrID}}
</span>
</el-popover>
<span
@
click=
"goFncUrl('FinancialDocumentsDetail', item.FrID)"
class=
"text_d PingFangSC"
>
{{item.FrID}}
</span>
</td>
<td>
{{item.BranchName}}
</td>
<td><span
class=
"_bg__"
:class=
"item.Type==1 || item.Type==5?'_bg_green':'_bg_red'"
>
{{item.TypeName}}
</span>
</td>
<td>
...
...
src/components/leaderPay2.vue
View file @
d96cb3cf
...
...
@@ -525,27 +525,11 @@ input[type="number"] {
<th>
制单人员
</th>
</tr>
<tr
class=
"_item_list"
v-for=
"(item,index) in zhuijiaList"
>
<td
class=
"Bill_par"
>
<span
@
click=
"goFncUrl('FinancialDocumentsDetail', item.FrID)"
class=
"text_d PingFangSC"
>
{{item.FrID}}
</span>
</td>
<td>
{{item.BranchName}}
</td>
<td
class=
"Bill_par"
>
<el-popover
popper-class=
"detailsIT_Journal"
placement=
"bottom-start"
trigger=
"click"
>
<
template
v-if=
"item.Type!=1&&item.Type!=7&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<my-Bill
:ID=
"item.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-Bill>
</
template
>
<
template
v-else-if=
"item.Type==1&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<my-RVB-Bill
:ID=
"item.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-RVB-Bill>
</
template
>
<
template
v-else-if=
"item.Type==7&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<my-GZ-Bill
:ID=
"item.FrID"
:width=
"'1000px'"
:color=
"colorSon"
></my-GZ-Bill>
</
template
>
<
template
v-else-if=
"item.Is_Merge===1&&item.modelShow"
>
<my-HB-Bill
:ID=
"item.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-HB-Bill>
</
template
>
<span
slot=
"reference"
@
click=
"item.modelShow = true"
class=
"text_d PingFangSC"
>
{{item.FrID}}
</span>
</el-popover>
</td>
<td><span
class=
"_bg__"
:class=
"item.Type==1 || item.Type==5?'_bg_green':'_bg_red'"
>
{{item.TypeName}}
</span></td>
<td>
<
template
v-for=
"(s,si) in item.CostTypeList"
>
...
...
@@ -604,10 +588,10 @@ input[type="number"] {
>
<td>
{{item.CurrencyStr}}
</td>
<td>
{{moneyFormat(item.PlanPrice)}}
</td>
<td>
{{moneyFormat(item.PlanTotalPrice
+ zhuijiaMoney
)}}
</td>
<td>
{{moneyFormat(item.PlanTotalPrice)}}
</td>
<td>
{{moneyFormat(item.ExpendTotalPrice)}}
</td>
<!-- <td>{{index == 0 ? moneyFormat(AllBZPrice) : moneyFormat(item.ExpendTotalPrice)}}</td> -->
<td>
{{index == 0 ? moneyFormat(item.PlanTotalPrice
+ zhuijiaMoney - AllBZPrice): moneyFormat(item.PlanTotalPrice + zhuijiaMoney
- item.ExpendTotalPrice)}}
</td>
<td>
{{index == 0 ? moneyFormat(item.PlanTotalPrice
- AllBZPrice): moneyFormat(item.PlanTotalPrice
- item.ExpendTotalPrice)}}
</td>
</tr>
<tr
v-if=
"!TotalPriceData.length"
>
<td
colspan=
"5"
>
暂无数据
</td>
...
...
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