zhangyuewww 3 years ago
parent
commit
d52d722aae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pageA/product/business_buy.vue

+ 1 - 1
pageA/product/business_buy.vue

@@ -301,7 +301,7 @@
 					this.purchaseOrder.commonId=that.userInfo.id
 					this.purchaseOrder.pcFlag=0
 					if(this.purchaseOrder.procurementPlanType == "期货"){
-					this.purchaseOrder.procurementPrice = this.purchaseOrder.settlementPrice
+					this.purchaseOrder.unitPrice = this.purchaseOrder.settlementPrice
 					}
 					uni.showModal({
 						content: '订单提交后将发送给买方,是否确定提交?',