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
3e92c419
Commit
3e92c419
authored
Nov 13, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c61b01ec
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
283 additions
and
235 deletions
+283
-235
VisaShouSun.vue
src/components/SalesVisa/VisaShouSun.vue
+254
-214
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+1
-0
CostNewPriceCC.vue
...nents/TravelManager/TravelNewQuotation/CostNewPriceCC.vue
+6
-4
GroupOutCorporationAudit.vue
src/components/dmc/manager/GroupOutCorporationAudit.vue
+22
-17
No files found.
src/components/SalesVisa/VisaShouSun.vue
View file @
3e92c419
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
3e92c419
...
...
@@ -836,6 +836,7 @@
downloadFile
(
fileUrl
,
fileName
)
{
const
link
=
document
.
createElement
(
'a'
);
link
.
href
=
fileUrl
;
link
.
target
=
"_blank"
;
link
.
download
=
fileName
;
document
.
body
.
appendChild
(
link
);
link
.
click
();
...
...
src/components/TravelManager/TravelNewQuotation/CostNewPriceCC.vue
View file @
3e92c419
...
...
@@ -587,8 +587,8 @@
</p>
</template>
<
template
>
<el-button
type=
"primary"
class=
"normalBtn"
style=
"float:right;margin-right:40px;"
:loading=
"importOfferLoading"
@
click=
"downLoadOffer(postConfig)"
>
{{
$t
(
'objFill.xiazaxtbjd'
)
}}
<el-button
type=
"primary"
class=
"normalBtn"
style=
"float:right;margin-right:40px;"
:loading=
"downLoadloading"
@
click=
"downLoadOffer(postConfig)"
>
{{
$t
(
'objFill.xiazaxtbjd'
)
}}
</el-button>
</
template
>
</td>
...
...
@@ -620,6 +620,7 @@
AduitMsg
:
{
},
downLoadloading
:
false
,
}
},
methods
:
{
...
...
@@ -682,6 +683,7 @@
const
link
=
document
.
createElement
(
'a'
);
link
.
href
=
fileUrl
;
link
.
download
=
fileName
;
link
.
target
=
"_blank"
;
document
.
body
.
appendChild
(
link
);
link
.
click
();
},
...
...
@@ -701,9 +703,9 @@
}
}
fileName
+=
".xls"
this
.
loading
=
true
;
this
.
downLoad
loading
=
true
;
this
.
GetLocalFile
(
"quotation_get_DownLoadQuotation"
,
downMsg
,
fileName
,
res
=>
{
this
.
loading
=
false
;
this
.
downLoad
loading
=
false
;
});
},
//调用父组件方法
...
...
src/components/dmc/manager/GroupOutCorporationAudit.vue
View file @
3e92c419
...
...
@@ -39,8 +39,9 @@
<span>
<em>
{{
$t
(
'objFill.v101.dmc.chutrq'
)
}}
</em>
<el-date-picker
style=
"width: 300px;"
v-model=
"StartTime"
format=
'yyyy-MM-dd'
value-format=
"yyyy-MM-dd"
size=
"small"
type=
"daterange"
:range-separator=
"$t('OrderList.zhi')"
:start-placeholder=
"$t('OrderList.star')"
:end-placeholder=
"$t('OrderList.end')"
@
change=
"getStartTime"
clearable
>
size=
"small"
type=
"daterange"
:range-separator=
"$t('OrderList.zhi')"
:start-placeholder=
"$t('OrderList.star')"
:end-placeholder=
"$t('OrderList.end')"
@
change=
"getStartTime"
clearable
>
</el-date-picker>
</span>
</li>
...
...
@@ -58,21 +59,23 @@
@
click=
"goTravel(scope.row)"
>
{{
scope
.
row
.
TCNUM
}}
(
{{
scope
.
row
.
TCID
}}
)
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"StartDate"
:label=
"$t('hotel.hotel_StarDate')"
width=
"120"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"StartDate"
:label=
"$t('hotel.hotel_StarDate')"
width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"LtName"
:label=
"$t('advmanager.v_xilie')"
width=
"200"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
LineName
}}
<
/br
>
{{
scope
.
row
.
LineName
}}
<
br
/
>
{{
scope
.
row
.
LtName
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"Title"
:label=
"$t('Operation.Op_TeamName')"
width=
"200"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"Title"
:label=
"$t('Operation.Op_TeamName')"
width=
"200"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('visaT.Applicant')+'/'+$t('objFill.shengqirq')"
width=
"200"
>
<
template
slot-scope=
"scope"
>
<p>
{{
scope
.
row
.
BranchApplyName
}}
</p>
<p>
{{
scope
.
row
.
BranchApplyTime
}}
</p>
</
template
>
</el-table-column>
<el-table-column
prop=
"OPName"
:label=
"$t('objFill.shengqyy')"
show-overflow-tooltip
>
<el-table-column
prop=
"OPName"
:label=
"$t('objFill.
v101.dmc.
shengqyy')"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
BranchApplyResion
}}
</
template
>
...
...
@@ -94,10 +97,12 @@
<el-table-column
prop=
""
:label=
"$t('system.table_operation')"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<div
class=
"_icon_btn"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.shenhe')"
placement=
"top"
v-if=
"scope.row.BranchAuditState==1"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.shenhe')"
placement=
"top"
v-if=
"scope.row.BranchAuditState==1"
>
<i
v-loading=
"loading"
class=
"iconfont icon-ico_commodity_defaul"
@
click=
"shenhei(scope.row)"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.bohui')"
placement=
"top"
v-if=
"scope.row.BranchAuditState==1"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.bohui')"
placement=
"top"
v-if=
"scope.row.BranchAuditState==1"
>
<i
class=
"iconfont icon-shenhebohui"
@
click=
"bohui(scope.row)"
></i>
</el-tooltip>
</div>
...
...
@@ -105,20 +110,22 @@
</el-table-column>
</el-table>
<div
style=
"width: 100%;"
>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"msg.pageIndex"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"total"
>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"msg.pageIndex"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"total"
>
</el-pagination>
</div>
<el-dialog
custom-class=
"w600"
:title=
"$t('objFill.bohuiyy')"
:visible
.
sync=
"cancelOrderDialog"
>
<div
style=
"padding-bottom:20px"
>
<el-input
type=
"textarea"
autofocus
rows=
"5"
:placeholder=
"$t('objFill.v101.dmc.qingtxbtyy')"
clear=
"w300"
v-model=
"cancelRemark"
>
<el-input
type=
"textarea"
autofocus
rows=
"5"
:placeholder=
"$t('objFill.v101.dmc.qingtxbtyy')"
clear=
"w300"
v-model=
"cancelRemark"
>
</el-input>
<el-row
:gutter=
"20"
style=
"margin-top: 20px;"
>
<el-col
:span=
"24"
style=
"text-align: right;"
>
<el-button
class=
"normalBtn"
value=
""
@
click=
"cancelOrderHandler"
:loading=
"loading"
>
{{$t('objFill.v101.dmc.quedinbh')}}
</el-button>
<el-button
class=
"hollowFixedBtn"
@
click=
"cancelOrderDialog = false,cancelRemark=''"
>
{{$t('pub.closeSel')}}
</el-button>
<el-button
class=
"normalBtn"
value=
""
@
click=
"cancelOrderHandler"
:loading=
"loading"
>
{{$t('objFill.v101.dmc.quedinbh')}}
</el-button>
<el-button
class=
"hollowFixedBtn"
@
click=
"cancelOrderDialog = false,cancelRemark=''"
>
{{$t('pub.closeSel')}}
</el-button>
</el-col>
</el-row>
</div>
...
...
@@ -353,7 +360,6 @@
}
}
}
</
script
>
<
style
scoped
>
.groupApproval
.singeRowTable
{
...
...
@@ -424,5 +430,4 @@
._icon_btn
i
.icon-mingxi
{
background-color
:
rgb
(
71
,
191
,
140
)
}
</
style
>
</
style
>
\ No newline at end of file
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