Explorar el Código

修改明细盘点bug

liuyanpeng hace 2 años
padre
commit
72f13cd01b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,