Browse Source

提交内贸业务我的订单利润合计错误问题

caojunjie 3 năm trước cách đây
mục cha
commit
937d40030b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/kaihe/domesticTrade/orderInformation/index.vue

+ 1 - 1
src/views/kaihe/domesticTrade/orderInformation/index.vue

@@ -3066,7 +3066,7 @@ export default {
           }
         }
       });
-      this.amountCr = sums[8];
+      this.amountCr = sums[9];
       return sums;
     },
     addOrUpdateHand(form, status) {