diff --git a/src/views/customer/advice/advice_interface.ts b/src/views/customer/advice/advice_interface.ts index e1800b7..48f6314 100644 --- a/src/views/customer/advice/advice_interface.ts +++ b/src/views/customer/advice/advice_interface.ts @@ -14,7 +14,9 @@ id: string // 主键id(列表、更新接口参数) adviceNo: string // 投诉编号 adviceClass: string // 投诉类型 + adviceClassName: string // 投诉类型 adviceType: string // 投诉类别 + adviceTypeName: string // 投诉类别 advicePerson: string // 投诉人-名称 adviceTime: string // 投诉时间 personPhone: string // 投诉人联系方式 diff --git a/src/views/customer/advice/advice_interface.ts b/src/views/customer/advice/advice_interface.ts index e1800b7..48f6314 100644 --- a/src/views/customer/advice/advice_interface.ts +++ b/src/views/customer/advice/advice_interface.ts @@ -14,7 +14,9 @@ id: string // 主键id(列表、更新接口参数) adviceNo: string // 投诉编号 adviceClass: string // 投诉类型 + adviceClassName: string // 投诉类型 adviceType: string // 投诉类别 + adviceTypeName: string // 投诉类别 advicePerson: string // 投诉人-名称 adviceTime: string // 投诉时间 personPhone: string // 投诉人联系方式 diff --git a/src/views/customer/customerInfo/customerEdit.vue b/src/views/customer/customerInfo/customerEdit.vue index 35f7dc1..23c294a 100644 --- a/src/views/customer/customerInfo/customerEdit.vue +++ b/src/views/customer/customerInfo/customerEdit.vue @@ -381,23 +381,6 @@ }) } -// 提交表单 -function submitForm() { - if (dataForm.value.id) { - const params = { - id: dataForm.value.id, - formId: SCHEDULE.SUPPLIER_APPROVAL, // 表单id - } - addCustomer(params).then((res) => { - ElMessage.success('提交成功') - close() - }) - } - else { - ElMessage.info('请先保存再提交!') - } -} -const isShow = ref(false) const testForm = ref({ fileList: [], fileContent: '', diff --git a/src/views/customer/advice/advice_interface.ts b/src/views/customer/advice/advice_interface.ts index e1800b7..48f6314 100644 --- a/src/views/customer/advice/advice_interface.ts +++ b/src/views/customer/advice/advice_interface.ts @@ -14,7 +14,9 @@ id: string // 主键id(列表、更新接口参数) adviceNo: string // 投诉编号 adviceClass: string // 投诉类型 + adviceClassName: string // 投诉类型 adviceType: string // 投诉类别 + adviceTypeName: string // 投诉类别 advicePerson: string // 投诉人-名称 adviceTime: string // 投诉时间 personPhone: string // 投诉人联系方式 diff --git a/src/views/customer/customerInfo/customerEdit.vue b/src/views/customer/customerInfo/customerEdit.vue index 35f7dc1..23c294a 100644 --- a/src/views/customer/customerInfo/customerEdit.vue +++ b/src/views/customer/customerInfo/customerEdit.vue @@ -381,23 +381,6 @@ }) } -// 提交表单 -function submitForm() { - if (dataForm.value.id) { - const params = { - id: dataForm.value.id, - formId: SCHEDULE.SUPPLIER_APPROVAL, // 表单id - } - addCustomer(params).then((res) => { - ElMessage.success('提交成功') - close() - }) - } - else { - ElMessage.info('请先保存再提交!') - } -} -const isShow = ref(false) const testForm = ref({ fileList: [], fileContent: '', diff --git a/src/views/customer/customerInfo/customer_interface.ts b/src/views/customer/customerInfo/customer_interface.ts index e741f0d..ebadd14 100644 --- a/src/views/customer/customerInfo/customer_interface.ts +++ b/src/views/customer/customerInfo/customer_interface.ts @@ -104,7 +104,7 @@ // 检定证书 export interface SimpleCertification { certificationCode: string // 证书编号 - certificationName: string // 证书形成 + certificationName: string // 证书名称 certificationType: string // 证书类型 effectiveDate: string // 证书出具日期 expirationDate: string // 证书有效期