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
a8f96287
Commit
a8f96287
authored
Nov 20, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
c1ef19eb
27970613
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
983 additions
and
199 deletions
+983
-199
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+10
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+8
-5
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+6
-1
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+11
-0
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+1
-1
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+2
-2
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+7
-1
index.vue
src/components/index.vue
+169
-175
featureHome2.vue
...nager/TravelGroupControl/UpgradedVersion/featureHome2.vue
+632
-0
index.vue
...ravelmanager/TravelGroupControl/UpgradedVersion/index.vue
+126
-5
index.js
src/plug/index.js
+11
-8
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
a8f96287
...
...
@@ -865,6 +865,13 @@
<el-input
class=
"w200"
v-model=
"msg.Remark"
></el-input>
</span>
</li>
<li
v-if=
"msg.Conditon==1"
>
<span>
<em>
只看待上传发票的
</em>
<el-switch
v-model=
"msg.InvoiceState"
active-value=
"true"
inactive-value=
"false"
>
</el-switch>
</span>
</li>
</
template
>
</ul>
</div>
...
...
@@ -1436,7 +1443,8 @@
UpdateBy
:
""
,
Sort
:
"2"
,
IsSpecial
:
0
,
Remark
:
""
Remark
:
""
,
InvoiceState
:
false
,
},
getCompanyMsg
:
{
// 公司
...
...
@@ -2281,6 +2289,7 @@
if
(
!
this
.
msg
.
Conditon
)
this
.
msg
.
Conditon
=
1
;
if
(
!
this
.
msg
.
TradeWay
)
this
.
msg
.
TradeWay
=
0
;
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
this
.
apipost
(
"Financial_post_GetPageList"
,
this
.
msg
,
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
a8f96287
...
...
@@ -1121,7 +1121,9 @@
<div
style=
"border-top: 1px solid #dedede;margin-top: 10px;
padding: 0 0 10px 0;"
v-if=
"GetDetail.KingdeeInvoice&&(GetDetail.KingdeeInvoice==1||GetDetail.KingdeeInvoice==3)
&&(GetDetail.CreateBy==userInfo.EmployeeId||GetDetail.InvoiceExamineBy==userInfo.EmployeeId)"
>
&&(GetDetail.CreateBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1)"
>
<p
style=
"margin-top: 10px;"
>
<span
style=
"color: red;"
>
发票凭证
</span>
...
...
@@ -1162,7 +1164,6 @@
<!--
<img
:src=
"file.Url?file.Url:file.Content"
@
click=
"showImg(file.Url?file.Url:file.Content)"
>
-->
</div>
<span
class=
"iconfont icon-guanbi1"
v-if=
"(GetDetail.CreateBy==userInfo.EmployeeId||GetDetail.InvoiceExamineBy==userInfo.EmployeeId)&&GetDetail.InvoiceState!=2"
@
click=
"deleteUploadFile(fIndex,1)"
></span>
</div>
<div
v-if=
"file.Type==1"
>
...
...
@@ -1172,13 +1173,14 @@
@
click=
"showUpLoadFile(file)"
>
</div>
<span
class=
"iconfont icon-guanbi1"
v-if=
"(GetDetail.CreateBy==userInfo.EmployeeId||GetDetail.InvoiceExamineBy==userInfo.EmployeeId)&&GetDetail.InvoiceState!=2"
@
click=
"deleteUploadFile(fIndex,1)"
></span>
</div>
</
template
>
</div>
<div
style=
"margin-top: 10px;"
v-if=
"(GetDetail.CreateBy==userInfo.EmployeeId||GetDetail.InvoiceExamineBy==userInfo.EmployeeId)&&GetDetail.InvoiceState!=2"
>
v-if=
"(GetDetail.CreateBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1)&&GetDetail.InvoiceState!=2"
>
<div
class=
"_pic_upload"
>
<!--<div class="_pic_upload" v-if="saveMsg.length!==5 && ((saveMsg.length + GetDetail.VorcherInos.length) < 5)">-->
<el-upload
drag
:http-request=
"uploadFileBtnFP"
:multiple=
"true"
:show-file-list=
"false"
action=
""
>
...
...
@@ -1666,6 +1668,7 @@
huijiShow
:
false
,
clientData
:
{},
isReceivablesAccount
:
false
,
ActionMenuCode
:
''
}
},
components
:
{
...
...
@@ -1706,7 +1709,7 @@
this
.
pageIndex
=
this
.
$route
.
query
.
pageIndex
;
let
userinfo
=
this
.
getLocalStorage
();
this
.
bossID
=
userinfo
.
EmployeeId
;
let
ActionMenuCode
=
userinfo
.
ActionMenuCode
;
let
ActionMenuCode
=
this
.
ActionMenuCode
=
userinfo
.
ActionMenuCode
;
if
(
ActionMenuCode
.
indexOf
(
'F_Update_KJCostType'
)
!=
-
1
)
{
this
.
huijiShow
=
true
;
}
...
...
src/components/SalesModule/MyCustomer.vue
View file @
a8f96287
...
...
@@ -542,7 +542,12 @@
</el-popover>
</td>
<td>
{{
item
.
contactNumber
}}
</td>
<td>
{{
item
.
customerName
}}
</td>
<td>
{{
item
.
customerName
}}
<span
v-if=
"item.departmentManagerStr&&msg.CustomerStatus==1"
style=
"color: red;margin-left: 10px;"
>
待
{{
item
.
departmentManagerStr
}}
审核
</span>
</td>
<td>
<p
v-if=
"item.customerVisitList.length>0"
>
{{
item
.
customerVisitList
[
0
].
visitDateTime
}}
...
...
src/components/Ticketing/TicketManager.vue
View file @
a8f96287
...
...
@@ -1393,6 +1393,16 @@
</el-select>
</span>
</li>
<li>
<span>
<em>
团期状态
</em>
<el-select
v-model=
"msg.IsNoTCID"
:placeholder=
"$t('pub.pleaseSel')"
class=
"w120"
>
<el-option
label=
"不限"
:value=
"0"
></el-option>
<el-option
label=
"未绑定团期"
:value=
"1"
></el-option>
<el-option
label=
"有机损的取消团期"
:value=
"2"
></el-option>
</el-select>
</span>
</li>
<li
style=
"margin-right:50px;"
>
<button
class=
"normalBtn"
type=
"button"
@
click=
"resetPageIndex(),getList()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
type=
"button"
@
click=
"addShow=true,command=false,sanmai=false,initAddMsg()"
>
...
...
@@ -2785,6 +2795,7 @@
Departure_city
:
0
,
//出发地
SellType
:
-
1
,
//售卖机票类型:0-团队机票,1-单卖机票
IsSelectInvoicing
:
'0'
,
//是否未维护开票金额1-未维护,2-已维护
IsNoTCID
:
0
,
//1未绑定团期 2有机损的取消团期
},
maintenanceList
:
[{
Name
:
'不限'
,
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
a8f96287
...
...
@@ -669,7 +669,7 @@
</el-popover>
</p>
<p
class=
"travelnowrap"
v-if=
"(item.LineID==14 || item.LineID==90|| item.LineID==168) && item.IsOpenHotel==1"
>
v-if=
"(item.LineID==14 || item.LineID==90|| item.LineID==168
||item.LineID==118
) && item.IsOpenHotel==1"
>
<span
style=
"color:red;font-weight:bold;"
>
※ {{$t('op.DJyiguanbi')}}.
</span>
</p>
</div>
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
a8f96287
...
...
@@ -491,7 +491,7 @@
{{
item
.
OutBranchName
}}
</p>
<p
v-if=
"(item.LineID==14 || item.LineID==90|| item.LineID==168) && item.HotelOrderListReports && item.HotelOrderListReports.length>0 "
>
v-if=
"(item.LineID==14 || item.LineID==90|| item.LineID==168
||item.LineID==118
) && item.HotelOrderListReports && item.HotelOrderListReports.length>0 "
>
<el-popover
width=
"980"
trigger=
"click"
popper-class=
"TC_HotelPop"
>
<commonHotelInfo
:HotelObj=
"item.HotelOrderListReports"
:showHotelObj=
"showHotelObj"
:TCID=
"item.TCID"
:DMCNum=
"item.DMCNum"
:TCNUM=
"item.TCNUM"
...
...
@@ -505,7 +505,7 @@
</el-popover>
</p>
<p
class=
"travelnowrap"
v-if=
"(item.LineID==14 || item.LineID==90|| item.LineID==168) && item.IsOpenHotel==1"
>
v-if=
"(item.LineID==14 || item.LineID==90|| item.LineID==168
||item.LineID==118
) && item.IsOpenHotel==1"
>
<span
style=
"color:red;font-weight:bold;"
>
※
{{
$t
(
'op.DJyiguanbi'
)
}}
.
</span>
</p>
</div>
...
...
src/components/confirmationOrderDownLoadNew.vue
View file @
a8f96287
...
...
@@ -539,8 +539,14 @@
var
title
=
this
.
orderMsg
.
startDate
+
this
.
orderMsg
.
lineteamName
+
this
.
orderMsg
.
dayNum
+
'日游'
;
//欧洲
if
(
this
.
dataAll
.
lineId
==
168
||
this
.
dataAll
.
lineId
==
119
)
{
title
=
this
.
orderMsg
.
startDate
+
this
.
dataAll
.
title
;
title
=
this
.
orderMsg
.
startDate
;
if
(
this
.
dataAll
.
title
.
length
>
80
)
{
title
+=
this
.
dataAll
.
title
.
substring
(
0
,
80
);
}
else
{
title
+=
this
.
dataAll
.
title
;
}
}
console
.
log
(
"title"
,
title
);
var
fileName
=
title
+
".pdf"
;
if
(
this
.
orderId
&&
this
.
orderId
>
0
)
{
//出团通知书下载
...
...
src/components/index.vue
View file @
a8f96287
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/UpgradedVersion/featureHome2.vue
0 → 100644
View file @
a8f96287
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/UpgradedVersion/index.vue
View file @
a8f96287
This diff is collapsed.
Click to expand it.
src/plug/index.js
View file @
a8f96287
...
...
@@ -123,7 +123,7 @@ export default {
let
ocrUrl
=
"http://192.168.10.68:8888"
;
// domainUrl = "http://192.168.10.238:8083"; // 刘东电脑
// domainUrl = "http://192.168.10.226"; //春姐
domainUrl
=
"http://192.168.10.
68
"
;
//奎哥
domainUrl
=
"http://192.168.10.
160
"
;
//奎哥
let
crmLocalFileStreamDownLoadUrl
=
""
;
crmLocalFileStreamDownLoadUrl
=
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://crm.oytour.com"
:
"http://testcrm.oytour.com"
;
...
...
@@ -1138,7 +1138,6 @@ export default {
};
try
{
let
url
=
oss
.
signatureUrl
(
objectKey
);
console
.
log
(
"url"
,
url
);
let
getBlob
=
new
Promise
(
resolve
=>
{
const
xhr
=
new
XMLHttpRequest
();
xhr
.
open
(
'GET'
,
url
,
true
);
...
...
@@ -1156,9 +1155,17 @@ export default {
xhr
.
send
();
});
getBlob
.
then
(
blob
=>
{
if
(
window
.
navigator
.
msSaveOrOpenBlob
)
{
if
(
window
.
navigator
.
msSaveOrOpenBlob
)
{
navigator
.
msSaveBlob
(
blob
,
filename
);
}
else
{
resultJson
.
resultCode
=
1
;
if
(
callBack
)
{
callBack
(
resultJson
)
}
}
else
{
resultJson
.
resultCode
=
1
;
if
(
callBack
)
{
callBack
(
resultJson
)
}
const
link
=
document
.
createElement
(
'a'
);
const
body
=
document
.
querySelector
(
'body'
);
link
.
href
=
window
.
URL
.
createObjectURL
(
blob
);
...
...
@@ -1168,10 +1175,6 @@ export default {
link
.
click
();
body
.
removeChild
(
link
);
window
.
URL
.
revokeObjectURL
(
link
.
href
);
resultJson
.
resultCode
=
1
;
if
(
callBack
)
{
callBack
(
resultJson
)
}
}
});
}
catch
(
err
)
{
...
...
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