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
30da4ea5
Commit
30da4ea5
authored
Dec 18, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务凭证打印
parent
8af92337
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
804 additions
and
779 deletions
+804
-779
BillModuleNew.vue
...ents/FinancialModule/FinancialSubmodule/BillModuleNew.vue
+407
-395
ReceivablesModuleNew.vue
...nancialModule/FinancialSubmodule/ReceivablesModuleNew.vue
+387
-374
PrintPageN.vue
src/components/PrintPageN.vue
+10
-10
No files found.
src/components/FinancialModule/FinancialSubmodule/BillModuleNew.vue
View file @
30da4ea5
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/FinancialSubmodule/ReceivablesModuleNew.vue
View file @
30da4ea5
This diff is collapsed.
Click to expand it.
src/components/PrintPageN.vue
View file @
30da4ea5
...
@@ -10,11 +10,11 @@
...
@@ -10,11 +10,11 @@
margin
:
0
auto
;
margin
:
0
auto
;
padding
:
0
!important
;
padding
:
0
!important
;
}
}
._border_1
{
/*
._border_1{
border: 1px solid #333333;
border: 1px solid #333333;
margin-bottom:30px;
margin-bottom:30px;
/* page-break-after: always;
*/
}
*/
}
/* @media print {
/* @media print {
._PrintPage{
._PrintPage{
margin-left:-145px;
margin-left:-145px;
...
@@ -37,13 +37,13 @@
...
@@ -37,13 +37,13 @@
<
template
v-loading=
"loading"
>
<
template
v-loading=
"loading"
>
<div
class=
"_PrintPage"
>
<div
class=
"_PrintPage"
>
<div
class=
"_PrintPage_box"
>
<div
class=
"_PrintPage_box"
>
<template
v-if=
"type==='2'&&(Merge==='0'||Merge===null)"
>
<template
v-if=
"type==='2'&&(Merge==='0'
|| Merge==='1'
||Merge===null)"
>
<div
class=
"SetDiv"
>
<div
class=
"SetDiv"
>
<span
@
click=
"disabled=false"
>
编辑
</span>
<span
@
click=
"disabled=false"
>
编辑
</span>
<span
@
click=
"disabled=true"
>
保存
</span>
<span
@
click=
"disabled=true"
>
保存
</span>
</div>
</div>
<div
class=
"_border_1"
v-for=
"(item,index) in
loopNumT
"
>
<div
class=
"_border_1"
v-for=
"(item,index) in
1
"
>
<my-Bill
:disabled
.
sysc=
"disabled"
:ID=
"id"
:width=
"widthSon"
:isPrintPage=
"true"
:color=
"colorSon"
:OrderSource=
"OrderSource"
:name=
'index+1'
></my-Bill>
<my-Bill
:
loopNumN=
"loopNumN"
:
disabled
.
sysc=
"disabled"
:ID=
"id"
:width=
"widthSon"
:isPrintPage=
"true"
:color=
"colorSon"
:OrderSource=
"OrderSource"
:name=
'index+1'
></my-Bill>
</div>
</div>
</
template
>
</
template
>
<
template
v-else-if=
"type==='1'&&(Merge==='0'||Merge===null)"
>
<
template
v-else-if=
"type==='1'&&(Merge==='0'||Merge===null)"
>
...
@@ -51,8 +51,8 @@
...
@@ -51,8 +51,8 @@
<span
@
click=
"disabled1=false"
>
编辑
</span>
<span
@
click=
"disabled1=false"
>
编辑
</span>
<span
@
click=
"disabled1=true"
>
保存
</span>
<span
@
click=
"disabled1=true"
>
保存
</span>
</div>
</div>
<div
class=
"_border_1"
v-for=
"(item,index) in
loopNumN
"
>
<div
class=
"_border_1"
v-for=
"(item,index) in
1
"
>
<my-RVB-Bill
:disabled
.
sysc=
"disabled1"
v-on:helloPP=
"numAdd"
:Num=
"num"
:ID=
"id"
:width=
"widthSon"
:isPrintPage=
"true"
:OrderSource=
"OrderSource"
:color=
"colorSon"
:name=
'index+1'
></my-RVB-Bill>
<my-RVB-Bill
:
loopNumN=
"loopNumN"
:
disabled
.
sysc=
"disabled1"
v-on:helloPP=
"numAdd"
:Num=
"num"
:ID=
"id"
:width=
"widthSon"
:isPrintPage=
"true"
:OrderSource=
"OrderSource"
:color=
"colorSon"
:name=
'index+1'
></my-RVB-Bill>
</div>
</div>
</
template
>
</
template
>
<
template
v-if=
"type==='7'&&(Merge==='0'||Merge===null)"
>
<
template
v-if=
"type==='7'&&(Merge==='0'||Merge===null)"
>
...
@@ -60,11 +60,11 @@
...
@@ -60,11 +60,11 @@
<my-GZ-Bill
:ID=
"id"
:width=
"widthSon"
:isPrintPage=
"true"
:color=
"colorSon"
:OrderSource=
"OrderSource"
:name=
'index+1'
></my-GZ-Bill>
<my-GZ-Bill
:ID=
"id"
:width=
"widthSon"
:isPrintPage=
"true"
:color=
"colorSon"
:OrderSource=
"OrderSource"
:name=
'index+1'
></my-GZ-Bill>
</div>
</div>
</
template
>
</
template
>
<
template
v-if=
"Merge==='1'"
>
<
!-- <
template v-if="Merge==='1'">
<div class="_border_1" v-for="(item,index) in loopNumN">
<div class="_border_1" v-for="(item,index) in loopNumN">
<my-HB-Bill v-on:helloPP="numAdd" :Num="num" :ID="id" :width="widthSon" :isPrintPage="true" :color="colorSon" :name='index+1'></my-HB-Bill>
<my-HB-Bill v-on:helloPP="numAdd" :Num="num" :ID="id" :width="widthSon" :isPrintPage="true" :color="colorSon" :name='index+1'></my-HB-Bill>
</div>
</div>
</
template
>
</template>
-->
</div>
</div>
</div>
</div>
</template>
</template>
...
...
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