Browse Source

编辑【新增】可用返利

howie 3 năm trước cách đây
mục cha
commit
baccb905ea
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/supply/policy/components/retail_form.vue

+ 1 - 0
src/views/supply/policy/components/retail_form.vue

@@ -1426,6 +1426,7 @@ export default {
               if (k.customerWalletId === data.customerWalletId) {
                 this.$set(item, 'serviceId', k.serviceId)
                 this.$set(item, 'serviceName', k.serviceName)
+                this.$set(item, 'amount', k.amount || 0)
               }
             })
           })