diff --git a/src/api/modular/main/CommondbCodeIssueTypeList.js b/src/api/modular/main/CommondbCodeIssueTypeList.js new file mode 100644 index 0000000..1046911 --- /dev/null +++ b/src/api/modular/main/CommondbCodeIssueTypeList.js @@ -0,0 +1,33 @@ +import { axios } from '@/utils/request' + +/** + * 获取签单方式信息 + * + * @author Myshipping + */ +export function CommondbList(parameter) { + return axios({ + url: '/commondb/mappingIssueTypelist', + method: 'get', + params: parameter + }) +} +export function CommondbPageList(parameter) { + return axios({ + url: '/commondb/mappingIssueTypelist', + method: 'get', + params: parameter + }) +} +/** + * 新增签单方式 + * + * @author Myshipping + */ +export function CommondbAdd(parameter) { + return axios({ + url: '/commondb/addmappingIssueType', + method: 'post', + data: parameter + }) +} diff --git a/src/views/main/CommondbCodeIssueTypeList/addForm.vue b/src/views/main/CommondbCodeIssueTypeList/addForm.vue new file mode 100644 index 0000000..506ce19 --- /dev/null +++ b/src/views/main/CommondbCodeIssueTypeList/addForm.vue @@ -0,0 +1,133 @@ + + + diff --git a/src/views/main/CommondbCodeIssueTypeList/editForm.vue b/src/views/main/CommondbCodeIssueTypeList/editForm.vue new file mode 100644 index 0000000..18fe561 --- /dev/null +++ b/src/views/main/CommondbCodeIssueTypeList/editForm.vue @@ -0,0 +1,143 @@ + + + diff --git a/src/views/main/CommondbCodeIssueTypeList/index.vue b/src/views/main/CommondbCodeIssueTypeList/index.vue new file mode 100644 index 0000000..fb6626c --- /dev/null +++ b/src/views/main/CommondbCodeIssueTypeList/index.vue @@ -0,0 +1,326 @@ + + +