liuhj 6 months ago
parent
commit
0d95d040e8
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/components/OP/EntryDetails.vue

+ 6 - 1
src/components/OP/EntryDetails.vue

@@ -1933,11 +1933,13 @@ export default {
                 }
                 //其他费
                 var otherDatas=[];
+                console.log();
+                
                 for(let c=0;c<this.otherData.length;c++){
                     if(this.otherData[c].setDataId!=''){
                         otherDatas.push({
                             id:this.otherData[c].id,
-                            diId:this.otherData[c].diid,
+                            diId:this.otherData[c].diId,
                             index:this.otherData[c].index,
                             setDataId:this.otherData[c].setDataId,
                             cost:this.otherData[c].cost,
@@ -1951,6 +1953,9 @@ export default {
         },1000,true),
         //保存API
         storageAPI(arrthre,arrfour,arrfive,arrsix,arrSeven){
+            console.log(arrSeven);
+            
+            return
             var url = "/api/Groups/PostEnterExitCostOperate"
             var that = this
             this.$axios({