Parcourir la source

修改盘点日期格式

liuyanpeng il y a 2 ans
Parent
commit
52f688c722
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/customer/AssetInventoryOverallSearch.vue

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

@@ -520,7 +520,7 @@ export default {
     clearFilter: function () {
     clearFilter: function () {
       this.filter.assetDecrease = 0;
       this.filter.assetDecrease = 0;
       // 账套时间
       // 账套时间
-      this.filter.depreciationStartDate2 = this.assetInventory.accountDate;
+      this.filter.depreciationStartDate2 = `${this.assetInventory.accountDate} 00:00:00`;
       this.initTreeData();
       this.initTreeData();
       this.getAssetInstance();
       this.getAssetInstance();
     },
     },