소스 검색

修改明细盘点bug

liuyanpeng 2 년 전
부모
커밋
72f13cd01b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/customer/AssetInventoryOverallSearch.vue

+ 1 - 1
src/components/customer/AssetInventoryOverallSearch.vue

@@ -405,7 +405,7 @@ export default {
       _self.filter.assetDecrease = 0;
 
       // 账套时间
-      _self.filter.depreciationStartDate2 = _self.assetInventory.accountDate;
+      _self.filter.depreciationStartDate2 = `${_self.assetInventory.accountDate} 00:00:00`;
 
       var obj = {
         organizationIds: organizationIds,