lilei hace 1 año
padre
commit
b703f5c5df
Se han modificado 1 ficheros con 2 adiciones y 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) {