|
@@ -569,20 +569,20 @@
|
|
|
|
|
|
},
|
|
|
saveItems() {
|
|
|
- let savefields = {
|
|
|
- monthCost : this.customCols.monthCost,
|
|
|
- bonus : this.customCols.bonus,
|
|
|
- allowance : this.customCols.allowance,
|
|
|
- insuranceOld : this.customCols.insuranceOld,
|
|
|
- insuranceMedical : this.customCols.insuranceMedical,
|
|
|
- insuranceLosejob : this.customCols.insuranceLosejob,
|
|
|
- insuranceInjury : this.customCols.insuranceInjury,
|
|
|
- houseFund : this.customCols.houseFund,
|
|
|
- field1 : this.customCols.field1,
|
|
|
- field2 : this.customCols.field2,
|
|
|
- field3 : this.customCols.field3
|
|
|
- }
|
|
|
- this.http.post('/finance-tblcuscol/save', savefields,
|
|
|
+ // let savefields = {
|
|
|
+ // monthCost : this.customCols.monthCost,
|
|
|
+ // bonus : this.customCols.bonus,
|
|
|
+ // allowance : this.customCols.allowance,
|
|
|
+ // insuranceOld : this.customCols.insuranceOld,
|
|
|
+ // insuranceMedical : this.customCols.insuranceMedical,
|
|
|
+ // insuranceLosejob : this.customCols.insuranceLosejob,
|
|
|
+ // insuranceInjury : this.customCols.insuranceInjury,
|
|
|
+ // houseFund : this.customCols.houseFund,
|
|
|
+ // field1 : this.customCols.field1,
|
|
|
+ // field2 : this.customCols.field2,
|
|
|
+ // field3 : this.customCols.field3
|
|
|
+ // }
|
|
|
+ this.http.post('/finance-tblcuscol/save', this.customCols,
|
|
|
res => {
|
|
|
if (res.code == "ok") {
|
|
|
this.itemDialog = false;
|