周宾
2025-12-11 e98ab2c9d515bf14648f2ef1e0b91cb923be9803
src/views/productionManagement/productionDispatching/index.vue
@@ -38,6 +38,15 @@
               clearable
               prefix-icon="Search"
            />
            <span class="search_title ml10">合同号:</span>
            <el-input
               v-model="searchForm.salesContractNo"
               style="width: 240px"
               placeholder="请输入"
               @change="handleQuery"
               clearable
               prefix-icon="Search"
            />
<!--            <span class="search_title ml10">项目名称:</span>-->
<!--            <el-input-->
<!--               v-model="searchForm.projectName"-->
@@ -53,7 +62,7 @@
            <el-checkbox
               style="margin-left: 10px"
               v-model="searchForm.status"
               label="不显示待排数量0"
               label="不显示待排数量为0"
               @change="handleQuery"
            />
            <el-button type="primary" @click="handleQuery" style="margin-left: 10px">搜索</el-button>
@@ -93,8 +102,9 @@
const data = reactive({
   searchForm: {
      customerName: "",
      salesContractNo: "",
      projectName: "",
      status: "",
      status: true,
      entryDate: [dayjs().format("YYYY-MM-DD"), dayjs().format("YYYY-MM-DD")], // 录入日期,默认当天
      entryDateStart: dayjs().format("YYYY-MM-DD"),
      entryDateEnd: dayjs().format("YYYY-MM-DD"),