周宾
2025-12-11 e98ab2c9d515bf14648f2ef1e0b91cb923be9803
src/views/productionManagement/productionCosting/index.vue
@@ -14,6 +14,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"
            />
            <el-button type="primary" @click="handleQuery" style="margin-left: 10px"
            >搜索</el-button
            >
@@ -121,6 +130,7 @@
const data = reactive({
   searchForm: {
      schedulingUserName: "",
      salesContractNo: "",
      entryDate: [
         dayjs().format("YYYY-MM-DD"),
         dayjs().add(1, "day").format("YYYY-MM-DD"),