Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
478aa15a
Commit
478aa15a
authored
Dec 23, 2020
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
2e326b62
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
270 additions
and
95 deletions
+270
-95
App.vue
src/App.vue
+1
-1
backinfo-form.vue
src/components/sale/backinfo-form.vue
+269
-94
No files found.
src/App.vue
View file @
478aa15a
...
@@ -12,7 +12,7 @@ export default {
...
@@ -12,7 +12,7 @@ export default {
<
style
>
<
style
>
@import
url('~assets/css/font.css')
;
@import
url('~assets/css/font.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
pzn5murglf
.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
ykxxzo63hxp
.css')
;
html
,
html
,
body
,
body
,
...
...
src/components/sale/backinfo-form.vue
View file @
478aa15a
<
template
>
<
style
>
<div>
.backinfoContent
{
基本信息
margin
:
10px
;
<br
/>
padding-bottom
:
80px
;
<span>
}
编号:
{{
setingObj
.
BackNum
}}
</span>
<br
/>
<span>
申请人:
{{
setingObj
.
CreateByName
}}
</span>
<br
/>
<span>
学员姓名:
{{
setingObj
.
GuestName
}}
</span>
<br
/>
<span>
申请时间:
{{
setingObj
.
CreateTimeStr
}}
</span>
<br
/>
.backinfoContent
.role_Line
{
<br
/>
width
:
3px
;
教学信息
height
:
11px
;
<br
/>
margin-right
:
10px
;
<span>
background-color
:
#3FC4FF
;
校区:
{{
setingObj
.
SchoolName
}}
display
:
inline-block
;
</span>
}
<br
/>
<span>
班级名称:
{{
setingObj
.
ClassName
}}
</span>
<br
/>
<span>
代课老师:
{{
setingObj
.
TeacherName
}}
</span>
<br
/>
<span>
学习课程:
{{
setingObj
.
CourseName
}}
</span>
<br
/>
.backinfoContent
.backinfo_Item
{
<br
/>
学习信息
color
:
#000000
;
<br
/>
font-weight
:
bold
;
<span>
}
学习课时:
{{
setingObj
.
FinishHours
}}
课时
</span>
<br
/>
<span>
缺勤次数:暂无
</span>
<br
/>
<span>
考试评分:暂无
</span>
<br
/>
.backinfoContent
.backInfo_One
{
<br
/>
margin
:
20px
0
;
其他信息
}
<br
/>
<span>
关联订单号:
{{
setingObj
.
OrderId
}}
</span>
<br
/>
<span>
关联销售:
{{
setingObj
.
EnterName
}}
</span>
<br
/>
<span>
语句退课费用:
{{
setingObj
.
BackMoney
}}
</span>
<br
/>
<span>
.backinfoContent
.backOtherInfo
{
申请原因:
{{
setingObj
.
ApplyReason
}}
color
:
#111111
;
</span>
}
<br
/>
.backinfoContent
.backInfo_Title
{
<template
v-if=
"showType==1"
>
display
:
inline-block
;
<span>
width
:
75px
;
text-align
:
left
;
color
:
#999999
;
}
.backinfoContent
.replayReason
{
width
:
100%
;
min-height
:
100px
;
background-color
:
#F0F5FB
;
border-radius
:
3px
;
padding
:
20px
;
margin
:
20px
0
;
}
.backinfoContent
.replay_Title
{
font-weight
:
bold
;
color
:
#111111
;
}
.backinfoContent
.chaosong_Peo
{
display
:
inline-block
;
padding
:
2px
3px
;
color
:
#fff
;
border-radius
:
3px
;
margin
:
0
5px
5px
0
;
background-color
:
#9cf
;
}
.backinfoContent
.topBaseInfo
{
height
:
300px
;
overflow
:
auto
;
}
.topBaseInfo
::-webkit-scrollbar
{
width
:
3px
;
height
:
3px
;
background-color
:
#F5F5F5
;
}
/*!*定义滚动条轨道 内阴影+圆角*!*/
.topBaseInfo
::-webkit-scrollbar-track
{
-webkit-box-shadow
:
inset
0
0
6px
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
10px
;
background-color
:
#F5F5F5
;
}
/*!*定义滑块 内阴影+圆角*!*/
.topBaseInfo
::-webkit-scrollbar-thumb
{
border-radius
:
10px
;
-webkit-box-shadow
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
color-stop
(
.5
,
rgba
(
255
,
255
,
255
,
.2
)),
color-stop
(
.5
,
transparent
),
to
(
transparent
));
background-color
:
#0ae
;
}
</
style
>
<
template
>
<div
class=
"backinfoContent"
>
<div>
<div
class=
"topBaseInfo"
>
<div
class=
"backinfo_Item"
>
<span
class=
"role_Line"
></span>
基本信息
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
编号:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
BackNum
}}
</span>
</div>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
申请人:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
CreateByName
}}
</span>
</div>
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
学员姓名:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
GuestName
}}
</span>
</div>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
申请时间:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
CreateTimeStr
}}
</span>
</div>
</div>
<div
class=
"backinfo_Item"
>
<span
class=
"role_Line"
style=
"background-color:#F28C1D"
></span>
教学信息
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
校区:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
SchoolName
}}
</span>
</div>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
班级信息:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
ClassName
}}
</span>
</div>
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
带班老师:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
TeacherName
}}
</span>
</div>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
学习课程:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
CourseName
}}
</span>
</div>
</div>
<div
class=
"backinfo_Item"
>
<span
class=
"role_Line"
style=
"background-color:#02C499"
></span>
学习信息
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
学习课时:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
FinishHours
}}
课时
</span>
</div>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
缺勤次数:
</span>
<span
class=
"backOtherInfo"
>
暂无
</span>
</div>
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
考试评分:
</span>
<span
class=
"backOtherInfo"
>
暂无
</span>
</div>
</div>
<div
class=
"backinfo_Item"
>
<span
class=
"role_Line"
style=
"background-color:#8175FB"
></span>
其他信息
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
关联单号:
</span>
<span
class=
"backOtherInfo"
style=
"color:#2961FE"
>
{{
setingObj
.
OrderId
}}
</span>
</div>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
关联销售:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
EnterName
}}
</span>
</div>
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
预计退费:
</span>
<span
class=
"backOtherInfo"
style=
"color:#F72E52"
>
¥
{{
setingObj
.
BackMoney
}}
</span>
</div>
</div>
</div>
<div
class=
"replayReason"
>
<div
class=
"replay_Title"
>
退课原因
</div>
<div
style=
"color:#666666;margin-top:5px;"
>
{{
setingObj
.
ApplyReason
}}
</div>
</div>
<template>
<span
v-if=
"showType==1"
>
退课金额:
{{
setingObj
.
BackMoney
}}
退课金额:
{{
setingObj
.
BackMoney
}}
</span>
</span>
</
template
>
</
template
>
...
@@ -86,27 +181,67 @@
...
@@ -86,27 +181,67 @@
:rules=
"[val => !!val || '请填退课金额']"
/>
:rules=
"[val => !!val || '请填退课金额']"
/>
</span>
</span>
</
template
>
</
template
>
<div
v-if=
"showType==2"
>
<br
/>
<div
style=
"display:flex;justify-content:space-between;align-items:center;"
>
<div>
审批意见
</div>
<div>
<div>
抄送:
RecipientIds
<q-btn
class=
"q-mr-md"
label=
"取消"
@
click=
"closeBackInfo"
/>
<q-btn
v-if=
"showType==2"
label=
"确认"
@
click=
"saveBackClassInfo()"
/>
</div>
<span
v-if=
"showType==2"
>
审批意见:
<q-radio
v-model=
"backBillMsg.AuditStatus"
:val=
"2"
label=
"通过"
/>
<q-radio
v-model=
"backBillMsg.AuditStatus"
:val=
"2"
label=
"通过"
/>
<q-radio
v-model=
"backBillMsg.AuditStatus"
:val=
"3"
label=
"驳回"
/>
<q-radio
v-model=
"backBillMsg.AuditStatus"
:val=
"3"
label=
"驳回"
/>
</div>
</div>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"backBillMsg.Description"
type=
"textarea"
label=
"审批意见"
/>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"backBillMsg.Description"
type=
"textarea"
label=
"审批意见"
/>
</div>
<div
style=
"margin-top:20px;"
>
<div
class=
"row"
>
<div
class=
"col-6"
style=
"display:flex;align-items:top;"
>
<
template
v-if=
"tempPeople.length>0"
>
<div
style=
"display:inline-block;width:45px;"
>
抄送:
</div>
<!-- RecipientIds -->
<div
style=
"display:inline-block;margin-left:5px;width:340px;"
>
<span
class=
"chaosong_Peo"
v-for=
"(childItem,cindex) in tempPeople"
>
{{
getName
(
childItem
)
}}
</span>
</span>
</div>
</div>
</
template
>
</div>
<div
class=
"col-6"
style=
"justify-content: flex-end;display:flex;align-items:center;"
>
<i
class=
"iconfont icon-aite"
style=
"font-size:20px;margin:7px 20px 0 0;cursor:pointer;"
>
<q-popup-proxy>
<q-banner>
<div
style=
"width:350px;"
>
<div
style=
"margin:10px 0 15px 0;"
>
抄送
</div>
<q-select
class=
"col-6 q-pb-lg q-pr-lg"
multiple
clearable
filled
stack-label
use-input
option-value=
"Id"
option-label=
"EmployeeName"
v-model=
"tempPeople"
ref=
"ManagerId"
:options=
"EmployeeList"
label=
"选择人员"
:dense=
"false"
emit-value
map-options
@
filter=
"filterFn"
>
<
template
v-slot:no-option
>
<q-item>
<q-item-section
class=
"text-grey"
>
未找到相关数据
</q-item-section>
</q-item>
</
template
>
</q-select>
</div>
</q-banner>
</q-popup-proxy>
</i>
<q-btn
class=
"q-mr-md"
label=
"取消"
@
click=
"closeBackInfo"
/>
<q-btn
v-if=
"showType==2"
color=
"accent q-px-md"
label=
"确认"
@
click=
"saveBackClassInfo()"
/>
</div>
</div>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
import
{
saveBackBillAduit
saveBackBillAduit
}
from
'../../api/sale/bill'
}
from
'../../api/sale/bill'
import
{
queryEmployee
}
from
'../../api/users/user'
export
default
{
export
default
{
props
:
{
props
:
{
setingObj
:
{
setingObj
:
{
...
@@ -130,12 +265,16 @@
...
@@ -130,12 +265,16 @@
Description
:
""
,
//审批意见
Description
:
""
,
//审批意见
AuditStatus
:
0
,
//审核状态
AuditStatus
:
0
,
//审核状态
},
},
EmployeeList
:
[],
AllemployeeList
:
[],
tempPeople
:
[],
//抄送人数组
}
}
},
},
created
()
{},
created
()
{},
mounted
()
{
mounted
()
{
this
.
backBillMsg
.
BackId
=
this
.
setingObj
.
BackId
;
this
.
backBillMsg
.
BackId
=
this
.
setingObj
.
BackId
;
console
.
log
(
"setingObj"
,
this
.
setingObj
);
console
.
log
(
"setingObj"
,
this
.
setingObj
);
this
.
getEmployee
();
},
},
methods
:
{
methods
:
{
closeBackInfo
()
{
closeBackInfo
()
{
...
@@ -147,6 +286,42 @@
...
@@ -147,6 +286,42 @@
saveBackBillAduit
(
this
.
backBillMsg
).
then
(
res
=>
{
saveBackBillAduit
(
this
.
backBillMsg
).
then
(
res
=>
{
console
.
log
(
"res"
,
res
);
console
.
log
(
"res"
,
res
);
})
})
},
//获取员工列表
getEmployee
()
{
var
qMsg
=
{
EmployeeName
:
""
}
queryEmployee
(
qMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
var
jsonData
=
res
.
Data
;
if
(
jsonData
&&
jsonData
.
length
>
0
)
{
this
.
AllemployeeList
=
JSON
.
parse
(
JSON
.
stringify
(
jsonData
));
this
.
EmployeeList
=
JSON
.
parse
(
JSON
.
stringify
(
jsonData
));;
}
}
})
},
//筛选员工
filterFn
(
val
,
update
)
{
update
(()
=>
{
if
(
val
===
''
)
{
this
.
EmployeeList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
AllemployeeList
))
}
else
{
const
needle
=
val
.
toLowerCase
()
this
.
EmployeeList
=
this
.
AllemployeeList
.
filter
(
v
=>
v
.
EmployeeName
.
toLowerCase
().
indexOf
(
needle
)
>
-
1
)
}
})
},
getName
(
id
){
let
str
=
''
this
.
EmployeeList
.
forEach
(
x
=>
{
if
(
id
==
x
.
Id
){
console
.
log
(
x
,
'x'
);
str
=
x
.
EmployeeName
;
}
})
return
str
;
}
}
},
},
}
}
...
...
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