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
2b8caab6
Commit
2b8caab6
authored
Aug 17, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
f08c7532
2fe09266
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
132 additions
and
27 deletions
+132
-27
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+4
-1
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+0
-1
featureHome.vue
...anager/TravelGroupControl/UpgradedVersion/featureHome.vue
+123
-23
index.vue
...ravelmanager/TravelGroupControl/UpgradedVersion/index.vue
+5
-2
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
2b8caab6
...
...
@@ -1282,7 +1282,7 @@
</el-form>
<p
style=
"color: red;text-align: right;padding: 5px;"
>
注:冲抵请勾选单据后点击下方确认冲抵
</p>
<table
class=
"leaderPayTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<table
class=
"leaderPayTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
v-loading=
"yfcdLoading"
>
<tr>
<th></th>
<th>
单号
</th>
...
...
@@ -1376,6 +1376,7 @@
export
default
{
data
()
{
return
{
yfcdLoading
:
false
,
isTerminate
:
-
1
,
hbMsg
:
{
FrIDList
:
[],
...
...
@@ -1805,10 +1806,12 @@
if
(
msg
.
FrID
==
""
)
{
msg
.
FrID
=
0
;
}
this
.
yfcdLoading
=
true
this
.
apipost
(
"Financial_get_GetAdvanceFinancePageList"
,
msg
,
res
=>
{
this
.
yfcdLoading
=
false
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
czList
=
res
.
data
.
data
.
pageData
;
this
.
total2
=
res
.
data
.
data
.
count
;
...
...
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
2b8caab6
...
...
@@ -547,7 +547,6 @@
FeatureData
:
{
//深度监听,可监听到对象、数组的变化
handler
:
function
(
val
,
oldVal
)
{
this
.
FeatureData
.
FeatureType
=
8
this
.
$emit
(
"featureCallBack"
,
this
.
FeatureData
);
this
.
initFeature
();
},
...
...
src/components/newTravelmanager/TravelGroupControl/UpgradedVersion/featureHome.vue
View file @
2b8caab6
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/UpgradedVersion/index.vue
View file @
2b8caab6
<
template
>
<div
id=
"newFeatureBox"
>
<!-- UpgradedVersion-introduceBj
UpgradedVersion-otherBj
-->
<div
id=
"newFeatureBox
3
"
>
<!-- UpgradedVersion-introduceBj
介绍、宿 UpgradedVersion-otherBj 详情、食、景
-->
<div
class=
"UpgradedVersion-box UpgradedVersion-homebj relative"
>
<!-- logo -->
<Header></Header>
...
...
@@ -95,4 +95,7 @@
.otherJourney-footer
.otherJourney-introduceFooter
{
background
:
#CC0066
;
}
img
{
pointer-events
:
none
;
}
</
style
>
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