浏览代码

quotation/one接口新增uu参数

yangc 7 年之前
父节点
当前提交
cce7fa4767

+ 3 - 1
components/mobile/applyPurchase/SeekList.vue

@@ -168,7 +168,9 @@ export default {
             id: id
           })
         : this.$store.dispatch('applyPurchase/loadVendorInquiryDetail', {
-            id: id
+            id: id,
+            enuu: this.user.data.enterprise.uu,
+            useruu: this.user.data.userUU
           })
       this.agreed = agreed
       this.showSayPriceInfoBox = true

+ 1 - 1
pages/mobile/applyPurchase/list/_id.vue

@@ -12,7 +12,7 @@
     },
     fetch ({store, route}) {
       return Promise.all([
-        route.query.type === 'buyer' ? store.dispatch('applyPurchase/loadBuyerInquiryDetail', {id: route.params.id}) : store.dispatch('applyPurchase/loadVendorInquiryDetail', {id: route.params.id})
+        route.query.type === 'buyer' ? store.dispatch('applyPurchase/loadBuyerInquiryDetail', {id: route.params.id}) : store.dispatch('applyPurchase/loadVendorInquiryDetail', {id: route.params.id, enuu: this.user.data.enterprise.uu, useruu: this.user.data.userUU})
       ])
     }
   }

+ 3 - 1
pages/mobile/share/purChase/_uuid.vue

@@ -201,7 +201,9 @@ export default {
             id: id
           })
         : this.$store.dispatch('applyPurchase/loadVendorInquiryDetail', {
-            id: id
+            id: id,
+            enuu: this.user.data.enterprise.uu,
+            useruu: this.user.data.userUU
           })
       this.agreed = agreed
       this.showSayPriceInfoBox = true