|
@@ -1,22 +1,549 @@
|
|
<template>
|
|
<template>
|
|
- <div>111</div>
|
|
|
|
|
|
+ <div class="app-container">
|
|
|
|
+ <el-form ref="elForm" :model="formData" size="medium" label-width="150px">
|
|
|
|
+ <el-tabs v-model="activeName" @tab-click="handleClick">
|
|
|
|
+ <el-tab-pane label="客户信息" name="1">
|
|
|
|
+ <el-row :gutter="30" class="public-padded-20">
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="客户名称" prop="customerName">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.customerName"
|
|
|
|
+ placeholder="请输入客户名称"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="客户编号" prop="customerCode">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.customerCode"
|
|
|
|
+ placeholder="请输入客户编号"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="申请公司" prop="dhrmCompanyId">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.dhrmCompanyId"
|
|
|
|
+ placeholder="请输入申请公司"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="网址" prop="website">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.website"
|
|
|
|
+ placeholder="请输入网址"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ </el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="账期(月)" prop="stockCode">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.stockCode"
|
|
|
|
+ placeholder="请输入账期(月)"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ </el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="年营业额(万元)" prop="yearBusiness">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.yearBusiness"
|
|
|
|
+ placeholder="请输入年营业额(万元)"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="预计项目毛利率(%)" prop="connectedEntities">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.connectedEntities"
|
|
|
|
+ placeholder="请输入预计项目毛利率(%)"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="客户成立时间" prop="registDate">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.registDate"
|
|
|
|
+ placeholder="请输入客户成立时间"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="注册资本金币种" prop="currency">
|
|
|
|
+ <el-select
|
|
|
|
+ v-model="formData.currency"
|
|
|
|
+ placeholder="请选择注册资本金币种"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="dict in dict.type.currency_of_registered_capital"
|
|
|
|
+ :key="dict.value"
|
|
|
|
+ :label="dict.label"
|
|
|
|
+ :value="dict.value"
|
|
|
|
+ />
|
|
|
|
+ </el-select>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="注册资本金(万元)" prop="capital">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.capital"
|
|
|
|
+ placeholder="请输入注册资本金(万元)"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="法人代表" prop="legalPerson">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.legalPerson"
|
|
|
|
+ placeholder="请输入法人代表"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ </el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="员工人数" prop="workforce">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.workforce"
|
|
|
|
+ placeholder="请输入员工人数"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ </el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="行业" prop="trade">
|
|
|
|
+ <el-select
|
|
|
|
+ v-model="formData.trade"
|
|
|
|
+ placeholder="请选择行业"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="dict in dict.type.CUSTOMER_TRADE"
|
|
|
|
+ :key="dict.value"
|
|
|
|
+ :label="dict.label"
|
|
|
|
+ :value="dict.value"
|
|
|
|
+ />
|
|
|
|
+ </el-select>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="申请部门" prop="responsibleDept">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.responsibleDept"
|
|
|
|
+ placeholder="请输入申请部门"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="公司地址" prop="companyAddress">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.companyAddress"
|
|
|
|
+ placeholder="请输入公司地址"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="企业性质" prop="customerNature">
|
|
|
|
+ <el-select
|
|
|
|
+ v-model="formData.customerNature"
|
|
|
|
+ placeholder="请选择企业性质"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="dict in dict.type.CUSTOMER_NATURE"
|
|
|
|
+ :key="dict.value"
|
|
|
|
+ :label="dict.label"
|
|
|
|
+ :value="dict.value"
|
|
|
|
+ />
|
|
|
|
+ </el-select>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="类型" prop="customerType">
|
|
|
|
+ <el-select
|
|
|
|
+ v-model="formData.customerType"
|
|
|
|
+ placeholder="请选择类型"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="dict in dict.type.PROJECT_TYPE"
|
|
|
|
+ :key="dict.value"
|
|
|
|
+ :label="dict.label"
|
|
|
|
+ :value="dict.value"
|
|
|
|
+ />
|
|
|
|
+ </el-select>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="客户状态" prop="status">
|
|
|
|
+ <el-select
|
|
|
|
+ v-model="formData.status"
|
|
|
|
+ placeholder="请选择客户状态"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="dict in dict.type.CUSTOMER_STATUS"
|
|
|
|
+ :key="dict.value"
|
|
|
|
+ :label="dict.label"
|
|
|
|
+ :value="dict.value"
|
|
|
|
+ />
|
|
|
|
+ </el-select>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="其他性质" prop="otherNature">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.otherNature"
|
|
|
|
+ placeholder="请输入其他性质"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ </el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="其他类型" prop="otherCategory">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.otherCategory"
|
|
|
|
+ placeholder="请输入其他类型"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ </el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="24">
|
|
|
|
+ <el-form-item label="相关资料" prop="fileMap" required>
|
|
|
|
+ <a href=""></a>
|
|
|
|
+ <span style="color: red"> 必须上传营业执照</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="24">
|
|
|
|
+ <el-form-item label="申请事由" prop="mark">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.mark"
|
|
|
|
+ type="textarea"
|
|
|
|
+ placeholder="请输入申请事由"
|
|
|
|
+ :autosize="{ minRows: 4, maxRows: 4 }"
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </el-tab-pane>
|
|
|
|
+ <el-tab-pane label="客户联系人" name="2">
|
|
|
|
+ <!-- 客户联系人 -->
|
|
|
|
+ <el-row :gutter="30" class="public-padded-20">
|
|
|
|
+ <div style="width: 94%;">
|
|
|
|
+
|
|
|
|
+ <el-table
|
|
|
|
+ class="public-margin-b-20"
|
|
|
|
+ border
|
|
|
|
+ :data="myUserList"
|
|
|
|
+ >
|
|
|
|
+ <el-table-column
|
|
|
|
+ fixed
|
|
|
|
+ type="selection"
|
|
|
|
+ width="55"
|
|
|
|
+ align="center"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ fixed
|
|
|
|
+ label="客户联系人"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="name"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="客户传真"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="fax"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="客户手机"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="phone"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="客户办公室电话"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="tel"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="家庭电话"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="tel2"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="客户电子邮件"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="email"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="客户QQ/微信"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="qq"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ width="150"
|
|
|
|
+ label="客户所属部门"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="department"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="客户职位"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="position"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="客户办公地址"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="officeAddress"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="客户来源"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="source"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="客户邮编"
|
|
|
|
+ width="150"
|
|
|
|
+ align="center"
|
|
|
|
+ prop="postcode"
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ fixed="right"
|
|
|
|
+ label="操作"
|
|
|
|
+ align="center"
|
|
|
|
+ class-name="small-padding fixed-width"
|
|
|
|
+ >
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <el-button
|
|
|
|
+ size="mini"
|
|
|
|
+ type="text"
|
|
|
|
+ icon="el-icon-edit"
|
|
|
|
+ @click="handleUpdate(scope.row)"
|
|
|
|
+ v-hasPermi="['system:file:edit']"
|
|
|
|
+ >修改</el-button
|
|
|
|
+ >
|
|
|
|
+ <el-button
|
|
|
|
+ size="mini"
|
|
|
|
+ type="text"
|
|
|
|
+ icon="el-icon-delete"
|
|
|
|
+ @click="handleDelete(scope.row)"
|
|
|
|
+ v-hasPermi="['system:file:remove']"
|
|
|
|
+ >删除</el-button
|
|
|
|
+ >
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ </el-table>
|
|
|
|
+
|
|
|
|
+ <pagination
|
|
|
|
+ v-show="total > 0"
|
|
|
|
+ :total="total"
|
|
|
|
+ :page.sync="queryParams.pageNum"
|
|
|
|
+ :limit.sync="queryParams.pageSize"
|
|
|
|
+ @pagination="getList"
|
|
|
|
+ />
|
|
|
|
+ </div>
|
|
|
|
+ </el-row>
|
|
|
|
+ </el-tab-pane>
|
|
|
|
+ <el-tab-pane label="客户账户信息" name="3">
|
|
|
|
+ <!-- 账户信息 -->
|
|
|
|
+ <el-row :gutter="30" class="public-padded-20">
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="开户名称" prop="accountName">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.accountName"
|
|
|
|
+ placeholder="请输入开户名称"
|
|
|
|
+ disabled
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="公司税号" prop="companyTaxNum">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.companyTaxNum"
|
|
|
|
+ placeholder="请输入公司税号"
|
|
|
|
+ disabled
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="开户银行" prop="bankOfDeposit">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.bankOfDeposit"
|
|
|
|
+ placeholder="请输入开户银行"
|
|
|
|
+ disabled
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="银行账号" prop="bankAccount">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.bankAccount"
|
|
|
|
+ placeholder="请输入银行账号"
|
|
|
|
+ disabled
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item> </el-col
|
|
|
|
+ ><el-col :span="12">
|
|
|
|
+ <el-form-item label="客户公司地址" prop="compAddress">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.compAddress"
|
|
|
|
+ placeholder="请输入客户公司地址"
|
|
|
|
+ disabled
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item> </el-col
|
|
|
|
+ ><el-col :span="12">
|
|
|
|
+ <el-form-item label="客户公司电话" prop="companyPhone">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.companyPhone"
|
|
|
|
+ placeholder="请输入客户公司电话"
|
|
|
|
+ disabled
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="纳税人资质" prop="taxpayer">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formData.taxpayer"
|
|
|
|
+ placeholder="请输入纳税人资质"
|
|
|
|
+ disabled
|
|
|
|
+ ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="12">
|
|
|
|
+ <el-form-item label="税率" prop="customerTaxrate">
|
|
|
|
+ <el-select
|
|
|
|
+ v-model="formData.customerTaxrate"
|
|
|
|
+ placeholder="请选择税率"
|
|
|
|
+ disabled
|
|
|
|
+ :style="{ width: '100%' }"
|
|
|
|
+ >
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="dict in dict.type.SUPPLIER_TAXRATE"
|
|
|
|
+ :key='`${dict.value}${dict.label}`'
|
|
|
|
+ :label="dict.label"
|
|
|
|
+ :value="dict.value"
|
|
|
|
+ />
|
|
|
|
+ </el-select>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="24">
|
|
|
|
+ <el-form-item label="相关资料" prop="imageFile">
|
|
|
|
+
|
|
|
|
+ </el-upload>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </el-tab-pane>
|
|
|
|
+ </el-tabs>
|
|
|
|
+ </el-form>
|
|
|
|
+ </div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
export default {
|
|
export default {
|
|
- data(){
|
|
|
|
- return{
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- created(){
|
|
|
|
-
|
|
|
|
|
|
+ name: "myTaskDetail",
|
|
|
|
+ dicts: [
|
|
|
|
+ "CUSTOMER_STATUS", //客户状态
|
|
|
|
+ "audit_status", //审核状态
|
|
|
|
+ "start_using_yes_no", //是否启用
|
|
|
|
+ "CUSTOMER_NATURE", //企业性质
|
|
|
|
+ "CUSTOMER_TRADE", //客户行业
|
|
|
|
+ "currency_of_registered_capital", //注册资本金币种
|
|
|
|
+ "PROJECT_TYPE", //类型
|
|
|
|
+ "SUPPLIER_TAXRATE", //税率
|
|
|
|
+ ],
|
|
|
|
+ data() {
|
|
|
|
+ return {
|
|
|
|
+ activeName: "1",
|
|
|
|
+ formData: {
|
|
|
|
+ customerName: undefined,
|
|
|
|
+ customerCode: undefined,
|
|
|
|
+ dhrmCompanyId: undefined,
|
|
|
|
+ website: undefined,
|
|
|
|
+ stockCode: undefined,
|
|
|
|
+ yearBusiness: undefined,
|
|
|
|
+ connectedEntities: undefined,
|
|
|
|
+ registDate: undefined,
|
|
|
|
+ currency: undefined,
|
|
|
|
+ capital: undefined,
|
|
|
|
+ legalPerson: undefined,
|
|
|
|
+ workforce: undefined,
|
|
|
|
+ trade: undefined,
|
|
|
|
+ responsibleDept: undefined,
|
|
|
|
+ companyAddress: undefined,
|
|
|
|
+ customerNature: undefined,
|
|
|
|
+ customerType: undefined,
|
|
|
|
+ status: undefined,
|
|
|
|
+ fileMap: null,
|
|
|
|
+ mark: undefined,
|
|
|
|
+ currency: undefined,
|
|
|
|
+ },
|
|
|
|
+ imageFileAction: "https://jsonplaceholder.typicode.com/posts/",
|
|
|
|
+ fileMapfileList: [],
|
|
|
|
+ // 查询参数
|
|
|
|
+ queryParams: {
|
|
|
|
+ pageNum: 1,
|
|
|
|
+ pageSize: 10,
|
|
|
|
+ },
|
|
|
|
+ // 总条数
|
|
|
|
+ total: 0,
|
|
|
|
+ // 客户表格数据
|
|
|
|
+ myUserList: [],
|
|
|
|
+ };
|
|
|
|
+ },
|
|
|
|
+ created() {},
|
|
|
|
+ mounted() {},
|
|
|
|
+ methods: {
|
|
|
|
+ handleClick(el) {
|
|
|
|
+ // el.name
|
|
},
|
|
},
|
|
- mounted(){
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-}
|
|
|
|
|
|
+ getList() {},
|
|
|
|
+ },
|
|
|
|
+};
|
|
</script>
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
-
|
|
|
|
</style>
|
|
</style>
|