|
@@ -64,11 +64,9 @@ export default {
|
|
|
type: "text",
|
|
type: "text",
|
|
|
},
|
|
},
|
|
|
{ prop: "sumpremium", label: "总保费", type: "text" },
|
|
{ prop: "sumpremium", label: "总保费", type: "text" },
|
|
|
- { prop: "proportional", label: "抽成比例", type: "text" },
|
|
|
|
|
{ prop: "extractFee", label: "抽成总金额", type: "text" },
|
|
{ prop: "extractFee", label: "抽成总金额", type: "text" },
|
|
|
{ prop: "historyFee", label: "已提现金额", type: "text" },
|
|
{ prop: "historyFee", label: "已提现金额", type: "text" },
|
|
|
{ prop: "cashFee", label: "可提现金额", type: "text" },
|
|
{ prop: "cashFee", label: "可提现金额", type: "text" },
|
|
|
- // { prop: "startTime", label: "核算开始时间", type: "text" },
|
|
|
|
|
],
|
|
],
|
|
|
optBtns: [
|
|
optBtns: [
|
|
|
{
|
|
{
|
|
@@ -98,7 +96,6 @@ export default {
|
|
|
{ prop: "sumpremium", label: "总保费", type: "text" },
|
|
{ prop: "sumpremium", label: "总保费", type: "text" },
|
|
|
// { prop: "proportional", label: "抽成比例", type: "text" },
|
|
// { prop: "proportional", label: "抽成比例", type: "text" },
|
|
|
// { prop: "extractFee", label: "总保费抽成费用", type: "text" },
|
|
// { prop: "extractFee", label: "总保费抽成费用", type: "text" },
|
|
|
- { prop: "startTime", label: "核算开始时间", type: "text",width:170 },
|
|
|
|
|
],
|
|
],
|
|
|
optBtns: [
|
|
optBtns: [
|
|
|
{
|
|
{
|
|
@@ -113,15 +110,6 @@ export default {
|
|
|
isPaginationShow: true,
|
|
isPaginationShow: true,
|
|
|
isShowIndex: true,
|
|
isShowIndex: true,
|
|
|
},
|
|
},
|
|
|
- rules: {
|
|
|
|
|
- proportional: [
|
|
|
|
|
- { required: true, message: '请输入抽成比例', trigger: 'blur' },
|
|
|
|
|
- ],
|
|
|
|
|
- userName: [
|
|
|
|
|
- { required: true, message: '请选择名称', trigger: 'change' }
|
|
|
|
|
- ],
|
|
|
|
|
-
|
|
|
|
|
- },
|
|
|
|
|
pageData: {
|
|
pageData: {
|
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
pageSize: 10,
|
|
@@ -174,8 +162,8 @@ export default {
|
|
|
},
|
|
},
|
|
|
]},
|
|
]},
|
|
|
{ prop: "licenseno", label: "车牌号", type: "text" },
|
|
{ prop: "licenseno", label: "车牌号", type: "text" },
|
|
|
- { prop: "sypremium", label: "商业险", type: "text" },
|
|
|
|
|
{ prop: "jqpremium", label: "交强险", type: "text" },
|
|
{ prop: "jqpremium", label: "交强险", type: "text" },
|
|
|
|
|
+ { prop: "sypremium", label: "商业险", type: "text" },
|
|
|
{ prop: "jypremium", label: "驾意险", type: "text" },
|
|
{ prop: "jypremium", label: "驾意险", type: "text" },
|
|
|
{ prop: "sumpremium", label: "总保费", type: "text" },
|
|
{ prop: "sumpremium", label: "总保费", type: "text" },
|
|
|
{ prop: "createtime", label: "创建时间 ", type: "text" },
|
|
{ prop: "createtime", label: "创建时间 ", type: "text" },
|
|
@@ -194,7 +182,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
rowDept: '',
|
|
rowDept: '',
|
|
|
userId: '',
|
|
userId: '',
|
|
|
- startTime: '',
|
|
|
|
|
dialogVisibledetail:false
|
|
dialogVisibledetail:false
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
@@ -210,7 +197,6 @@ export default {
|
|
|
rowDetail(row) {
|
|
rowDetail(row) {
|
|
|
this.dialogVisible = true
|
|
this.dialogVisible = true
|
|
|
this.rowDept = row.deptId
|
|
this.rowDept = row.deptId
|
|
|
- this.startTime = row.startTime
|
|
|
|
|
this.findPagepersonnel({ deptId: row.deptId })
|
|
this.findPagepersonnel({ deptId: row.deptId })
|
|
|
this.findPagedept()
|
|
this.findPagedept()
|
|
|
},
|
|
},
|
|
@@ -253,7 +239,6 @@ export default {
|
|
|
.queryAgencyUserInsAreaPage({
|
|
.queryAgencyUserInsAreaPage({
|
|
|
userId: this.userId,
|
|
userId: this.userId,
|
|
|
deptId: this.rowDept,
|
|
deptId: this.rowDept,
|
|
|
- startTime: this.startTime,
|
|
|
|
|
...data,
|
|
...data,
|
|
|
...this.pageDatadept
|
|
...this.pageDatadept
|
|
|
})
|
|
})
|