瀏覽代碼

面料损耗汇总

jbb 2 年之前
父節點
當前提交
96e0bf83d1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/cost-allocation-total/fabricLossesSummary.vue

+ 2 - 2
src/views/cost-allocation-total/fabricLossesSummary.vue

@@ -267,8 +267,8 @@ export default {
       this.getCostList()
     },
     changeCreateTime(){
-       this.queryParam.createTimeE=this.createTime[0].format('YYYY-MM-DD')
-       this.queryParam.createTimeB=this.createTime[1].format('YYYY-MM-DD')
+       this.queryParam.createTimeE=this.createTime[1].format('YYYY-MM-DD')
+       this.queryParam.createTimeB=this.createTime[0].format('YYYY-MM-DD')
     },
     changeApprovalDate(){
       this.queryParam.approvalDateE=this.approvalDate[0].format('YYYY-MM-DD')