diff --git a/src/api/sup/userComany.js b/src/api/sup/userComany.js index 4f1f315..b89e154 100644 --- a/src/api/sup/userComany.js +++ b/src/api/sup/userComany.js @@ -27,6 +27,27 @@ export function updateCompanyConfig(param) { }); } +//搬的未完善 +export function getSupComapnys(query) { + return axios( + { + url: "/api/pur/getSupComapnys", + method: "get", + params: query + } + ); +} + +//搬的未完善 +export function delSupComapnys(query) { + return axios( + { + url: "/api/pur/supCompany/delete", + method: "post", + data: query + } + ); +} diff --git a/src/views/purchase/cert/supCertAudit.vue b/src/views/purchase/cert/supCertAudit.vue new file mode 100644 index 0000000..5d6959d --- /dev/null +++ b/src/views/purchase/cert/supCertAudit.vue @@ -0,0 +1,733 @@ + + + diff --git a/src/views/purchase/company/supCompanyAduditDialog.vue b/src/views/purchase/company/supCompanyAduditDialog.vue new file mode 100644 index 0000000..4a1faad --- /dev/null +++ b/src/views/purchase/company/supCompanyAduditDialog.vue @@ -0,0 +1,864 @@ + + + + diff --git a/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue b/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue new file mode 100644 index 0000000..1955e04 --- /dev/null +++ b/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue @@ -0,0 +1,919 @@ + + + + diff --git a/src/views/purchase/manufacturer/supManufacturerEditDialog.vue b/src/views/purchase/manufacturer/supManufacturerEditDialog.vue new file mode 100644 index 0000000..0073a14 --- /dev/null +++ b/src/views/purchase/manufacturer/supManufacturerEditDialog.vue @@ -0,0 +1,768 @@ + + + +