guoyuji
2024-09-19 9b52218c49caaf38fa986516eae04c0e2acda7b4
north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectReplenish.vue
@@ -314,6 +314,7 @@
const selectOrderList = ()=>{
  request.post(`/Replenish/SelectReplenish/${pageNum.value}/${total.pageSize}/${selectDate.value}`,filterData.value).then((res) => {
    if(res.code==200){
      console.log(res.data)
      if (res.data.total!=null){
        total.dataTotal = res.data.total.total*1
        total.pageTotal= res.data.total.pageTotal
@@ -408,7 +409,14 @@
      </template>
      <template #state="{ row,column}">
        <el-checkbox @click.native.prevent  :checked="row[column.field]===1"/>
        <el-checkbox
            v-if="row[column.field] === 1"
            @click.native.prevent
            :checked="true"/>
        <el-checkbox
            v-else
            @click.native.prevent
            :checked="false"/>
      </template>
      <template #pager>