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
cbccb7a8
Commit
cbccb7a8
authored
Apr 30, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
25881a35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
246 deletions
+5
-246
dutyItemManagement.vue
src/components/duty/dutyItemManagement.vue
+1
-1
orderCompleteStatistics.vue
src/pages/financial/orderCompleteStatistics.vue
+4
-245
No files found.
src/components/duty/dutyItemManagement.vue
View file @
cbccb7a8
...
...
@@ -13,7 +13,7 @@
</
template
>
<
template
v-slot:body=
"props"
>
<q-tr
:props=
"props"
>
<q-td
key=
"ItemName"
:props=
"props"
style=
"padding
:0 15px
"
>
<q-td
key=
"ItemName"
:props=
"props"
style=
"padding
-bottom:25px;
"
>
<span
v-if=
"!props.row.isEdit"
>
{{
props
.
row
.
ItemName
}}
</span>
<q-input
v-else
v-model=
"props.row.ItemName"
dense
clearable
/>
</q-td>
...
...
src/pages/financial/orderCompleteStatistics.vue
View file @
cbccb7a8
...
...
@@ -106,7 +106,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"财务单据
id
:"
>
<el-form-item
label=
"财务单据:"
>
<div
style=
"width:190px"
>
<el-input
v-model=
"msg.FinanceId"
placeholder=
"请输入内容"
filterable
></el-input>
</div>
...
...
@@ -131,7 +131,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"账号
id
:"
>
<el-form-item
label=
"账号:"
>
<el-select
v-model=
"msg.AccountId"
filterable
>
<el-option
label=
"不限"
:value=
"0"
></el-option>
<el-option
v-for=
'item in accountList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
></el-option>
...
...
@@ -184,7 +184,7 @@
<th
:width=
'300'
>
收款日期
</th>
<th
:width=
'150'
>
收款金额
</th>
<th
:width=
'150'
>
收款方式
</th>
<th
:width=
'
15
0'
>
收款账户
</th>
<th
:width=
'
30
0'
>
收款账户
</th>
<th
:width=
'150'
style=
"border-right:1px solid #999"
>
应收金额
</th>
<!-- --合同有效金额-- -->
<th
:width=
'150'
>
有效课时
</th>
...
...
@@ -357,248 +357,7 @@
loading
:
false
,
AALloading
:
false
,
userId
:
-
2
,
columns
:[
// {
// title:"订单完成情况一览表",
// width:1000,
// key:"a",
// align:"center",
// children:[
// {
// title: "合同信息",
// width: 1000,
// key:"a",
// children:[
{
field
:
"OrderId"
,
title
:
"合同信息"
,
width
:
80
,
key
:
"a1"
,
},
{
field
:
"CreateTime"
,
title
:
"签订时间"
,
width
:
100
,
key
:
"a2"
,
},
{
field
:
"ContractNo"
,
title
:
"合同编号"
,
width
:
120
,
key
:
"a3"
,
},
{
field
:
"CourseName"
,
title
:
"产品名称"
,
width
:
180
,
key
:
"a4"
,
},
{
field
:
"ClassName"
,
title
:
"班级"
,
width
:
150
,
key
:
"a5"
,
},
{
field
:
"StudentName"
,
title
:
"学员名称"
,
width
:
80
,
key
:
"a6"
,
},
{
field
:
"EmployeeName"
,
title
:
"业务员"
,
width
:
80
,
key
:
"a6"
,
},
{
field
:
"TotalClassHours"
,
title
:
"课时"
,
width
:
80
,
key
:
"a8"
,
},
{
field
:
"TotalUnitPrice"
,
title
:
"单价"
,
width
:
80
,
key
:
"a9"
,
},
{
field
:
"TotalCourseFee"
,
title
:
"课程名费"
,
width
:
80
,
key
:
"a7"
,
},
{
field
:
"Money"
,
title
:
"金额"
,
width
:
80
,
key
:
"a10"
,
},
{
field
:
"TotalBookFee"
,
title
:
"教材费"
,
width
:
80
,
key
:
"a11"
,
},
{
field
:
"TotalClassFee"
,
title
:
"课件费"
,
width
:
80
,
key
:
"a12"
,
},
{
field
:
"TotalClassFee"
,
title
:
"优惠金额"
,
width
:
80
,
key
:
"a12"
,
},
{
field
:
"TotalMoney"
,
title
:
"合同总金额"
,
width
:
100
,
key
:
"a13"
,
},
// ]
// },
// {
// title: "收款信息(实收金额)",
// width: 400,
// key:"b",
// children:[
{
field
:
"TradeDate"
,
title
:
"收款日期"
,
width
:
80
,
key
:
"b1"
,
},
{
field
:
""
,
title
:
"收款金额"
,
width
:
80
,
key
:
"1-13"
,
},
{
field
:
""
,
title
:
"收款方式"
,
width
:
80
,
key
:
"b2"
,
},
{
field
:
""
,
title
:
"收款账户"
,
width
:
80
,
key
:
"b3"
,
},
// ]
// },
{
field
:
"PreferPrice"
,
title
:
"应收金额"
,
width
:
80
,
key
:
"c"
,
},
// {
// title: "合同有效金额",
// width: 400,
// key:"d",
// children:[
{
field
:
"EffectiveClassHours"
,
title
:
"有效课时"
,
width
:
80
,
key
:
"d1"
,
},
{
field
:
"Income"
,
title
:
"有效金额"
,
width
:
80
,
key
:
"d2"
,
},
// ]
// },
// {
// title: "消耗情况",
// width: 400,
// key:"e",
// children:[
{
field
:
"UseBookFee"
,
title
:
"教材费"
,
width
:
80
,
key
:
"e1"
,
},
{
field
:
"UseCoursewareFee"
,
title
:
"课件费"
,
width
:
80
,
key
:
"e2"
,
},
{
field
:
"Progress"
,
title
:
"上课进度"
,
width
:
80
,
key
:
"e3"
,
},
{
field
:
"UseClassHours"
,
title
:
"已上课时"
,
width
:
80
,
key
:
"e4"
,
},
{
field
:
"Unit_Price"
,
title
:
"单价"
,
width
:
80
,
key
:
"e5"
,
},
{
field
:
"UseCourseFee"
,
title
:
"已上课金额"
,
width
:
100
,
key
:
"e6"
,
},
// ]
// },
// {
// title: "剩余情况",
// width: 160,
// key:"f",
// children:[
{
field
:
"AdjustPrice"
,
title
:
"协调金额"
,
width
:
80
,
key
:
"f1"
,
},
{
field
:
"SurplusCourseHours"
,
title
:
"剩余课时"
,
width
:
80
,
key
:
"f2"
,
},
{
field
:
"SurplusMoney"
,
title
:
"剩余金额"
,
width
:
80
,
key
:
"f3"
,
},
{
field
:
""
,
title
:
"操作"
,
width
:
100
,
key
:
"f4"
,
componentName
:
'ShiErYueJump'
},
// ]
// }
// ]
// }
],
EmployeeList
:[],
//业务员列表
AccList
:[],
//账户类型列表
BranchAccountList
:[],
//交易方式列表
...
...
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