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
be2612ce
Commit
be2612ce
authored
Nov 01, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端js调整
parent
0041f961
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
424 additions
and
437 deletions
+424
-437
memorandumList.vue
src/components/Hotel/memorandum/memorandumList.vue
+420
-413
productQuery.vue
src/components/SalesModule/productQuery.vue
+2
-20
ShareMeDocuments.vue
src/components/administrative/ShareMeDocuments.vue
+0
-2
appMenuManagement.vue
src/components/platformModule/appMenuManagement.vue
+1
-1
menuManagement.vue
src/components/platformModule/menuManagement.vue
+1
-1
No files found.
src/components/Hotel/memorandum/memorandumList.vue
View file @
be2612ce
This diff is collapsed.
Click to expand it.
src/components/SalesModule/productQuery.vue
View file @
be2612ce
...
...
@@ -2280,7 +2280,7 @@
}}
</td>
<td>
{{ priceFormat
2
(item.VisaPrice) }}(-{{
{{ priceFormat(item.VisaPrice) }}(-{{
item.BackVisaPrice | priceFormat(item.BackVisaPrice)
}})
</td>
...
...
@@ -2942,25 +2942,7 @@ export default {
}
return
x1
+
x2
;
},
priceFormat2
(
value
)
{
if
(
value
==
null
)
{
return
this
.
$t
(
'objFill.yibaohan'
);
}
let
nStr
=
value
.
toFixed
(
2
);
nStr
+=
""
;
let
x
=
nStr
.
split
(
"."
);
let
x1
=
x
[
0
];
let
x2
=
x
.
length
>
1
?
"."
+
x
[
1
]
:
""
;
var
rgx
=
/
(\d
+
)(\d{3})
/
;
while
(
rgx
.
test
(
x1
))
{
x1
=
x1
.
replace
(
rgx
,
"$1"
+
","
+
"$2"
);
}
let
result
=
x1
+
x2
;
if
(
result
===
"0.00"
)
{
result
=
this
.
$t
(
'objFill.yibaohan'
);
}
return
result
;
},
},
methods
:
{
GetSupperOrderEditAuth
()
{
...
...
src/components/administrative/ShareMeDocuments.vue
View file @
be2612ce
...
...
@@ -28,8 +28,6 @@
<span
@
click=
"resGetList"
>
{{
$t
(
'objFill.v101.administrative.fenxianggwd'
)
}}
</span>
<span
v-for=
"(item,index) in NavList"
@
click=
"getNavTree(item,index)"
>
{{
item
.
name
}}
</span>
</div>
<table
class=
"singeRowTable myDocumentsTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tbody
v-if=
'!isChildFiles'
>
<tr>
...
...
src/components/platformModule/appMenuManagement.vue
View file @
be2612ce
...
...
@@ -84,7 +84,7 @@
<tr
v-for=
"(item,index) in DataList"
>
<td>
{{
item
.
MenuName
}}
</td>
<td>
{{
item
.
MenuUrl
}}
</td>
<td>
{{
item
.
Tier
|
tierFormat
(
item
.
Tier
)
}}
</td>
<td>
{{
tierFormat
(
item
.
Tier
)
}}
</td>
<td>
{{
item
.
MenuStatus
==
0
?
$t
(
'pub.openSel'
):
$t
(
'pub.closeSel'
)
}}
</td>
<td>
{{
item
.
Sort
}}
</td>
<td>
{{
item
.
LowVersion
}}
</td>
...
...
src/components/platformModule/menuManagement.vue
View file @
be2612ce
...
...
@@ -60,7 +60,7 @@
<tr
v-for=
"(item,index) in DataList"
>
<td>
{{
item
.
MenuName
}}
</td>
<td>
{{
item
.
MenuUrl
}}
</td>
<td>
{{
item
.
Tier
|
tierFormat
(
item
.
Tier
)
}}
</td>
<td>
{{
tierFormat
(
item
.
Tier
)
}}
</td>
<td>
{{
item
.
MenuStatus
==
0
?
$t
(
'pub.openSel'
):
$t
(
'pub.closeSel'
)
}}
</td>
<td>
{{
item
.
GroupingCode
}}
...
...
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