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
844f5f43
Commit
844f5f43
authored
6 years ago
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应付团款查询
parent
cdcd7750
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
566 additions
and
9 deletions
+566
-9
RecPayQueryTeam.vue
src/components/FinancialModule/RecPayQueryTeam.vue
+4
-8
RecPayQueryTeamV2.vue
src/components/FinancialModule/RecPayQueryTeamV2.vue
+552
-0
config.js
src/router/config.js
+10
-1
No files found.
src/components/FinancialModule/RecPayQueryTeam.vue
View file @
844f5f43
...
...
@@ -263,9 +263,9 @@
<tr
v-for=
" ( son , sIndex ) in item.OrderList "
>
<td>
<span
class=
"_link_hover"
@
click=
"jumpPage('RegistrationList', son.OrderId, 2, item.TCID)"
>
{{
son
.
OrderId
}}
</span>
</td>
<td>
{{
son
.
ContactName
}}
</td>
<td>
{{
son
.
EmName
}}
</td>
<td>
{{
son
.
EmName
}}
<br/>
{{
son
.
CreateDate
}}
</td>
<td>
{{
son
.
PreferPrice
}}
</td>
<td>
<span
:class=
"son.DaiShou
>
0 ? '_color_red':''"
>
{{
son
.
Income
}}
</span>
</td>
<td>
<span
:class=
"son.DaiShou
!=
0 ? '_color_red':''"
>
{{
son
.
Income
}}
</span>
</td>
<td>
{{
son
.
DaiShou
}}
</td>
<td>
{{
son
.
Refund
}}
</td>
<td>
{{
son
.
PlatformTax
}}
</td>
...
...
@@ -275,12 +275,8 @@
</table>
</td>
</tr>
<tr>
<td>
合计
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<tr
class=
"_color_red"
>
<td
colspan=
"5"
>
合计
</td>
<td>
{{
Statistics
.
PreferPrice
}}
</td>
<td>
{{
Statistics
.
Income
}}
</td>
<td>
{{
Statistics
.
DueinMoney
}}
</td>
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/RecPayQueryTeamV2.vue
0 → 100644
View file @
844f5f43
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
844f5f43
...
...
@@ -2227,7 +2227,16 @@ export default {
meta
:
{
title
:
'应收团款查询'
},
},
{
//财务 财务单据 出纳工作台
},
{
//财务 财务单据 应付团款查询
path
:
'/RecPayQueryTeamV2'
,
name
:
'/RecPayQueryTeamV2'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/RecPayQueryTeamV2'
],
resolve
),
meta
:
{
title
:
'应付团款查询'
},
},
{
//财务 财务单据 出纳工作台
path
:
'/CashierWork'
,
name
:
'CashierWork'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/CashierWork'
],
resolve
),
...
...
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