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
9928f99e
Commit
9928f99e
authored
Jul 12, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签证财务单据 服务费单据、其他单据制单
parent
8692c50b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
257 additions
and
17 deletions
+257
-17
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+6
-2
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+6
-2
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+1
-0
VisaFinancialDocuments.vue
src/components/SalesModule/VisaFinancialDocuments.vue
+244
-13
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
9928f99e
...
...
@@ -926,6 +926,8 @@
<!-- <td v-else-if="OrderSource==10&&GetDetail.SourceID>0"
@click="jumpPage('FinancialOrder',GetDetail.SourceID,3)"> <span class="_jump_page _font_bold">签证收支</span>
</td> -->
<td
v-if=
"GetDetail.OrderSource==10&&o.TCNUM&&o.TCID"
@
click=
"jumpPage('VisaFinancialDocuments',o.TCID,3,o.TCNUM)"
>
<span
class=
"_jump_page _font_bold"
>
签证收支
</span></td>
<td
v-if=
"GetDetail.OrderID&&OrderSource==10"
>
签证订单:
<span
@
click=
"jumpPage(isOrderOP?'VisaProductEditOrderQZ':'VisaProductEditOrder',GetDetail,9,GetDetail.OrderID)"
class=
"_jump_page _font_bold"
>
{{GetDetail.OrderID}}
</span></td>
...
...
@@ -2830,8 +2832,10 @@
this
.
$router
.
push
({
name
:
path
,
query
:
{
OrderSource
:
id
.
OrderSource
,
SourceID
:
id
.
SourceID
,
TCID
:
id
,
TCNUM
:
OrderID
,
// OrderSource: id.OrderSource,
// SourceID: id.SourceID,
blank
:
'y'
}
})
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
9928f99e
...
...
@@ -948,6 +948,8 @@
class=
"_jump_page _font_bold"
>
国内票务
</span>
</td>
<!--
<td
v-else-if=
"OrderSource==10&&GetDetail.SourceID>0"
@
click=
"jumpPage('FinancialOrder',GetDetail,3)"
>
<span
class=
"_jump_page _font_bold"
>
签证收支
</span></td>
-->
<td
v-if=
"GetDetail.OrderSource==10&&o.TCNUM&&o.TCID"
@
click=
"jumpPage('VisaFinancialDocuments',o.TCID,3,o.TCNUM)"
>
<span
class=
"_jump_page _font_bold"
>
签证收支--
</span></td>
<td
v-if=
"GetDetail.OrderID&&OrderSource==10"
>
签证订单:
<span
@
click=
"jumpPage(isOrderOP?'VisaProductEditOrderQZ':'VisaProductEditOrder',GetDetail,8,GetDetail.OrderID)"
class=
"_jump_page _font_bold"
>
{{
GetDetail
.
OrderID
}}
</span></td>
...
...
@@ -2229,8 +2231,10 @@
this
.
$router
.
push
({
name
:
path
,
query
:
{
OrderSource
:
id
.
OrderSource
,
SourceID
:
id
.
SourceID
,
TCID
:
id
,
TCNUM
:
OrderID
,
// OrderSource: id.OrderSource,
// SourceID: id.SourceID,
blank
:
'y'
}
})
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
9928f99e
...
...
@@ -1527,6 +1527,7 @@
this
.
msg
.
ECOrderList
=
this
.
orderObj
.
ECOrderList
?
this
.
orderObj
.
ECOrderList
:
[];
this
.
msg
.
EduCommissionEmp
=
this
.
orderObj
.
EduCommissionEmp
?
this
.
orderObj
.
EduCommissionEmp
:
null
this
.
msg
.
MatchFrId
=
this
.
orderObj
.
MatchFrId
?
this
.
orderObj
.
MatchFrId
:
0
;
this
.
msg
.
StandardCurrencyName
=
this
.
orderObj
.
StandardCurrencyName
?
this
.
orderObj
.
StandardCurrencyName
:
''
}
if
(
this
.
orderObj
&&
this
.
orderObj
.
OtherType
&&
this
.
orderObj
.
OtherType
==
75
&&
this
.
orderObj
.
ReFinances
==
''
){
this
.
Error
(
`成本月结数据不能为空!`
)
...
...
src/components/SalesModule/VisaFinancialDocuments.vue
View file @
9928f99e
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