loulijun2021
2023-03-20 a1c2af547ceee7a78226cb7f271b9f9cd1854786
src/views/scgl/xgbg.vue
@@ -415,7 +415,7 @@
        partspec: '', // 产品规格
        reportuser: '', // 报工人员
        reportdate: '', // 报工时间
        prop: 'lm_date', // 排序字段
        prop: 'report_date', // 排序字段
        order: 'desc', // 排序字段
        page: 1, // 第几页
        rows: 20 // 每页多少条
@@ -468,10 +468,10 @@
        partspec: this.form.partspec, // 产品规格
        reportuser: this.form.reportuser, // 报工人员
        reportdate: tempDate, // 报工时间
        prop: 'report_date', // 排序字段
        order: 'desc', // 排序字段
        page: 1, // 第几页
        rows: 20 // 每页多少条
        prop: this.form.prop, // 排序字段
        order: this.form.order, // 排序字段
        page: this.form.page, // 第几页
        rows: this.form.rows // 每页多少条
      }
      const res = await MesOrderStepVerifySearch(data)