Forráskód Böngészése

Merge tag 'Hotfix-zh-293' into develop

Finish Hotfix-zh-293
howie 2 éve
szülő
commit
41a1658a8f

+ 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