Przeglądaj źródła

Merge branch 'master' of http://106.52.242.177:3000/askqvn/crm-app

zhangxin 1 miesiąc temu
rodzic
commit
c6d30b7393

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

@@ -892,7 +892,8 @@ export default {
892 892
                   costPrice: this.computedTotalCost || '',//总成本价
893 893
                   recycleTime: dayjs().format('YYYY-MM-DD'),//回收时间 必填
894 894
                   stockStatus:0,//库存状态,0待入库,1已入库,因为是我们是预入库,所以是0
895
-                  origin:this.orderDetail.website//来源
895
+                  origin:this.orderDetail.website,//来源
896
+                  actualPrice:this.currentReceipt.sellingPrice|| '',//实价,也就是顶部的第三个价格sellingPrice
896 897
                 }
897 898
                 if (!this.currentReceipt.warehouseId) {
898 899
                   //当没有仓库id的时候调用新增仓库接口