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
ea0119b4
Commit
ea0119b4
authored
Jan 10, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e54b61b7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
55 additions
and
1 deletion
+55
-1
fill.js
src/assets/common/lang/EN/fill.js
+1
-0
fill.js
src/assets/common/lang/Japan/fill.js
+2
-1
fill.js
src/assets/common/lang/zhCN/fill.js
+1
-0
fill.js
src/assets/common/lang/zhTW/fill.js
+1
-0
czBillModule.vue
...nents/FinancialModule/FinancialSubmodule/czBillModule.vue
+50
-0
No files found.
src/assets/common/lang/EN/fill.js
View file @
ea0119b4
...
...
@@ -3101,6 +3101,7 @@ export const obj = {
yonglefksxf
:
'Yongle Payment Fee '
,
yufkyezymx
:
'Advance Payment Balance Transfer Details '
,
oyzhgld
:
'Eurasian and Zhaohong related documents'
,
yxhfgld
:
'Impression kimono related sheet'
,
yufudan
:
'Prepaid order '
,
yufujine
:
'Prepaid amount '
,
zhuanyidan
:
'Transfer order '
,
...
...
src/assets/common/lang/Japan/fill.js
View file @
ea0119b4
...
...
@@ -3100,7 +3100,8 @@ export const obj = {
chehangbydd
:
'車屋の月極注文'
,
yonglefksxf
:
'永楽支払い手数料'
,
yufkyezymx
:
'前払金残高振替明細'
,
oyzhgld
:
'ユーラシア、メガホン関連リスト'
,
oyzhgld
:
'イメージ着物関連シート'
,
yxhfgld
:
'印象和服关联单'
,
yufudan
:
'前払い金'
,
yufujine
:
'前払金'
,
zhuanyidan
:
'振替伝票'
,
...
...
src/assets/common/lang/zhCN/fill.js
View file @
ea0119b4
...
...
@@ -3101,6 +3101,7 @@ export const obj = {
yonglefksxf
:
'永乐付款手续费'
,
yufkyezymx
:
'预付款余额转移明细'
,
oyzhgld
:
'欧亚、兆鸿关联单'
,
yxhfgld
:
'印象和服关联单'
,
yufudan
:
'预付单'
,
yufujine
:
'预付金额'
,
zhuanyidan
:
'转移单'
,
...
...
src/assets/common/lang/zhTW/fill.js
View file @
ea0119b4
...
...
@@ -3101,6 +3101,7 @@ export const obj = {
yonglefksxf
:
'永樂付款手續費'
,
yufkyezymx
:
'預付款餘額轉移明細'
,
oyzhgld
:
'欧亚、兆鸿关联单'
,
yxhfgld
:
'印象和服關聯單'
,
yufudan
:
'預付單'
,
yufujine
:
'預付金額'
,
zhuanyidan
:
'轉移單'
,
...
...
src/components/FinancialModule/FinancialSubmodule/czBillModule.vue
View file @
ea0119b4
...
...
@@ -119,6 +119,37 @@
</table>
</div>
</div>
<div
v-if=
"details.SpecialType && details.SpecialType==13"
>
<div
class=
"_tit"
>
<span
class=
"_text"
>
{{
$t
(
'objFill.v101.BasicDocuments.yxhfgld'
)
}}
</span>
<div>
<span
class=
"_btn"
v-if=
"tableShow"
@
click=
"tableShow=false"
>
{{
$t
(
'fnc.shouqi'
)
}}
<i
class=
"iconfont icon-gengduo _rotate"
></i>
</span>
<span
class=
"_btn"
v-else
@
click=
"tableShow=true"
>
{{
$t
(
'fnc.zhankai'
)
}}
<i
class=
"iconfont icon-gengduo"
></i>
</span>
</div>
</div>
<div
v-show=
"tableShow"
class=
"sanjiao-box _padding_20_15"
>
<table
border=
"1"
class=
"czBillModule _border_color_b Receipt_table"
bordercolor=
"#c94052"
style=
"border-collapse:collapse;width: 100%;"
v-loading=
'loading'
>
<tr>
<th>
{{
$t
(
'sm.company'
)
}}
</th>
<th>
{{
$t
(
'advmanager.v_type'
)
}}
</th>
<th>
{{
$t
(
'fnc.danhao'
)
}}
</th>
<th>
{{
$t
(
'fnc.feiyongleixing'
)
}}
</th>
<th>
{{
$t
(
'fnc.yuanbi'
)
}}
</th>
<th>
{{
$t
(
'fnc.bweibi'
)
}}
</th>
<th>
{{
$t
(
'hotel.hotel_status'
)
}}
</th>
</tr>
<tr
class=
"_color_b"
v-for=
"(item,index) in KimonoList"
:key=
"index"
>
<td>
{{
item
.
BranchName
}}
</td>
<th>
{{
item
.
TypeName
}}
</th>
<td
class=
"hover_text"
@
click=
"goDetail(item.FrID)"
><span>
{{
item
.
FrID
}}
</span></td>
<th>
{{
item
.
CostTypeIdStr
}}
</th>
<td>
{{
item
.
WBMoney
}}
</td>
<td>
{{
item
.
Money
}}
</td>
<td>
{{
item
.
Status
}}
</td>
</tr>
</table>
</div>
</div>
<div
v-if=
"IsAdvanceFinance==1"
style=
"border-top: 1px solid #DDDDDD;"
>
<div
class=
"_tit"
>
<span
class=
"_text"
>
{{
$t
(
'objFill.chongdidanju'
)
}}
</span>
...
...
@@ -349,6 +380,7 @@ export default {
Area_Name
:
''
,
matchTransferList
:
[],
zhaohongList
:
[],
KimonoList
:
[],
JapanCarModel
:
{}
}
},
watch
:{
...
...
@@ -431,6 +463,8 @@ export default {
this
.
getJapanCarDetails
();
}
else
if
(
this
.
details
.
SpecialType
&&
this
.
details
.
SpecialType
==
12
){
this
.
getZhaoHongList
();
}
else
if
(
this
.
details
.
SpecialType
&&
this
.
details
.
SpecialType
==
13
){
this
.
getKimonoList
();
}
},
goTravelControlList
(
id
){
...
...
@@ -509,6 +543,22 @@ export default {
}
},
err
=>
{})
},
getKimonoList
(){
this
.
loading
=
true
let
msg
=
{
FrId
:
this
.
FrID
};
this
.
apipost
(
'Financial_post_GetYXKimonoReList'
,
msg
,
res
=>
{
this
.
loading
=
false
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
this
.
KimonoList
=
data
;
}
else
{
this
.
Error
(
res
.
data
.
message
)
}
},
err
=>
{})
},
// OtherType=7详情
getDetails
(){
this
.
loading
=
true
;
...
...
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