Просмотр исходного кода

跟单开票记录列表合计行加应收金额

@dongkboy 1 месяц назад
Родитель
Сommit
461ea883d7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/receivable/documentary/documentaryRecord.vue

+ 1 - 1
src/views/receivable/documentary/documentaryRecord.vue

@@ -475,7 +475,7 @@ const getSummaries = (param) => {
   const { columns, data } = param
   const { columns, data } = param
   const sums: (string | VNode)[] = []
   const sums: (string | VNode)[] = []
   // 指定需要计算的字段列表(可根据需求添加字段名)
   // 指定需要计算的字段列表(可根据需求添加字段名)
-  const specifiedFields = ['taxPoint'] // 替换为您需要的字段名
+  const specifiedFields = ['taxPoint', 'receivableAmount'] // 替换为您需要的字段名
 
 
   columns.forEach((column, index) => {
   columns.forEach((column, index) => {
     if (index === 0) {
     if (index === 0) {