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
1cb12991
Commit
1cb12991
authored
Aug 01, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
169b022f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+0
-3
CostNewPriceForm.vue
...nts/TravelManager/TravelNewQuotation/CostNewPriceForm.vue
+0
-8
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
1cb12991
...
@@ -548,7 +548,6 @@
...
@@ -548,7 +548,6 @@
SubSaveType
(
type
)
{
SubSaveType
(
type
)
{
this
.
$parent
.
SaveData
(
type
);
this
.
$parent
.
SaveData
(
type
);
},
},
//每天小计
//每天小计
getDayXiaoJi
(
type
,
currencyType
)
{
getDayXiaoJi
(
type
,
currencyType
)
{
var
xiaoJi
=
0
;
var
xiaoJi
=
0
;
...
@@ -618,7 +617,6 @@
...
@@ -618,7 +617,6 @@
});
});
return
CurrencyName
;
return
CurrencyName
;
},
},
//价格转换器
//价格转换器
getConvertMoney
(
value
)
{
getConvertMoney
(
value
)
{
if
(
value
===
""
||
value
===
undefined
||
value
===
null
)
{
if
(
value
===
""
||
value
===
undefined
||
value
===
null
)
{
...
@@ -626,7 +624,6 @@
...
@@ -626,7 +624,6 @@
}
}
return
parseFloat
(
value
);
return
parseFloat
(
value
);
},
},
//获取地接项目(人民币)
//获取地接项目(人民币)
getLocalTotalMoney
(
PeopleNumber
)
{
getLocalTotalMoney
(
PeopleNumber
)
{
let
totalMoney
=
0.0
;
let
totalMoney
=
0.0
;
...
...
src/components/TravelManager/TravelNewQuotation/CostNewPriceForm.vue
View file @
1cb12991
...
@@ -465,14 +465,6 @@
...
@@ -465,14 +465,6 @@
</tr>
</tr>
</
template
>
</
template
>
</template>
</template>
<!--未填写人数-->
<
template
v-else
>
<tr>
<td>
合计
</td>
</tr>
</
template
>
</tfoot>
</tfoot>
</table>
</table>
<div
class=
"Cost_Line"
>
<div
class=
"Cost_Line"
>
...
...
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