Kaynağa Gözat

现在在入库的时候,也会传入官方指导价字段,price,自动填入顶上的sellingPrice

Yannay 1 ay önce
ebeveyn
işleme
742b872dc4

+ 1 - 0
pages/orderDetailRefactored/components/PageFour.vue

@@ -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的时候调用新增仓库接口