浏览代码

【修改】商用信息 注释单价合计

howie 2 年之前
父节点
当前提交
c7720f7a04
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/supply/implement/commercial_implement_list.vue

+ 1 - 1
src/views/supply/implement/commercial_implement_list.vue

@@ -268,7 +268,7 @@ export default {
       getExecList(params).then((res) => {
         res.data.records.forEach(item => {
           item.sums1 = ['refundableQty', 'qty', 'retiredQty', 'hasSendQty', 'directTransferQty', 'refundProductQty', 'wdQty']
-          item.sums2 = ['payAmount', 'payRebateAmount', 'hasSendAmount', 'retiredAmount', 'refundProductAmount', 'totalAmount', 'price', 'wdAmount']
+          item.sums2 = ['payAmount', 'payRebateAmount', 'hasSendAmount', 'retiredAmount', 'refundProductAmount', 'totalAmount', 'wdAmount']
         })
         this.dataList = res.data.records
         this.listTotal = res.data.total