wujianwei
2026-01-14 d9b20efa8bdb66f5e2cb1793314f57ed66e846b3
ui/admin-ui3/src/components/CustomerSelectDialog/index.vue
@@ -14,6 +14,9 @@
                <el-form-item label="客户简称:">
                    <el-input v-model="queryParams.customerShortName" placeholder="请输入客户简称" style="width: 180px" />
                </el-form-item>
                  <el-form-item label="客户全称:">
                    <el-input v-model="queryParams.customerFullName" placeholder="请输入客户简称" style="width: 180px" />
                </el-form-item>
                <el-form-item label="客户编号:">
                    <el-input v-model="queryParams.customerNo" placeholder="请输入客户编号" style="width: 180px" />
                </el-form-item>
@@ -34,6 +37,8 @@
                </template>
            </el-table-column>
            <el-table-column prop="customerShortName" label="客户简称" />
            <el-table-column prop="customerFullName" label="客户全称" />
            <el-table-column prop="customerCode" label="客户编号" />
            <el-table-column prop="contactName" label="联系人姓名" />
            <el-table-column prop="signCompanyName" label="签约公司" />
@@ -194,6 +199,8 @@
    queryParams.customerType = '';
    queryParams.customerShortName = '';
    queryParams.customerNo = '';
    queryParams.customerFullName = '';
    queryParams.pageNum = 1;
    queryParams.pageSize = 10;