王震
2024-01-17 013f8220e34601a6914f5863415168f2df5f549c
src/page/ScheduleData/index.vue
@@ -13,7 +13,7 @@
            @click="getCurrent(i)"
            ref="listItem"
          >
            订单号:{{ x.customerOrderNo }}/{{ x.otcLineNo }}
            订单号:{{ x.contractNo }}
          </div>
        </div>
        <!-- <el-pagination
@@ -176,6 +176,7 @@
        },
        1
      ).then((res) => {
        console.log(res,"1");
        const d = res.data.data
        this.pagination.total = d.total
        d.records.forEach((e) => (e.active = false))
@@ -212,6 +213,7 @@
                color: '#14a9d7'
              })
            )
            console.log(this.tasks,"----===");
            let endDate = e.actualFinishDate
            if (!e.actualFinishDate) {
              const s = Date.parse(e.actualStartDate)