kongdeqiang
2023-04-06 538ff05f46412603552e9e01ed447649d36e4ced
src/views/your/order-manage2/orderEvaluateManage.vue
@@ -9,8 +9,8 @@
      <Row class="operation">
        <Date-picker clearable @on-change="time1" format="yyyy-MM-dd" type="date" placement="bottom-end" placeholder="请选择订货日期" style="width: 240px;margin-left: 20px">
        </Date-picker>
         <Button @click="init2" icon="md-refresh">查询</Button>
         <Button @click="jiexi" icon="md-redo" :loading="loading2">解析订单</Button>
<!--         <Button @click="init2" icon="md-refresh">查询</Button>-->
         &nbsp;&nbsp;<Button @click="jiexi" icon="md-redo" :loading="loading2">解析订单</Button>
      </Row>
      <Table
        :loading="loading"
@@ -139,13 +139,12 @@
      this.loading2 = true
      jiexiOrder({sendTime:this.searchForm.sendDate}).then((res) => {
        this.loading2 = false;
        if (res.success) {
         this.init()
        }
      });
    },
    time1(e){
      this.searchForm.sendDate = e;
      this.searchForm2.sendDate = e;
      this.getDataList();
    },
    changePage(v) {