Commit cbccb7a8 authored by 罗超's avatar 罗超

1

parent 25881a35
......@@ -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>
......
......@@ -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='150'>收款账户</th>
<th :width='300'>收款账户</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:[],//交易方式列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment