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
1bb6da3e
Commit
1bb6da3e
authored
Sep 27, 2024
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into langEn
parents
b623ba7c
abb8b86f
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
68 additions
and
25 deletions
+68
-25
allEchart.vue
src/components/FinancialModule/DataAnalysis/allEchart.vue
+14
-10
ActualRateChange.vue
.../DataAnalysis/components/threeEchart/ActualRateChange.vue
+1
-1
ActualRateChange2.vue
...DataAnalysis/components/threeEchart/ActualRateChange2.vue
+1
-1
ActualRateColumnar.vue
...ataAnalysis/components/threeEchart/ActualRateColumnar.vue
+1
-1
ActualRateColumnar2.vue
...taAnalysis/components/threeEchart/ActualRateColumnar2.vue
+1
-1
ChangeProportion.vue
.../DataAnalysis/components/threeEchart/ChangeProportion.vue
+1
-1
ChangeProportion2.vue
...DataAnalysis/components/threeEchart/ChangeProportion2.vue
+1
-1
IncomeChange.vue
...dule/DataAnalysis/components/threeEchart/IncomeChange.vue
+1
-1
IncomeChange2.vue
...ule/DataAnalysis/components/threeEchart/IncomeChange2.vue
+1
-1
IncomeShare.vue
...odule/DataAnalysis/components/threeEchart/IncomeShare.vue
+1
-1
IncomeShare2.vue
...dule/DataAnalysis/components/threeEchart/IncomeShare2.vue
+1
-1
WoolRateChange.vue
...le/DataAnalysis/components/threeEchart/WoolRateChange.vue
+1
-1
WoolRateColumnar.vue
.../DataAnalysis/components/threeEchart/WoolRateColumnar.vue
+1
-1
index.vue
src/components/FinancialModule/DataAnalysis/index.vue
+1
-2
TravelticketManager.vue
src/components/TravelManager/Ticket/TravelticketManager.vue
+1
-1
ElectronicAudit.vue
src/components/administrative/ElectronicAudit.vue
+40
-0
No files found.
src/components/FinancialModule/DataAnalysis/allEchart.vue
View file @
1bb6da3e
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
filterable
filterable
v-model=
"msg.OutBranchId"
v-model=
"msg.OutBranchId"
@
change=
"getChange"
@
change=
"getChange"
clearable
:disabled=
"PermissionState==2"
:disabled=
"PermissionState==2"
>
>
<el-option
<el-option
...
@@ -98,7 +97,7 @@
...
@@ -98,7 +97,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</
template
>
</
template
>
<el-col
:span=
"
4
"
>
<el-col
:span=
"
3
"
>
<el-form-item
:label=
"$t('fnc.bweibi')"
>
<el-form-item
:label=
"$t('fnc.bweibi')"
>
<el-select
:disabled=
"coinGetShow"
filterable
v-model=
"msg.StandardCurrencyId"
@
change=
"getStatement"
>
<el-select
:disabled=
"coinGetShow"
filterable
v-model=
"msg.StandardCurrencyId"
@
change=
"getStatement"
>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
...
@@ -122,10 +121,10 @@
...
@@ -122,10 +121,10 @@
style=
"width: 100%;"
filterable
multiple
collapse-tags
style=
"width: 100%;"
filterable
multiple
collapse-tags
v-model=
"msg.LineIdList"
@
change=
"getStatement"
v-model=
"msg.LineIdList"
@
change=
"getStatement"
clearable
>
clearable
>
<el-option
v-if=
"activeName!=2"
<
!-- <
el-option v-if="activeName!=2"
:value="0"
:value="0"
:label="$t('pub.unlimitedSel')"
:label="$t('pub.unlimitedSel')"
></el-option>
></el-option>
-->
<el-option
<el-option
v-for=
"item in LineList"
v-for=
"item in LineList"
:label=
"item.LineName"
:label=
"item.LineName"
...
@@ -172,11 +171,11 @@
...
@@ -172,11 +171,11 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<
!-- <el-col :span="2" v-if="msg.Type!=3
">
<
el-col
:span=
"3"
v-if=
"activeName!=4
"
>
<el-form-item label="
季度汇总
">
<el-form-item
label=
"
同比年度
"
>
<el-
checkbox v-model="msg.LossType" true-label="1" false-label="0" @change="getStatement"></el-checkbox
>
<el-
input
v-model=
"msg.QueryCondition"
type=
"number"
></el-input
>
</el-form-item>
</el-form-item>
</el-col>
-->
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
<ul
class=
"clearfix"
>
<ul
class=
"clearfix"
>
...
@@ -344,7 +343,9 @@ export default {
...
@@ -344,7 +343,9 @@ export default {
LossType
:
'0'
,
LossType
:
'0'
,
IsLastData
:
1
,
IsLastData
:
1
,
LineIdList
:
[
14
],
LineIdList
:
[
14
],
LineIdStr
:
'14'
LineIdStr
:
'14'
,
QueryCondition
:
''
,
Is_Open
:
0
},
},
shopMsg
:{
shopMsg
:{
startDate
:
''
,
startDate
:
''
,
...
@@ -363,6 +364,7 @@ export default {
...
@@ -363,6 +364,7 @@ export default {
{
Name
:
'领队导游排名'
,
Id
:
2
},
{
Name
:
'领队导游排名'
,
Id
:
2
},
{
Name
:
'佣金占比统计'
,
Id
:
3
},
{
Name
:
'佣金占比统计'
,
Id
:
3
},
],
],
testMsg
:
"人均收入"
,
dateTime
:
[],
dateTime
:
[],
CompanyList
:
[],
CompanyList
:
[],
getCompanyMsg
:
{
getCompanyMsg
:
{
...
@@ -456,7 +458,7 @@ export default {
...
@@ -456,7 +458,7 @@ export default {
}
else
{
}
else
{
this
.
msg
.
OutBranchIdList
=
this
.
msg
.
OutBranchIdList
.
filter
(
x
=>
{
return
x
!=-
1
})
this
.
msg
.
OutBranchIdList
=
this
.
msg
.
OutBranchIdList
.
filter
(
x
=>
{
return
x
!=-
1
})
}
}
if
(
this
.
msg
.
OutBranchIdList
.
indexOf
(
'-1'
)
!=-
1
)
{
if
(
this
.
msg
.
OutBranchIdList
.
indexOf
(
'-1'
)
!=-
1
||
this
.
msg
.
OutBranchIdList
.
length
==
0
)
{
this
.
coinGetShow
=
false
this
.
coinGetShow
=
false
this
.
msg
.
StandardCurrencyId
=
1
this
.
msg
.
StandardCurrencyId
=
1
}
else
{
}
else
{
...
@@ -492,6 +494,8 @@ export default {
...
@@ -492,6 +494,8 @@ export default {
this
.
msg
.
LineIdStr
=
this
.
msg
.
LineIdList
.
join
(
','
)
this
.
msg
.
LineIdStr
=
this
.
msg
.
LineIdList
.
join
(
','
)
if
(
this
.
msg
.
Type
==
2
)
this
.
msg
.
StandardBranchIds
=
this
.
msg
.
OutBranchIdList
.
join
(
','
)
if
(
this
.
msg
.
Type
==
2
)
this
.
msg
.
StandardBranchIds
=
this
.
msg
.
OutBranchIdList
.
join
(
','
)
if
(
this
.
msg
.
QueryCondition
!=
''
){
this
.
msg
.
Is_Open
=
1
;}
else
{
this
.
msg
.
Is_Open
=
0
;}
this
.
loading
=
true
this
.
loading
=
true
let
msg
=
this
.
msg
let
msg
=
this
.
msg
let
url
=
'financestatistics_post_GetDataAnalysisStat'
let
url
=
'financestatistics_post_GetDataAnalysisStat'
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ActualRateChange.vue
View file @
1bb6da3e
...
@@ -81,7 +81,7 @@ export default {
...
@@ -81,7 +81,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均车资'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'人均车资'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ActualRateChange2.vue
View file @
1bb6da3e
...
@@ -81,7 +81,7 @@ export default {
...
@@ -81,7 +81,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均房费'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'人均房费'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ActualRateColumnar.vue
View file @
1bb6da3e
...
@@ -82,7 +82,7 @@ export default {
...
@@ -82,7 +82,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
10000
).
toFixed
(
2
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
10000
).
toFixed
(
2
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'毛利'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'毛利'
)
==
0
&&
x
.
Name
.
indexOf
(
'毛利率'
)
==-
1
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ActualRateColumnar2.vue
View file @
1bb6da3e
...
@@ -82,7 +82,7 @@ export default {
...
@@ -82,7 +82,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
10000
).
toFixed
(
2
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
10000
).
toFixed
(
2
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'实际利润'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'实际利润'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ChangeProportion.vue
View file @
1bb6da3e
...
@@ -99,7 +99,7 @@ export default {
...
@@ -99,7 +99,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人数'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'人数'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ChangeProportion2.vue
View file @
1bb6da3e
...
@@ -98,7 +98,7 @@ export default {
...
@@ -98,7 +98,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均签证'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'人均签证'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/IncomeChange.vue
View file @
1bb6da3e
...
@@ -82,7 +82,7 @@ export default {
...
@@ -82,7 +82,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
10000
).
toFixed
(
2
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
10000
).
toFixed
(
2
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'收入'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'收入'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/IncomeChange2.vue
View file @
1bb6da3e
...
@@ -81,7 +81,7 @@ export default {
...
@@ -81,7 +81,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均餐费'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'人均餐费'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/IncomeShare.vue
View file @
1bb6da3e
...
@@ -82,7 +82,7 @@ export default {
...
@@ -82,7 +82,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'团数'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'团数'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/IncomeShare2.vue
View file @
1bb6da3e
...
@@ -81,7 +81,7 @@ export default {
...
@@ -81,7 +81,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均门票'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'人均门票'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/WoolRateChange.vue
View file @
1bb6da3e
...
@@ -81,7 +81,7 @@ export default {
...
@@ -81,7 +81,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均机票'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'人均机票'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/WoolRateColumnar.vue
View file @
1bb6da3e
...
@@ -98,7 +98,7 @@ export default {
...
@@ -98,7 +98,7 @@ export default {
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均收入'
)
datas
.
push
(
obj
)
if
(
x
.
Name
.
indexOf
(
'人均收入'
)
==
0
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
...
...
src/components/FinancialModule/DataAnalysis/index.vue
View file @
1bb6da3e
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
filterable
filterable
v-model=
"msg.OutBranchId"
v-model=
"msg.OutBranchId"
@
change=
"getChange"
@
change=
"getChange"
clearable
:disabled=
"PermissionState==2"
:disabled=
"PermissionState==2"
>
>
<el-option
<el-option
...
@@ -146,7 +145,7 @@
...
@@ -146,7 +145,7 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"2"
v-if=
"activeName!=
2&&activeName!=
3"
>
<el-col
:span=
"2"
v-if=
"activeName!=3"
>
<el-form-item
label=
"季度汇总"
>
<el-form-item
label=
"季度汇总"
>
<el-checkbox
v-model=
"msg.LossType"
true-label=
"1"
false-label=
"0"
@
change=
"getStatement"
></el-checkbox>
<el-checkbox
v-model=
"msg.LossType"
true-label=
"1"
false-label=
"0"
@
change=
"getStatement"
></el-checkbox>
</el-form-item>
</el-form-item>
...
...
src/components/TravelManager/Ticket/TravelticketManager.vue
View file @
1bb6da3e
...
@@ -937,7 +937,7 @@
...
@@ -937,7 +937,7 @@
IsSurplusNumGreaterThan
:
false
,
IsSurplusNumGreaterThan
:
false
,
currentPage
:
1
,
currentPage
:
1
,
//起飞状态
//起飞状态
FlyState
:
"
0
"
,
FlyState
:
"
-1
"
,
//是否查询采购人员(1-查询,0-不查询)
//是否查询采购人员(1-查询,0-不查询)
IsQueryPurchase
:
1
,
IsQueryPurchase
:
1
,
//机票编号
//机票编号
...
...
src/components/administrative/ElectronicAudit.vue
View file @
1bb6da3e
...
@@ -154,6 +154,7 @@
...
@@ -154,6 +154,7 @@
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.chakan')"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.chakan')"
placement=
"top-start"
>
<el-button
type=
"danger"
icon=
"iconfont icon-chakan"
@
click=
"goToDetail(item)"
circle
></el-button>
<el-button
type=
"danger"
icon=
"iconfont icon-chakan"
@
click=
"goToDetail(item)"
circle
></el-button>
</el-tooltip>
</el-tooltip>
</el-row>
</el-row>
</td>
</td>
</tr>
</tr>
...
@@ -341,6 +342,12 @@
...
@@ -341,6 +342,12 @@
<el-button
type=
"success"
icon=
"iconfont icon-chakan"
circle
@
click=
"ViewContract(item)"
<el-button
type=
"success"
icon=
"iconfont icon-chakan"
circle
@
click=
"ViewContract(item)"
style=
"padding:5px;"
></el-button>
style=
"padding:5px;"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"下载"
placement=
"top-start"
v-if=
"item.Status==2||item.Status==4"
>
<el-button
type=
"success"
icon=
"el-icon-download"
circle
@
click=
"DownLoadContract(item)"
>
</el-button>
</el-tooltip>
</td>
</td>
</tr>
</tr>
</table>
</table>
...
@@ -453,6 +460,39 @@
...
@@ -453,6 +460,39 @@
};
};
},
},
methods
:
{
methods
:
{
//下载合同
DownLoadContract
(
item
)
{
let
msg
=
{
ID
:
item
.
ID
,
CType
:
item
.
CType
};
let
urlObj
=
this
.
domainManager
();
this
.
loading
=
true
;
this
.
$http
({
headers
:
{
'Content-Type'
:
'application/json'
},
method
:
'post'
,
url
:
urlObj
.
DomainUrl
+
'/api/file/GetDownLoadTripContract'
,
data
:
{
"msg"
:
msg
}
}).
then
(
res
=>
{
this
.
loading
=
false
if
(
res
.
data
.
resultCode
===
1
)
{
let
sign
=
item
.
T_ContractNum
;
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
}
else
{
this
.
Error
(
'PDF获取失败'
);
}
}).
catch
(
err
=>
{
});
},
//出境重新查询
//出境重新查询
resetOutQuery
()
{
resetOutQuery
()
{
this
.
msgOut
.
PageIndex
=
1
;
this
.
msgOut
.
PageIndex
=
1
;
...
...
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