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
db13d9c3
Commit
db13d9c3
authored
Jun 29, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
bbb225c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1253 additions
and
1052 deletions
+1253
-1052
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+0
-2
dianshangannualRatio.vue
...nents/FinancialModule/ReportForm/dianshangannualRatio.vue
+705
-540
dianshangyeardata.vue
...mponents/FinancialModule/ReportForm/dianshangyeardata.vue
+540
-495
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+0
-1
index.vue
src/components/index.vue
+1
-4
admissionStatisticsDetails.vue
src/components/scenicSpot/admissionStatisticsDetails.vue
+7
-10
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
db13d9c3
...
...
@@ -1959,7 +1959,6 @@ export default {
path
=
'addFinancialGZDocuments'
this
.
$router
.
push
({
name
:
path
,
query
:{
"FrID"
:
id
,
"edit"
:
1
,
blank
:
'y'
,
tab
:
'修改财务单据'
}
})
}
// this.$router.push({ name: path,query:{"type":type,"FrID":id,"edit":edit,"Conditon":Conditon,"pageIndex":pageIndex,blank:'y',tab:'修改财务单据'} })
},
showjiaoyi
(
FrId
){
//弹出交易方式修改
this
.
apipost
(
'Financial_get_GetFinanceTrabeList'
,
{
FrId
:
FrId
},
res
=>
{
...
...
@@ -1973,7 +1972,6 @@ export default {
}
})
})
console
.
log
(
this
.
alltransaction
,
'ssssss'
)
this
.
transactionmode
=
true
}
},
err
=>
{})
...
...
src/components/FinancialModule/ReportForm/dianshangannualRatio.vue
View file @
db13d9c3
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/ReportForm/dianshangyeardata.vue
View file @
db13d9c3
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrder.vue
View file @
db13d9c3
...
...
@@ -4724,7 +4724,6 @@ export default {
{
name
:
"baojiadan"
,
url
:
x
.
QuotationUrl
},
];
}
console
.
log
(
4720
,
this
.
addMsg
);
this
.
addMsg
.
ScenicRefundArr
=
res
.
data
.
data
.
ScenicRefundArr
;
this
.
addMsg
.
OneSex
=
x
.
OneSex
;
this
.
addMsg
.
PlatformAccount
=
""
;
...
...
src/components/index.vue
View file @
db13d9c3
...
...
@@ -1856,10 +1856,7 @@
pageSize
:
5
,
},
res
=>
{
console
.
log
(
"res"
,
res
.
data
);
if
(
res
.
data
.
resultCode
==
1
)
{
}
}
);
},
...
...
src/components/scenicSpot/admissionStatisticsDetails.vue
View file @
db13d9c3
...
...
@@ -9,8 +9,7 @@
</
template
>
<
template
v-else
>
<span
style=
"color:red;font-size:14px;"
>
已制单,不能在修改!
</span>
<input
v-if=
"EditBtn"
type=
"button"
class=
"fr normalBtn mb30"
value=
"保存"
@
click=
"saveList(1)"
/>
<input
v-if=
"EditBtn"
type=
"button"
class=
"fr normalBtn mb30"
value=
"保存"
@
click=
"saveList(1)"
/>
</
template
>
</li>
</ul>
...
...
@@ -133,9 +132,8 @@
<el-option
label=
'签单'
value=
'2'
></el-option>
<el-option
label=
'实物抵扣'
value=
'5'
></el-option>
<el-option
label=
'预付'
value=
'4'
></el-option>
<el-option
label=
'网订'
value=
'12'
></el-option>
<el-option
label=
'网订'
value=
'12'
></el-option>
</el-select>
</td>
</tr>
<tr>
...
...
@@ -162,7 +160,7 @@
export
default
{
data
()
{
return
{
EditBtn
:
false
,
//房餐景点修改权限
EditBtn
:
false
,
//房餐景点修改权限
defaultSelectValue
:
0
,
DataList
:
[],
roomList
:
[],
...
...
@@ -173,7 +171,7 @@
IsOperation
:
''
,
//是否禁用按钮
IsDisabled
:
false
,
LineId
:
0
,
//线路编号
LineId
:
0
,
//线路编号
}
},
methods
:
{
...
...
@@ -269,7 +267,7 @@
},
err
=>
{})
},
CheckAuth
()
{
CheckAuth
()
{
var
actionCode
=
this
.
$AuthCode
.
EditRoomDinnerTIcket
;
this
.
CheckUserAuth
(
actionCode
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
&&
res
.
data
.
data
==
1
)
{
...
...
@@ -282,9 +280,8 @@
this
.
CheckAuth
();
this
.
TCNUM
=
this
.
$route
.
query
.
TCNUM
;
this
.
flightTotal
=
this
.
$route
.
query
.
flightTotal
;
if
(
this
.
$route
.
query
.
LineId
)
{
this
.
LineId
=
this
.
$route
.
query
.
LineId
;
if
(
this
.
$route
.
query
.
LineId
)
{
this
.
LineId
=
this
.
$route
.
query
.
LineId
;
}
this
.
GuestNum
=
this
.
$route
.
query
.
GuestNum
;
this
.
getList
();
...
...
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