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
3e6c7675
Commit
3e6c7675
authored
Jun 21, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0b989129
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+1
-1
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+7
-4
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
3e6c7675
...
...
@@ -949,7 +949,7 @@
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-else-if=
"OrderSource==10"
>
<tr
class=
"_fujiashuoming_tr"
>
<td>
签证产品编号:
<span
@
click=
"jumpPage('VisaProductOrder',GetDetail,
8
)"
<td>
签证产品编号:
<span
@
click=
"jumpPage('VisaProductOrder',GetDetail,
9
)"
class=
"_jump_page _font_bold"
>
{{GetDetail.SourceID}}
</span></td>
<!-- <td @click="jumpPage('FinancialOrder',GetDetail,3)"> <span class="_jump_page _font_bold">签证收支</span> </td> -->
<td
v-if=
"GetDetail.OrderID"
>
签证订单:
<span
...
...
src/components/SalesVisa/components/visaOrderList.vue
View file @
3e6c7675
...
...
@@ -987,10 +987,6 @@ export default {
},
isOffset
(
row
,
index
,
num
){
this
.
makeAdocument
(
row
,
index
,
num
,
'Offset'
)
setTimeout
(()
=>
{
this
.
cdState
=
true
},
100
)
},
PerferPrice
()
{
this
.
apipost
(
'dmc_get_visa_SetVisaOrderPrice'
,
this
.
EditMsg
,
res
=>
{
...
...
@@ -1316,6 +1312,13 @@ export default {
},
// 制作单据
makeAdocument
(
row
,
index
,
num
,
Offset
)
{
if
((
num
==
2
||
num
==
3
)
&&
row
.
income
<=
0
){
this
.
Info
(
'请先制收款单据,再制成本或退款单据!'
)
return
}
if
(
Offset
){
this
.
cdState
=
true
}
let
type
=
0
if
(
num
==
3
){
type
=
2
...
...
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