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
2a02fc33
Commit
2a02fc33
authored
Dec 06, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8066fd1f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
CostNewPriceCC.vue
...nents/TravelManager/TravelNewQuotation/CostNewPriceCC.vue
+29
-0
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPriceCC.vue
View file @
2a02fc33
...
@@ -445,6 +445,8 @@
...
@@ -445,6 +445,8 @@
</
template
>
</
template
>
{{postConfig.AuditContent}}
{{postConfig.AuditContent}}
</template>
</template>
<
template
>
<el-button
type=
"primary"
class=
"normalBtn"
style=
"float:right;margin-right:40px;"
:loading=
"importOfferLoading"
@
click=
"downLoadOffer(postConfig)"
>
下载报价单
</el-button></
template
>
</td>
</td>
<td
colspan=
"3"
>
<td
colspan=
"3"
>
当前团队类型:
<
template
v-if=
"postConfig.TeamTypeName=='小包团'"
>
当前团队类型:
<
template
v-if=
"postConfig.TeamTypeName=='小包团'"
>
...
@@ -455,7 +457,10 @@
...
@@ -455,7 +457,10 @@
</
template
>
</
template
>
</td>
</td>
</tr>
</tr>
</table>
</table>
<div
class=
"Cost_Line"
></div>
<div
class=
"Cost_Line"
></div>
</el-form>
</el-form>
</div>
</div>
...
@@ -496,6 +501,30 @@
...
@@ -496,6 +501,30 @@
document
.
body
.
appendChild
(
link
);
document
.
body
.
appendChild
(
link
);
link
.
click
();
link
.
click
();
},
},
downLoadOffer
(
item
)
{
var
downMsg
=
{
OfferId
:
item
.
ID
,
};
var
fileName
=
"【"
+
item
.
OutDateTime
+
"】"
;
if
(
item
.
TCNUMS
&&
item
.
TCNUMS
.
length
<
20
)
{
fileName
+=
item
.
TCNUMS
;
}
if
(
item
.
Title
)
{
if
(
item
.
Title
.
length
>
20
)
{
fileName
+=
item
.
Title
.
substring
(
0
,
20
);
}
else
{
fileName
+=
item
.
Title
;
}
}
fileName
+=
".xls"
this
.
loading
=
true
;
this
.
GetLocalFile
(
"quotation_get_DownLoadQuotation"
,
downMsg
,
fileName
,
res
=>
{
this
.
loading
=
false
;
});
},
//调用父组件方法
//调用父组件方法
SubSaveType
(
type
)
{
SubSaveType
(
type
)
{
this
.
$parent
.
SaveData
(
type
);
this
.
$parent
.
SaveData
(
type
);
...
...
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