clll
2023-12-25 7c73d1f5786bce1b7fcab5bf8c3cf50a5e1fd4b1
north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectReplenish.vue
@@ -270,14 +270,17 @@
<template>
  <div class="main-div-customer">
    <div id="head" style="width: 900px;">
    <div id="head" >
      <el-row :gutter="0">
      <el-date-picker
          v-model="value"
          type="daterange"
          start-placeholder="报工开始时间"
          end-placeholder="结束时间"
      />
      &nbsp;
      <el-button type="primary">查询</el-button>
      </el-row>
    </div>
    <vxe-grid
        max-height="100%"
@@ -321,4 +324,7 @@
  width: 99%;
  height: 100%;
}
#head{
  width:40%;
}
</style>