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
ddf8ed79
Commit
ddf8ed79
authored
May 15, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
1ce6e8f3
786a2981
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
66 additions
and
12 deletions
+66
-12
zh.js
src/assets/common/lang/zh.js
+2
-1
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+13
-4
BillModule.vue
...ponents/FinancialModule/FinancialSubmodule/BillModule.vue
+2
-2
invoicesManagerDetail.vue
src/components/FinancialModule/invoicesManagerDetail.vue
+1
-1
CouponList.vue
src/components/activity/CouponList.vue
+29
-1
ExaminationStatistics.vue
src/components/administrative/ExaminationStatistics.vue
+19
-3
No files found.
src/assets/common/lang/zh.js
View file @
ddf8ed79
...
...
@@ -1743,7 +1743,8 @@ export const visaT = {
qxzzzdqzlx
:
'请选择正确的签证类型!'
,
qxzxybddry
:
"请选择需要绑定的人员"
,
v_Othervisas
:
'其他'
,
dxzhanghu
:
'对象账户'
dxzhanghu
:
'对象账户'
,
guazdanju
:
'挂账单'
}
import
invoicesManager
from
'./H/h-invoicesManager'
export
const
ios
=
invoicesManager
\ No newline at end of file
src/components/FinancialModule/FinancialDocuments.vue
View file @
ddf8ed79
...
...
@@ -170,9 +170,10 @@
<el-option
key=
"0"
value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
key=
"1"
value=
"1"
:label=
"$t('restaurant.res_income')"
></el-option>
<el-option
key=
"2"
value=
"2"
:label=
"$t('restaurant.res_outcome')"
></el-option>
<el-option
key=
"2"
value=
"5"
:label=
"$t('fnc.yingshou')"
></el-option>
<el-option
key=
"2"
value=
"6"
:label=
"$t('fnc.yingfu')"
></el-option>
<el-option
key=
"2"
value=
"4"
:label=
"$t('fnc.zjdiaobo')"
></el-option>
<el-option
key=
"3"
value=
"5"
:label=
"$t('fnc.yingshou')"
></el-option>
<el-option
key=
"4"
value=
"6"
:label=
"$t('fnc.yingfu')"
></el-option>
<el-option
key=
"5"
value=
"4"
:label=
"$t('fnc.zjdiaobo')"
></el-option>
<el-option
key=
"6"
value=
"7"
:label=
"$t('visaT.guazdanju')"
></el-option>
</el-select>
</span>
</li>
...
...
@@ -416,12 +417,15 @@
popper-class=
"detailsIT_Journal"
placement=
"bottom-start"
trigger=
"click"
>
<
template
v-if=
"item.Type!=1&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<
template
v-if=
"item.Type!=1&&item.
Type!=7&&item.
modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<my-Bill
:ID=
"item.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-Bill>
</
template
>
<
template
v-else-if=
"item.Type==1&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<my-RVB-Bill
:ID=
"item.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-RVB-Bill>
</
template
>
<
template
v-else-if=
"item.Type==7&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<my-GZ-Bill
:ID=
"item.FrID"
:width=
"'1000px'"
:color=
"colorSon"
></my-GZ-Bill>
</
template
>
<
template
v-else-if=
"item.Is_Merge===1&&item.modelShow"
>
<my-HB-Bill
:ID=
"item.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-HB-Bill>
</
template
>
...
...
@@ -662,6 +666,7 @@
import
myBill
from
"./FinancialSubmodule/BillModule.vue"
;
import
myrbvBill
from
"./FinancialSubmodule/ReceivablesModule.vue"
;
import
myhrBill
from
"./FinancialSubmodule/MergeBillModule.vue"
;
import
myGZBill
from
"./FinancialSubmodule/GZBillModule.vue"
;
export
default
{
data
(){
return
{
...
...
@@ -817,6 +822,7 @@ export default {
"my-Bill"
:
myBill
,
"my-RVB-Bill"
:
myrbvBill
,
"my-HB-Bill"
:
myhrBill
,
"my-GZ-Bill"
:
myGZBill
,
},
mounted
(){
let
userInfo
=
this
.
getLocalStorage
();
let
userMenuCode
=
','
+
userInfo
.
ActionMenuCode
+
','
;
...
...
@@ -1392,6 +1398,9 @@ export default {
}
else
if
(
type
===
4
)
{
path
=
'addCapitalAllocation'
this
.
$router
.
push
({
name
:
path
,
query
:{
"id"
:
id
,
"edit"
:
1
,
blank
:
'y'
,
tab
:
'修改财务单据'
}
})
}
else
if
(
type
===
7
)
{
path
=
'addFinancialGZDocuments'
this
.
$router
.
push
({
name
:
path
,
query
:{
"FrID"
:
id
,
"edit"
:
1
,
blank
:
'y'
,
tab
:
'修改财务单据'
}
})
}
// this.$router.push({ name: path,query:{"type":type,"FrID":id,"edit":edit,"Conditon":Conditon,"pageIndex":pageIndex,blank:'y',tab:'修改财务单据'} })
}
...
...
src/components/FinancialModule/FinancialSubmodule/BillModule.vue
View file @
ddf8ed79
...
...
@@ -109,8 +109,8 @@
<span
class=
"_r_name"
v-if=
"GetDetail.TradeDate!=''"
>
{{
GetDetail
.
AccountNumber
}}
(
{{
GetDetail
.
TradeDate
}}
)
</span>
<span
class=
"_r_name"
v-else
>
{{
GetDetail
.
AccountNumber
}}
</span>
</p>
<p
v-if=
"
(GetDetail.Type==2 || GetDetail.Type==6) && GetDetail.IsPublic !== 3
"
style=
"max-width: 500px"
>
<span>
{{
$t
(
'
visaT.dx
zhanghu'
)
}}
:
</span>
<p
v-if=
"
GetDetail.Type==2 || GetDetail.Type==6
"
style=
"max-width: 500px"
>
<span>
{{
$t
(
'
fnc.fk
zhanghu'
)
}}
:
</span>
<span
class=
"_r_name"
v-if=
"GetDetail.TradeDate!=''"
>
{{
GetDetail
.
AccountNumber
}}
(
{{
GetDetail
.
TradeDate
}}
)
</span>
<span
class=
"_r_name"
v-else
>
{{
GetDetail
.
AccountNumber
?
GetDetail
.
AccountNumber
:
$t
(
'fnc.no'
)
}}
</span>
</p>
...
...
src/components/FinancialModule/invoicesManagerDetail.vue
View file @
ddf8ed79
...
...
@@ -357,7 +357,7 @@
<button
class=
"normalBtn"
@
click=
"dialogFormVisible2 = true"
>
{{$t('ios.tonggei')}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"dialogFormVisible = true"
>
{{$t('ios.jujue')}}
</button>
</div>
<div
class=
"iis_save"
v-else-if=
"noDetail && detail.InvoiceApplyState===1 &&
EmployeeId === detail.CreateBy && EmployeeId === 1
"
>
<div
class=
"iis_save"
v-else-if=
"noDetail && detail.InvoiceApplyState===1 &&
(EmployeeId === detail.CreateBy || EmployeeId === 1)
"
>
<button
class=
"normalBtn"
@
click=
"setStatus(2)"
>
{{$t('pub.cancelBtn')}}
</button>
</div>
<div
class=
"imd_img_box"
>
...
...
src/components/activity/CouponList.vue
View file @
ddf8ed79
...
...
@@ -82,6 +82,20 @@
</el-select>
</span>
</li>
<li>
<span>
<em>
使用范围
</em>
<el-select
filterable
v-model=
"msg.couponsUseScope"
>
<el-option
:label=
"$t('active.cl_tongyong')"
:value=
"1"
></el-option>
<el-option
:label=
"$t('active.cl_team')"
:value=
"2"
></el-option>
<el-option
:label=
"$t('active.cl_qianzheng')"
:value=
"3"
></el-option>
<el-option
:label=
"$t('active.cl_jipiao')"
:value=
"4"
></el-option>
<el-option
label=
"门票"
:value=
"5"
></el-option>
<el-option
label=
"车辆"
:value=
"6"
></el-option>
</el-select>
</span>
</li>
<li>
<input
type=
"button"
...
...
@@ -116,6 +130,7 @@
<th>
{{
$t
(
'active.cl_sxriqi'
)
}}
</th>
<th>
{{
$t
(
'active.cl_sxzhuangtai'
)
}}
</th>
<th>
{{
$t
(
'active.cl_gqriqi'
)
}}
</th>
<th>
使用范围
</th>
<th>
{{
$t
(
'admin.admin_status'
)
}}
</th>
<th>
{{
$t
(
'active.cl_addPp'
)
}}
</th>
<th>
{{
$t
(
'system.table_operation'
)
}}
</th>
...
...
@@ -141,7 +156,16 @@
<span
v-if=
"item.couponEffectStatus === 2"
style=
"color: gray"
>
{{
$t
(
'active.cl_wsxiao'
)
}}
</span>
<span
v-if=
"item.couponEffectStatus === 3"
style=
"color: red"
>
{{
$t
(
'active.cl_ygqi'
)
}}
</span>
</td>
<td>
{{
item
.
expirationDate
}}
</td>
<td>
<span
v-if=
"item.couponsUseScope == 1"
>
全场通用
</span>
<span
v-if=
"item.couponsUseScope == 2"
>
团队
</span>
<span
v-if=
"item.couponsUseScope == 3"
>
签证
</span>
<span
v-if=
"item.couponsUseScope == 4"
>
机票
</span>
<span
v-if=
"item.couponsUseScope == 5"
>
门票
</span>
<span
v-if=
"item.couponsUseScope == 6"
>
车辆
</span>
</td>
<td>
<span
v-if=
"item.couponStatus == 1"
style=
"color: green"
>
{{
$t
(
'pub.normalSel'
)
}}
</span>
<span
v-if=
"item.couponStatus == 2"
style=
"color: gray"
>
{{
$t
(
'active.ld_jinyong'
)
}}
</span>
...
...
@@ -343,6 +367,8 @@
<el-option
:label=
"$t('active.cl_team')"
:value=
"2"
></el-option>
<el-option
:label=
"$t('active.cl_qianzheng')"
:value=
"3"
></el-option>
<el-option
:label=
"$t('active.cl_jipiao')"
:value=
"4"
></el-option>
<el-option
label=
"门票"
:value=
"5"
></el-option>
<el-option
label=
"车辆"
:value=
"6"
></el-option>
</el-select>
</el-form-item>
</td>
...
...
@@ -384,6 +410,7 @@ export default {
couponStatus
:
-
1
,
groupId
:
''
,
branchId
:
''
,
couponsUseScope
:
""
,
},
rules
:
{
branchId
:
[{
required
:
true
,
message
:
this
.
$t
(
'rule.company'
),
trigger
:
"change"
}],
...
...
@@ -471,7 +498,8 @@ export default {
if
(
res
.
data
.
resultCode
===
1
)
{
// this.currentPage = res.data.data.pageCount
this
.
total
=
res
.
data
.
data
.
count
this
.
DataList
=
res
.
data
.
data
.
pageData
this
.
DataList
=
res
.
data
.
data
.
pageData
;
console
.
log
(
"DataList"
,
this
.
DataList
);
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
)
}
...
...
src/components/administrative/ExaminationStatistics.vue
View file @
ddf8ed79
...
...
@@ -292,7 +292,7 @@ export default {
titleAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
,
width
:
8
0
,
width
:
7
0
,
orderBy
:
""
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
leaveEarlyCount
<=
0
?
''
:
rowData
.
leaveEarlyCount
}
</span>`
...
...
@@ -316,12 +316,24 @@ export default {
titleAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
,
width
:
8
0
,
width
:
9
0
,
orderBy
:
""
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
lllegalModifyRemarkCount
<=
0
?
''
:
rowData
.
lllegalModifyRemarkCount
}
</span>`
}
};
let
AppletOrderCount
=
{
field
:
"appletOrderCount"
,
title
:
"报名确认单数"
,
titleAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
,
width
:
80
,
// orderBy: "",
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
appletOrderCount
<=
0
?
''
:
rowData
.
appletOrderCount
}
</span>`
}
};
let
discountPrice
=
{
field
:
"discountPrice"
,
title
:
"少价金额"
,
...
...
@@ -340,6 +352,7 @@ export default {
this
.
columns
.
push
(
userName
);
this
.
columns
.
push
(
periods
);
this
.
columns
.
push
(
LllegalModifyRemarkCount
);
this
.
columns
.
push
(
AppletOrderCount
);
this
.
columns
.
push
(
rejectCount
);
this
.
columns
.
push
(
receivedPeopleCount
);
this
.
columns
.
push
(
orderCount
);
...
...
@@ -378,9 +391,12 @@ export default {
if
(
param
.
uncollected
!=
''
){
this
.
msg
.
OrderBy
=
'a.Uncollected '
+
param
.
uncollected
}
if
(
param
.
L
llegalModifyRemarkCount
!=
''
){
if
(
param
.
l
llegalModifyRemarkCount
!=
''
){
this
.
msg
.
OrderBy
=
'a.LllegalModifyRemarkCount '
+
param
.
lllegalModifyRemarkCount
}
if
(
param
.
appletOrderCount
!=
''
){
this
.
msg
.
OrderBy
=
'a.AppletOrderCount '
+
param
.
appletOrderCount
}
//this.tableData = this.orderBy(d, ["incomeVal"], param.income).results;
this
.
getList
();
// }else{
...
...
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