Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 month ago
parent
commit
529edffeca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/xt_pages/stock/detail/stockInDetail.vue

+ 1 - 0
src/xt_pages/stock/detail/stockInDetail.vue View File

@@ -937,6 +937,7 @@ export default {
937 937
         var obj = {index:"合计",total_price:0}
938 938
         var total = 0
939 939
         console.log("wowowows",this.tableDataList)
940
+        return
940 941
         for(let i=0;i<this.tableDataList.length;i++){
941 942
           this.tableDataList[i].index = i + 1
942 943
           this.tableDataList[i].good_type_name = this.typeName(this.tableDataList[i].good_type_id)