Browse Source

求购bug

yangc 7 years ago
parent
commit
5c362f099c

+ 2 - 2
components/mobile/applyPurchase/SayPrice.vue

@@ -14,7 +14,7 @@
             规格:<span>{{purchaseDetail.spec || '-'}}</span>
             规格:<span>{{purchaseDetail.spec || '-'}}</span>
           </div>
           </div>
           <div class="content-line">
           <div class="content-line">
-            采购数量:<span>{{purchaseDetail.offerAmount || '-'}}</span>
+            采购数量:<span>{{purchaseDetail.needquantity || '-'}}</span>
           </div>
           </div>
           <div class="content-line">
           <div class="content-line">
             币种:<span>{{purchaseDetail.currency || '不限'}}</span>
             币种:<span>{{purchaseDetail.currency || '不限'}}</span>
@@ -166,7 +166,7 @@
           purchaseMan.leadtime = this.sayPriceObj.leadtime
           purchaseMan.leadtime = this.sayPriceObj.leadtime
           purchaseMan.replies = this.sayPriceObj.replies
           purchaseMan.replies = this.sayPriceObj.replies
           purchaseMan.vendUU = this.user.data.enterprise.uu
           purchaseMan.vendUU = this.user.data.enterprise.uu
-          purchaseMan.vendorUserUU = this.user.data.userUU
+          purchaseMan.vendUserUU = this.user.data.userUU
           purchaseMan.qutoApp = 'MALL'
           purchaseMan.qutoApp = 'MALL'
           if (!purchaseMan.currency) {
           if (!purchaseMan.currency) {
             purchaseMan.currency = this.sayPriceObj.currency
             purchaseMan.currency = this.sayPriceObj.currency

+ 1 - 1
components/mobile/applyPurchase/SayPriceInfo.vue

@@ -15,7 +15,7 @@
               规格:<span>{{purchaseDetail.spec || '-'}}</span>
               规格:<span>{{purchaseDetail.spec || '-'}}</span>
             </div>
             </div>
             <div class="content-line">
             <div class="content-line">
-              采购数量:<span>{{purchaseDetail.offerAmount || '-'}}</span>
+              采购数量:<span>{{purchaseDetail.needquantity || '-'}}</span>
             </div>
             </div>
             <div class="content-line">
             <div class="content-line">
               币种:<span>{{purchaseDetail.currency || '不限'}}</span>
               币种:<span>{{purchaseDetail.currency || '不限'}}</span>