Browse Source

采纳数量

yangc 7 years ago
parent
commit
10e78c085d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/applyPurchase/ApplyInfo.vue

+ 1 - 1
components/applyPurchase/ApplyInfo.vue

@@ -81,7 +81,7 @@
               封装:{{purchaseMan.encapsulation || '-'}}
             </div>
             <div>
-              采购数量:<span>{{purchaseMan.amount || '-'}}</span><span v-if="purchaseMan.amount">个</span>
+              采购数量:<span>{{purchaseMan.needquantity || '-'}}</span><span v-if="purchaseMan.needquantity">个</span>
             </div>
             <div>
               单价预算:<span>{{purchaseMan.unitPrice ? (purchaseMan.currency == 'RMB' ? '¥' : '$') + purchaseMan.unitPrice : '-'}}</span>