Explorar o código

Merge branch 'develop_yh31' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh31

chenrui hai 1 ano
pai
achega
270e9adaed
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/salesManagement/salesQueryNew/edit.vue

+ 2 - 0
src/views/salesManagement/salesQueryNew/edit.vue

@@ -502,6 +502,8 @@ export default {
     showDesc (e, item) {
       e.stopPropagation()
       const row = this.$refs['productList-' + item.promoRuleSn][0]
+      item.promotionRule.minOrderAmount = item.promotion.minOrderAmount
+      item.promotionRule.upperLimitAmount = item.promotion.upperLimitAmount
       row && row.showDesc(item.promotionRule)
     },
     showDescOk (v, item) {