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

1

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