|
|
@@ -798,7 +798,8 @@ export default {
|
|
798
|
798
|
indentifyCode:this.warehouseInfo.codeStorage|| '',//独立编码
|
|
799
|
799
|
costPrice: this.computedTotalCost || '',//总成本价
|
|
800
|
800
|
recycleTime: dayjs().format('YYYY-MM-DD'),//回收时间 必填
|
|
801
|
|
- stockStatus:0//库存状态,0待入库,1已入库,因为是我们是预入库,所以是0
|
|
|
801
|
+ stockStatus:0,//库存状态,0待入库,1已入库,因为是我们是预入库,所以是0
|
|
|
802
|
+ origin:this.orderDetail.website//来源
|
|
802
|
803
|
}
|
|
803
|
804
|
if (!this.currentReceipt.warehouseId) {
|
|
804
|
805
|
//当没有仓库id的时候调用新增仓库接口
|