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
69246375
Commit
69246375
authored
Mar 18, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
狗肉汤
parent
55f322f1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
16 deletions
+32
-16
BillModule.vue
...ponents/FinancialModule/FinancialSubmodule/BillModule.vue
+8
-8
ReceivablesModule.vue
.../FinancialModule/FinancialSubmodule/ReceivablesModule.vue
+4
-4
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+18
-2
advert.vue
src/components/SalesModule/advert.vue
+2
-2
No files found.
src/components/FinancialModule/FinancialSubmodule/BillModule.vue
View file @
69246375
...
...
@@ -77,7 +77,7 @@
}
</
style
>
<
template
v-if=
"GetDetail.DetailList.length>0"
>
<div
class=
"Receipt_box"
:class=
"[GetDetail.Type==1?'':'color_blur',isPrintPage?'_PrintPageStyle':'']"
:style=
"
{width:width,backgroundColor:color}" @click.stop v-loading='loading'>
<div
class=
"Receipt_box"
:class=
"[GetDetail.Type==1
|| GetDetail.Type==5
?'':'color_blur',isPrintPage?'_PrintPageStyle':'']"
:style=
"
{width:width,backgroundColor:color}" @click.stop v-loading='loading'>
<p
class=
"rb_tit"
style=
"font-size: 16px !important;"
>
{{
GetDetail
.
CompanyName
}}
(
{{
GetDetail
.
BranchName
}}
)
</p>
<p
class=
"rb_stit"
>
<span
:class=
"isPrintPage?'_rb_stit_print':''"
>
{{
GetDetail
.
FinanceName
}}
</span>
...
...
@@ -88,8 +88,8 @@
<p
class=
"_yewudanju"
v-if=
"GetDetail.OrderSource==8&&!isPrintPage"
>
订单号:
<span
class=
"_jump_page"
@
click=
"GetDetail.OrderID>0?jumpPage('RegistrationList',GetDetail.TCID,1):''"
>
{{
GetDetail
.
OrderID
?
GetDetail
.
OrderID
:
'无'
}}
</span></p>
<p
class=
"_yewudanju"
v-if=
"isPrintPage"
>
打印时间:
<span
>
{{
printTime
}}
</span></p>
<div
class=
"rb_top_row _r_mb5"
>
<p
v-if=
"GetDetail.Type==1"
>
汇款人(单位):
<span
class=
"_r_name"
>
{{
GetDetail
.
RemitterName
}}
</span></p>
<p
v-if=
"GetDetail.Type==2"
>
付款对象:
<span
class=
"_r_name"
>
{{
GetDetail
.
AccountHolder
}}
</span>
<p
v-if=
"GetDetail.Type==1
|| GetDetail.Type==5
"
>
汇款人(单位):
<span
class=
"_r_name"
>
{{
GetDetail
.
RemitterName
}}
</span></p>
<p
v-if=
"GetDetail.Type==2
|| GetDetail.Type==6
"
>
付款对象:
<span
class=
"_r_name"
>
{{
GetDetail
.
AccountHolder
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==0"
>
{{
'私账'
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==1"
>
{{
'公账'
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==2"
>
{{
'人民币现金'
}}
</span>
...
...
@@ -101,12 +101,12 @@
<p
style=
"font-weight: bold"
><span
class=
""
>
编号:
</span>
{{
GetDetail
.
FrID
}}
</p>
</div>
<div
class=
"rb_top_row _r_mb5"
>
<p
v-if=
"GetDetail.Type==1"
>
<p
v-if=
"GetDetail.Type==1
|| GetDetail.Type==5
"
>
<span>
付款账户(流水号):
</span>
<span
class=
"_r_name"
v-if=
"GetDetail.TradeDate!=''"
>
{{
GetDetail
.
AccountNumber
}}
(
{{
GetDetail
.
TradeDate
}}
)
</span>
<span
class=
"_r_name"
v-else
>
{{
GetDetail
.
AccountNumber
}}
</span>
</p>
<p
v-if=
"GetDetail.Type==2"
style=
"max-width: 500px"
>
<p
v-if=
"GetDetail.Type==2
|| GetDetail.Type==6
"
style=
"max-width: 500px"
>
<span>
付款账户:
</span>
<span
class=
"_r_name"
v-if=
"GetDetail.TradeDate!=''"
>
{{
GetDetail
.
AccountNumber
}}
(
{{
GetDetail
.
TradeDate
}}
)
</span>
<span
class=
"_r_name"
v-else
>
{{
GetDetail
.
AccountNumber
?
GetDetail
.
AccountNumber
:
'无'
}}
</span>
...
...
@@ -151,7 +151,7 @@
</span>
</p>
</div>
<table
class=
"Receipt_table"
border=
"1"
:class=
"[GetDetail.Type==1
?'_border_color_r':'_border_color_b',isPrintPage?'_border_color_p':'']"
:bordercolor=
"GetDetail.Type==1
?'#c94052':'#106BAF'"
style=
"border-collapse:collapse;"
>
<table
class=
"Receipt_table"
border=
"1"
:class=
"[GetDetail.Type==1
|| GetDetail.Type==5?'_border_color_r':'_border_color_b',isPrintPage?'_border_color_p':'']"
:bordercolor=
"GetDetail.Type==1|| GetDetail.Type==5
?'#c94052':'#106BAF'"
style=
"border-collapse:collapse;"
>
<tr>
<th
rowspan=
"2"
>
费 用 说 明
</th>
<th
rowspan=
"2"
>
数量
</th>
...
...
@@ -227,13 +227,13 @@
</td>
</tr>
<tr>
<td
class=
""
>
{{GetDetail.Type==1?'收款金额':'付款金额'}}
<br/><span
class=
"_font_size12"
>
(大写)
</span></td>
<td
class=
""
>
{{GetDetail.Type==1
|| GetDetail.Type==5
?'收款金额':'付款金额'}}
<br/><span
class=
"_font_size12"
>
(大写)
</span></td>
<td
colspan=
"3"
>
<span
v-if=
"GetDetail.Is_Cashier===1"
>
{{GetDetail.ChinesePayMoney==''?'零':GetDetail.ChinesePayMoney}}
</span>
<span
v-else
>
{{GetDetail.ChineseMoney==''?'零':GetDetail.ChineseMoney}}
</span>
</td>
<td
class=
""
>
{{GetDetail.Type==1?'收款金额':'付款金额'}}
<br/><span
class=
"_font_size12"
>
(小写)
</span>
{{GetDetail.Type==1
|| GetDetail.Type==5
?'收款金额':'付款金额'}}
<br/><span
class=
"_font_size12"
>
(小写)
</span>
</td>
<td
colspan=
"3"
>
<span
v-if=
"GetDetail.Is_Cashier===1"
>
{{GetDetail.PayMoney}}
</span>
...
...
src/components/FinancialModule/FinancialSubmodule/ReceivablesModule.vue
View file @
69246375
...
...
@@ -68,7 +68,7 @@
}
</
style
>
<
template
v-if=
"GetDetail.DetailList.length>0"
>
<div
class=
"Receipt_box"
:class=
"[GetDetail.Type==1?'':'color_blur',isPrintPage?'_PrintPageStyle':'']"
:style=
"
{width:width,backgroundColor:color}" @click.stop v-loading='loading'>
<div
class=
"Receipt_box"
:class=
"[GetDetail.Type==1
|| GetDetail.Type==5
?'':'color_blur',isPrintPage?'_PrintPageStyle':'']"
:style=
"
{width:width,backgroundColor:color}" @click.stop v-loading='loading'>
<!--
<p
style=
"font-size:48px;"
@
click=
"senCashierDetaildMsg"
>
{{
Num
}}
</p>
//测试传值代码 -->
<p
class=
"rb_tit"
style=
"font-size: 16px !important;"
>
{{
GetDetail
.
CompanyName
}}
(
{{
GetDetail
.
BranchName
}}
)
</p>
...
...
@@ -126,7 +126,7 @@
</span>
</p>
</div>
<table
class=
"Receipt_table"
border=
"1"
:class=
"[GetDetail.Type==1
?'_border_color_r':'_border_color_b',isPrintPage?'_border_color_p':'']"
:bordercolor=
"GetDetail.Type==1
?'#c94052':'#106BAF'"
style=
"border-collapse:collapse;"
>
<table
class=
"Receipt_table"
border=
"1"
:class=
"[GetDetail.Type==1
|| GetDetail.Type==5?'_border_color_r':'_border_color_b',isPrintPage?'_border_color_p':'']"
:bordercolor=
"GetDetail.Type==1|| GetDetail.Type==5
?'#c94052':'#106BAF'"
style=
"border-collapse:collapse;"
>
<tr>
<th
rowspan=
"2"
>
费 用 说 明
</th>
<th
rowspan=
"2"
width=
"80"
>
数量
</th>
...
...
@@ -199,12 +199,12 @@
<td
colspan=
"3"
class=
"_font_size12"
>
{{GetDetail.Fee}}
</td>
</tr>
<tr>
<td
class=
""
>
{{GetDetail.Type==1?'收款金额':'付款金额'}}
<br/><span
class=
"_font_size12"
>
(大写)
</span></td>
<td
class=
""
>
{{GetDetail.Type==1
|| GetDetail.Type==5
?'收款金额':'付款金额'}}
<br/><span
class=
"_font_size12"
>
(大写)
</span></td>
<td
colspan=
"3"
class=
"_color_b"
>
<span
v-if=
"GetDetail.Is_Cashier===1"
>
{{GetDetail.ChinesePayMoney==''?'零':GetDetail.ChinesePayMoney}}
</span>
<span
v-else
>
{{GetDetail.ChineseMoney==''?'零':GetDetail.ChineseMoney}}
</span>
</td>
<td
class=
""
>
{{GetDetail.Type==1?'收款金额':'付款金额'}}
<br/><span
class=
"_font_size12"
>
(小写)
</span></td>
<td
class=
""
>
{{GetDetail.Type==1
|| GetDetail.Type==5
?'收款金额':'付款金额'}}
<br/><span
class=
"_font_size12"
>
(小写)
</span></td>
<td
colspan=
"3"
class=
"_color_b"
>
<span
v-if=
"GetDetail.Is_Cashier===1"
>
{{GetDetail.PayMoney}}
</span>
<span
v-else
>
{{GetDetail.Money}}
</span>
...
...
src/components/FinancialModule/RecPayQuery.vue
View file @
69246375
...
...
@@ -411,6 +411,22 @@ Vue.component('table-RecPay',{ //收支样式
border-radius: 4px;">
收入
</span>
<span v-if="rowData.Type==5" style="display: inline-block;
padding: 2px 8px;
color: white;
background-color: #2BB87C;
line-height: 16px;
border-radius: 4px;">
应收
</span>
<span v-if="rowData.Type==6" style="display: inline-block;
padding: 2px 8px;
color: white;
background-color: #E95252;
line-height: 16px;
border-radius: 4px;">
应付
</span>
</span>`
,
props
:{
rowData
:{
...
...
@@ -433,10 +449,10 @@ Vue.component('table-BillRVB',{ //单据样式
popper-class="detailsIT_Journal"
placement="bottom-start"
trigger="click">
<template v-if="
rowData.Type!=1
&&rowData.modelShow&&(rowData.Is_Merge==0||rowData.Is_Merge==null)">
<template v-if="
(rowData.Type==2 || rowData.Type==6)
&&rowData.modelShow&&(rowData.Is_Merge==0||rowData.Is_Merge==null)">
<my-Bill :ID="rowData.FrID" :width="widthSon" :color="colorSon"></my-Bill>
</template>
<template v-else-if="
rowData.Type==1
&&rowData.modelShow&&(rowData.Is_Merge==0||rowData.Is_Merge==null)">
<template v-else-if="
(rowData.Type==1 || rowData.Type==5)
&&rowData.modelShow&&(rowData.Is_Merge==0||rowData.Is_Merge==null)">
<my-RVB-Bill :ID="rowData.FrID" :width="widthSon" :color="colorSon"></my-RVB-Bill>
</template>
<template v-else-if="rowData.Is_Merge==1&&rowData.modelShow">
...
...
src/components/SalesModule/advert.vue
View file @
69246375
...
...
@@ -682,7 +682,7 @@ export default {
}
this
.
apipost
(
"Advertising_get_GetAdvertisingList"
,
msg
,
x
=>
{
x
.
data
.
data
.
pageData
.
forEach
(
x
=>
{
x
.
src
=
`
${
x
.
SamplePicturesUrl
}
?x-oss-process=image/resize,w_200`
x
.
src
=
this
.
compressImg
(
x
.
SamplePicturesUrl
,
"filt"
,
200
,
""
)
x
.
id
=
x
.
ID
})
if
(
x
.
data
.
data
.
pageData
.
length
==
0
){
...
...
@@ -697,7 +697,7 @@ export default {
},
err
=>
{})
},
getcountry
(){
this
.
apipost
(
"dict_post_Destination_GetCountry"
,
{},
x
=>
{
this
.
apipost
(
"dict_post_Destination_GetCountry"
,
{},
x
=>
{
this
.
countrys
=
x
.
data
.
data
},
err
=>
{})
},
...
...
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