|
@@ -55,7 +55,7 @@
|
|
|
<view class="title">采购单价(元/吨)</view>
|
|
|
<view class="con-list">
|
|
|
<view class="picker">
|
|
|
- <text>{{purchaseOrder.unitPrice}}</text>
|
|
|
+ <text>{{purchaseOrder.procurementPrice}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -135,7 +135,7 @@
|
|
|
memo:'',
|
|
|
buyer:'',
|
|
|
buyerPhone:'',
|
|
|
- unitPrice:0,
|
|
|
+ procurementPrice:0,
|
|
|
address:'',
|
|
|
count:0,
|
|
|
province:'',
|
|
@@ -175,7 +175,7 @@
|
|
|
memo:'',
|
|
|
buyer:'',
|
|
|
buyerPhone:'',
|
|
|
- unitPrice:0,
|
|
|
+ procurementPrice:0,
|
|
|
address:'',
|
|
|
count:0,
|
|
|
id:0,
|
|
@@ -217,7 +217,7 @@
|
|
|
this.purchaseOrder.buyer = options.buyer
|
|
|
this.purchaseOrder.customer = options.customerName
|
|
|
this.purchaseOrder.basis = options.basisPrice
|
|
|
- this.purchaseOrder.unitPrice = options.unitPrice
|
|
|
+ this.purchaseOrder.procurementPrice = options.procurementPrice
|
|
|
this.purchaseOrder.receiveWarehouse = options.receiveWarehouse
|
|
|
this.purchaseOrder.settlementPrice = options.basisPrice
|
|
|
this.purchaseOrder.procurementPlanType = options.procurementPlanType
|
|
@@ -248,7 +248,7 @@
|
|
|
url: `/pageA/product/Identity_switching?goodsName=${this.purchaseOrder.goodsName}
|
|
|
&receivePrivate=${this.purchaseOrder.receivePrivate}&receiveCity=${this.purchaseOrder.receiveCity}
|
|
|
&receiveArea=${this.purchaseOrder.receiveArea}&minimumVolume=${this.purchaseOrder.minimumVolume}
|
|
|
- &buyer=${this.purchaseOrder.buyer}&basisPrice=${this.purchaseOrder.basis}&unitPrice=${this.purchaseOrder.unitPrice}
|
|
|
+ &buyer=${this.purchaseOrder.buyer}&basisPrice=${this.purchaseOrder.basis}&procurementPrice=${this.purchaseOrder.procurementPrice}
|
|
|
&receiveWarehouse=${this.purchaseOrder.receiveWarehouse}&procurementPlanType=${this.purchaseOrder.procurementPlanType}
|
|
|
&procurementPlanNo=${this.purchaseOrder.procurementPlan}`
|
|
|
})
|
|
@@ -301,7 +301,7 @@
|
|
|
this.purchaseOrder.commonId=that.userInfo.id
|
|
|
this.purchaseOrder.pcFlag=0
|
|
|
if(this.purchaseOrder.procurementPlanType == "期货"){
|
|
|
- this.purchaseOrder.unitPrice = this.purchaseOrder.settlementPrice
|
|
|
+ this.purchaseOrder.procurementPrice = this.purchaseOrder.settlementPrice
|
|
|
}
|
|
|
uni.showModal({
|
|
|
content: '订单提交后将发送给买方,是否确定提交?',
|