|
|
@@ -894,6 +894,7 @@ export default {
|
|
894
|
894
|
stockStatus:0,//库存状态,0待入库,1已入库,因为是我们是预入库,所以是0
|
|
895
|
895
|
origin:this.orderDetail.website,//来源
|
|
896
|
896
|
actualPrice:this.currentReceipt.sellingPrice|| '',//实价,也就是顶部的第三个价格sellingPrice
|
|
|
897
|
+ price:this.currentReceipt.sellingPrice|| '',//官方指导价,也就是顶部的第三个价格sellingPrice
|
|
897
|
898
|
}
|
|
898
|
899
|
if (!this.currentReceipt.warehouseId) {
|
|
899
|
900
|
//当没有仓库id的时候调用新增仓库接口
|