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
900349b9
Commit
900349b9
authored
Jul 25, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
4281a85a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+2
-1
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+0
-2
leaderPay2.vue
src/components/leaderPay2.vue
+4
-5
No files found.
src/components/Hotel/roomReservationsDetails.vue
View file @
900349b9
...
...
@@ -48,7 +48,8 @@
<li>
<input
v-if=
"IsOperation!=1"
type=
"button"
class=
"fr normalBtn mb30"
:value=
"$t('pub.saveBtn')"
@
click=
"saveList(1)"
/>
<input
v-if=
"IsOperation==1&& EditBtn &¤tUserInfo.EmployeeId==615"
type=
"button"
<!--&¤tUserInfo.EmployeeId==615-->
<input
v-if=
"IsOperation==1&& EditBtn "
type=
"button"
class=
"fr normalBtn mb30"
:value=
"$t('pub.saveBtn')"
@
click=
"saveList(1)"
/>
<span
v-if=
"IsOperation==1"
style=
"color:red;font-size:14px;"
>
{{
$t
(
'ground.yizhidanbng'
)
}}
</span>
</li>
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
900349b9
...
...
@@ -2169,7 +2169,6 @@
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
"admin_get_BranchGetList"
,
res
.
data
.
data
);
this
.
queryCommonData
.
BranchList
=
res
.
data
.
data
;
this
.
queryCommonData
.
BranchList
.
forEach
(
x
=>
{
x
.
isShow
=
false
;
...
...
@@ -2504,7 +2503,6 @@
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
queryCommonData
.
companyList
=
res
.
data
.
data
;
console
.
log
(
"sellorder_post_GetBranchList"
,
res
.
data
.
data
);
}
},
err
=>
{}
...
...
src/components/leaderPay2.vue
View file @
900349b9
...
...
@@ -438,8 +438,9 @@
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.TicketPriceList.length"
>
{{
subItem
.
Remarks
}}
</td>
<td
v-if=
"childIndex==0 &&subIndex==0"
:rowspan=
"item.row"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('ticket', subItem)"
>
明细
</span></td>
<td
v-if=
"childIndex==0 &&subIndex==0"
:rowspan=
"item.row"
>
<span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('ticket', subItem)"
>
明细
</span>
</td>
</tr>
</
template
>
</template>
...
...
@@ -693,7 +694,6 @@
class=
"text_d PingFangSC"
>
{{item.FrID}}
</span>
</td>
<td>
{{item.BranchName}}
</td>
<td><span
class=
"_bg__"
:class=
"item.Type==1 || item.Type==5?'_bg_green':'_bg_red'"
>
{{item.TypeName}}
</span>
</td>
<td>
...
...
@@ -848,8 +848,7 @@
<input
v-if=
"dataList.LeaderApply && dataList.LeaderApply.Status && dataList.LeaderApply.Status==2"
type=
"button"
value=
"地接费结算制单"
style=
""
class=
"leader2Btn"
@
click=
"goZhiDan(item)"
>
<span
v-else
style=
"color:red"
>
请在APP中提交实际用款详情信息
</span>
<input
type=
"button"
value=
"地接费结算制单"
class=
"leader2Btn"
@
click=
"goZhiDan(item)"
>
<input
style=
"margin-top:15px"
type=
"button"
value=
"地接费结算制单"
class=
"leader2Btn"
@
click=
"goZhiDan(item)"
>
<input
style=
"margin-top:15px"
v-if=
"item.FinanceIds && item.FinanceIds.length>0"
type=
"button"
value=
"退款制单"
class=
"leader2Btn"
@
click=
"gofzZd(item)"
>
</td>
...
...
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