|
@@ -1046,7 +1046,7 @@ export default {
|
|
1046
|
dictValue: brandId || '',//品牌id
|
1046
|
dictValue: brandId || '',//品牌id
|
|
1047
|
indentifyCode: this.warehouseInfo.codeStorage || '',//独立编码
|
1047
|
indentifyCode: this.warehouseInfo.codeStorage || '',//独立编码
|
|
1048
|
costPrice: this.computedTotalCost || '',//总成本价
|
1048
|
costPrice: this.computedTotalCost || '',//总成本价
|
|
1049
|
- recycleTime: dayjs().format('YYYY-MM-DD'),//回收时间 必填
|
|
|
|
|
|
1049
|
+ recycleTime: dayjs().format('YYYY-MM-DD') + ' 00:00:00', // 回收日期,落库 recycle_time
|
|
1050
|
cardDate: this.warehouseInfo.cardDate || '',//保卡日期
|
1050
|
cardDate: this.warehouseInfo.cardDate || '',//保卡日期
|
|
1051
|
stockStatus: 0,//库存状态,0待入库,1已入库,因为是我们是预入库,所以是0
|
1051
|
stockStatus: 0,//库存状态,0待入库,1已入库,因为是我们是预入库,所以是0
|
|
1052
|
origin: this.orderDetail.website,//来源
|
1052
|
origin: this.orderDetail.website,//来源
|