瀏覽代碼

Merge tag 'Hotfix-zh-293' into develop

Finish Hotfix-zh-293
howie 2 年之前
父節點
當前提交
41a1658a8f
共有 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