jinhui.wang

接口增加,状态修改

import request from '@/utils/request'
// 查询客户数据
/**
* @param clientId 客户ID
* @param ecomEntCode 电商企业代码
* @param ecomEntEmail 电商企业邮箱
* @param ecomEntName 电商企业名称
* @param endCreationTime 结束创建时间
* @param startCreationTime开始创建时间
* @param pageIndex *
* @param pageSize *
*/
export function getCustomerList(data) {
return request({
url: '/bus-customer/customers/getCustomerList',
method: 'post',
data: data
})
}
\ No newline at end of file
......@@ -30,6 +30,7 @@
resize="none"
v-model="formData.cipherMachineNumber"
clearable
:disabled="type == 'update'"
placeholder=""
></el-input>
</Formitem>
......@@ -62,6 +63,7 @@
resize="none"
v-model="formData.availableUserCount"
clearable
:disabled="type == 'update'"
oninput="value=value.replace(/[^0-9]/g,'')"
placeholder=""
></el-input>
......
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
......@@ -30,6 +30,7 @@
resize="none"
v-model="formData.portCode"
clearable
:disabled="type == 'update'"
placeholder=""
></el-input>
</Formitem>
......