Commit 31253c5b authored by 华国豪's avatar 华国豪 🙄

1

parent 72824603
......@@ -135,7 +135,7 @@ export default {
RB_Branch_Id:data.RB_Branch_Id,
IsPublic:6,
BType:4,
AccountId:22,
AccountId:23,
CostTypeID:189,
WBMoney:data.CommissionMoney,
Remark:'',
......@@ -162,7 +162,7 @@ export default {
this.loading = false;
if (res.data.resultCode == 1) {
this.apipost(
"OPCommission_UpdatePeriodsFrID",
"VisaCommission_UpdatePeriodsFrID",
{ID:this.oPComissionPeriods.ID,FrId:res.data.data},
res => {
if (res.data.resultCode == 1) {
......@@ -293,14 +293,14 @@ export default {
// 单据号:${oPComissionPeriods.FRID}</span>`;
// }
};
// let opera = {
// title: "操作",
// titleAlign: "left",
// columnAlign: "left",
// width: 80,
// isResize: false,
// componentName: "commission-table-operation"
// };
let opera = {
title: "操作",
titleAlign: "left",
columnAlign: "left",
width: 80,
isResize: false,
componentName: "commission-table-operation"
};
this.columns = [];
this.columns.push(company);
this.columns.push(department);
......@@ -313,7 +313,7 @@ export default {
// this.columns.push(visaPeopleCount);
this.columns.push(Zhanbi);
this.columns.push(remark);
// this.columns.push(opera);
this.columns.push(opera);
this.isReady = true;
},
sortChange(param) {
......
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