diff --git a/src/views/basic/corpMaintain/corpMaintain.vue b/src/views/basic/corpMaintain/corpMaintain.vue index 8ea3996..6bf8fa7 100644 --- a/src/views/basic/corpMaintain/corpMaintain.vue +++ b/src/views/basic/corpMaintain/corpMaintain.vue @@ -676,6 +676,7 @@ export default { return true; }, handCert(index, row) { + console.log(row); this.registrationId = row.id; this.curProductQuery = row; // this.curProductQuery.cuStatus = this.currentManufacturer.auditStatus; diff --git a/src/views/purchase/cert/supCertAddDialog.vue b/src/views/purchase/cert/supCertAddDialog.vue index bbe861f..012b6b5 100644 --- a/src/views/purchase/cert/supCertAddDialog.vue +++ b/src/views/purchase/cert/supCertAddDialog.vue @@ -377,6 +377,7 @@ export default { ADMIN_ID: store.getters.adminId, ADMIN_TOKEN: store.getters.token, }; + console.log("到富文本框啦"); console.log(this.inputQuery) if (this.inputQuery.type==4){ this.formData = this.inputQuery; diff --git a/src/views/userManage/customerAddDialog.vue b/src/views/userManage/customerAddDialog.vue new file mode 100644 index 0000000..3de5c63 --- /dev/null +++ b/src/views/userManage/customerAddDialog.vue @@ -0,0 +1,419 @@ + + + + + + + diff --git a/src/views/userManage/customerManage.vue b/src/views/userManage/customerManage.vue index 7623506..ad1f0d1 100644 --- a/src/views/userManage/customerManage.vue +++ b/src/views/userManage/customerManage.vue @@ -298,8 +298,15 @@ -