李林
2024-02-26 8d817b3847f9a96850c1a28f7923940697df7235
src/components/view/product-count.vue
@@ -51,15 +51,10 @@
      </div>
      <div class="search">
         <div class="search_thing">
            <div class="search_label">系统日期:</div>
            <div class="search_input">
               <el-date-picker size="small" v-model="componentData.entity.updateTime" type="date" placeholder="选择日期" value-format="yyyy-MM-dd HH:mm:ss" clearable></el-date-picker>
            </div>
         </div>
         <div class="search_thing">
            <div class="search_label">登记日期:</div>
            <div class="search_input">
               <el-date-picker size="small" v-model="componentData.entity.createTime" type="date" placeholder="选择日期" value-format="yyyy-MM-dd HH:mm:ss" clearable></el-date-picker>
               <el-date-picker size="small" v-model="componentData.entity.createTime" type="date" placeholder="选择日期"
                  value-format="yyyy-MM-dd HH:mm:ss" :clearable="false" :editable="false"></el-date-picker>
            </div>
         </div>
         <div class="search_thing">
@@ -77,7 +72,8 @@
         </div>
      </div>
      <div class="table">
         <ValueTable ref="ValueTable" :url="$api.dataReporting.selectProductCountDtoPageList" :componentData="componentData" :key="upIndex" :downUrl="$api.dataReporting.downProductCountFile"/>
         <ValueTable ref="ValueTable" :url="$api.dataReporting.selectProductCountDtoPageList"
            :componentData="componentData" :key="upIndex" :downUrl="$api.dataReporting.downProductCountFile" />
      </div>
   </div>
</template>
@@ -141,8 +137,8 @@
            this.componentData.entity = this.HaveJson(this.entityCopy)
            this.upIndex++
         },
         selectProductEnumList(){
            this.$axios.get(this.$api.enums.selectProductEnumList).then(res=>{
         selectProductEnumList() {
            this.$axios.get(this.$api.enums.selectProductEnumList).then(res => {
               this.product = res.data
            })
         },