Просмотр исходного кода

fix: update recycleTime format in PageFour.vue to include time component

Yannay 1 неделя назад
Родитель
Сommit
969e37e08a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/orderDetailRefactored/components/PageFour.vue

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

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