From 60c97df2f501546981c4608eb9480b066fbfeaf8 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Tue, 17 Mar 2026 13:14:13 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9B=E5=BA=94=E5=95=86?=
=?UTF-8?q?=E7=89=A9=E6=96=99=E5=AF=BC=E5=85=A5=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 2 +-
.../bizSuppliers/NuBizSuppliersApply.api.ts | 94 ++++++
.../bizSuppliers/NuBizSuppliersApply.data.ts | 191 ++++++++++++
.../bizSuppliers/NuBizSuppliersApplyList.vue | 255 ++++++++++++++++
.../NuBizSuppliersAuditHistoryList.vue | 232 +++++++++++++++
.../NuBizSuppliersAuditHistoryModal.vue | 94 ++++++
.../bizSuppliers/NuBizSuppliersInfo.api.ts | 72 +++++
.../bizSuppliers/NuBizSuppliersInfo.data.ts | 77 +++++
.../bizSuppliers/NuBizSuppliersInfoList.vue | 192 +++++++++++++
.../NuBizSuppliersMaterialInfo.api.ts | 72 +++++
.../NuBizSuppliersMaterialInfo.data.ts | 45 +++
.../NuBizSuppliersMaterialInfoList.vue | 195 +++++++++++++
.../NuBizSuppliersMateriallInfoModal.vue | 76 +++++
src/views/bizSuppliers/SuppDaoruList.vue | 167 +++++++++++
src/views/bizSuppliers/SuppDaoruModal.vue | 74 +++++
.../components/NuBizSuppliersApplyBgForm.vue | 266 +++++++++++++++++
.../NuBizSuppliersApplyDetailForm.vue | 246 ++++++++++++++++
.../components/NuBizSuppliersApplyForm.vue | 232 +++++++++++++++
.../NuBizSuppliersApplyHistoryForm.vue | 271 ++++++++++++++++++
.../NuBizSuppliersApplyHistoryModal.vue | 109 +++++++
.../components/NuBizSuppliersApplyModal.vue | 118 ++++++++
.../components/NuBizSuppliersInfoForm.vue | 190 ++++++++++++
.../components/NuBizSuppliersInfoModal.vue | 82 ++++++
.../NuBizSuppliersMaterialInfoForm.vue | 176 ++++++++++++
.../NuBizSuppliersMaterialInfoModal.vue | 77 +++++
25 files changed, 3604 insertions(+), 1 deletion(-)
create mode 100644 src/views/bizSuppliers/NuBizSuppliersApply.api.ts
create mode 100644 src/views/bizSuppliers/NuBizSuppliersApply.data.ts
create mode 100644 src/views/bizSuppliers/NuBizSuppliersApplyList.vue
create mode 100644 src/views/bizSuppliers/NuBizSuppliersAuditHistoryList.vue
create mode 100644 src/views/bizSuppliers/NuBizSuppliersAuditHistoryModal.vue
create mode 100644 src/views/bizSuppliers/NuBizSuppliersInfo.api.ts
create mode 100644 src/views/bizSuppliers/NuBizSuppliersInfo.data.ts
create mode 100644 src/views/bizSuppliers/NuBizSuppliersInfoList.vue
create mode 100644 src/views/bizSuppliers/NuBizSuppliersMaterialInfo.api.ts
create mode 100644 src/views/bizSuppliers/NuBizSuppliersMaterialInfo.data.ts
create mode 100644 src/views/bizSuppliers/NuBizSuppliersMaterialInfoList.vue
create mode 100644 src/views/bizSuppliers/NuBizSuppliersMateriallInfoModal.vue
create mode 100644 src/views/bizSuppliers/SuppDaoruList.vue
create mode 100644 src/views/bizSuppliers/SuppDaoruModal.vue
create mode 100644 src/views/bizSuppliers/components/NuBizSuppliersApplyBgForm.vue
create mode 100644 src/views/bizSuppliers/components/NuBizSuppliersApplyDetailForm.vue
create mode 100644 src/views/bizSuppliers/components/NuBizSuppliersApplyForm.vue
create mode 100644 src/views/bizSuppliers/components/NuBizSuppliersApplyHistoryForm.vue
create mode 100644 src/views/bizSuppliers/components/NuBizSuppliersApplyHistoryModal.vue
create mode 100644 src/views/bizSuppliers/components/NuBizSuppliersApplyModal.vue
create mode 100644 src/views/bizSuppliers/components/NuBizSuppliersInfoForm.vue
create mode 100644 src/views/bizSuppliers/components/NuBizSuppliersInfoModal.vue
create mode 100644 src/views/bizSuppliers/components/NuBizSuppliersMaterialInfoForm.vue
create mode 100644 src/views/bizSuppliers/components/NuBizSuppliersMaterialInfoModal.vue
diff --git a/.env.development b/.env.development
index 7f87ce0..1386bc4 100644
--- a/.env.development
+++ b/.env.development
@@ -9,7 +9,7 @@ VITE_PUBLIC_PATH = /devops
VITE_PROXY = [["/devopsapi","http://localhost:8080/devopsapi"],["/upload","http://localhost:3300/upload"]]
#后台接口全路径地址(必填)
-VITE_GLOB_DOMAIN_URL=http://localhost:8080/devopsapi
+VITE_GLOB_DOMAIN_URL=http://localhost:3100/devopsapi
#后台接口父地址(必填)
VITE_GLOB_API_URL=/devopsapi
diff --git a/src/views/bizSuppliers/NuBizSuppliersApply.api.ts b/src/views/bizSuppliers/NuBizSuppliersApply.api.ts
new file mode 100644
index 0000000..828784f
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersApply.api.ts
@@ -0,0 +1,94 @@
+import { defHttp } from '/@/utils/http/axios';
+import { useMessage } from "/@/hooks/web/useMessage";
+
+const { createConfirm } = useMessage();
+
+enum Api {
+ list = '/bizSuppliers/nuBizSuppliersApply/list',
+ listPage = '/bizSuppliers/nuBizSuppliersApply/listPage',
+ getModifyHistoryInfo = '/bizSuppliers/nuBizSuppliersApply/getModifyHistoryInfo',
+ getModifyInfo = '/bizSuppliers/nuBizSuppliersApply/getModifyInfo',
+ save='/bizSuppliers/nuBizSuppliersApply/add',
+ edit='/bizSuppliers/nuBizSuppliersApply/edit',
+ audit='/bizSuppliers/nuBizSuppliersApply/audit',
+ bgAudit='/bizSuppliers/nuBizSuppliersApply/bgAudit',
+ deleteOne = '/bizSuppliers/nuBizSuppliersApply/delete',
+ deleteBatch = '/bizSuppliers/nuBizSuppliersApply/deleteBatch',
+ importExcel = '/bizSuppliers/nuBizSuppliersApply/importExcel',
+ exportXls = '/bizSuppliers/nuBizSuppliersApply/exportXls',
+}
+
+export const getModifyHistoryInfo = (params) => {
+ return defHttp.post({ url: Api.getModifyHistoryInfo, params });
+};
+export const getModifyInfo = (params) => {
+ return defHttp.post({ url: Api.getModifyInfo, params });
+};
+/**
+ * 审批提交
+ * @param params
+ */
+export const auditSubmit = (params) => {
+ return defHttp.post({ url: Api.audit, params });
+};
+export const bgAuditSubmit = (params) => {
+ return defHttp.post({ url: Api.bgAudit, params });
+};
+/**
+ * 导出api
+ * @param params
+ */
+export const getExportUrl = Api.exportXls;
+
+/**
+ * 导入api
+ */
+export const getImportUrl = Api.importExcel;
+
+/**
+ * 列表接口
+ * @param params
+ */
+export const list = (params) => defHttp.get({ url: Api.list, params });
+export const listPage = (params) => defHttp.get({ url: Api.listPage, params });
+
+/**
+ * 删除单个
+ * @param params
+ * @param handleSuccess
+ */
+export const deleteOne = (params,handleSuccess) => {
+ return defHttp.delete({url: Api.deleteOne, params}, {joinParamsToUrl: true}).then(() => {
+ handleSuccess();
+ });
+}
+
+/**
+ * 批量删除
+ * @param params
+ * @param handleSuccess
+ */
+export const batchDelete = (params, handleSuccess) => {
+ createConfirm({
+ iconType: 'warning',
+ title: '确认删除',
+ content: '是否删除选中数据',
+ okText: '确认',
+ cancelText: '取消',
+ onOk: () => {
+ return defHttp.delete({url: Api.deleteBatch, data: params}, {joinParamsToUrl: true}).then(() => {
+ handleSuccess();
+ });
+ }
+ });
+}
+
+/**
+ * 保存或者更新
+ * @param params
+ * @param isUpdate
+ */
+export const saveOrUpdate = (params, isUpdate) => {
+ let url = isUpdate ? Api.edit : Api.save;
+ return defHttp.post({ url: url, params }, { isTransformResponse: false });
+}
diff --git a/src/views/bizSuppliers/NuBizSuppliersApply.data.ts b/src/views/bizSuppliers/NuBizSuppliersApply.data.ts
new file mode 100644
index 0000000..db9b7e3
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersApply.data.ts
@@ -0,0 +1,191 @@
+import {BasicColumn} from '/@/components/Table';
+import {FormSchema} from '/@/components/Table';
+import { rules} from '/@/utils/helper/validator';
+import { render } from '/@/utils/common/renderUtils';
+import { getWeekMonthQuarterYear } from '/@/utils';
+//列表数据
+export const columns: BasicColumn[] = [
+ {
+ title: '供应商名称',
+ align: "center",
+ dataIndex: 'suppliersName'
+ },
+ {
+ title: '供应商性质',
+ align: "center",
+ dataIndex: 'suppliersNature_dictText',
+ width: 100
+ },
+ {
+ title: '负责人',
+ align: "center",
+ dataIndex: 'personInCharge',
+ width: 100
+ },
+ {
+ title: '联系电话',
+ align: "center",
+ dataIndex: 'contactNumber',
+ width: 100
+ },
+ // {
+ // title: '供应状态',
+ // align: "center",
+ // dataIndex: 'supplyState_dictText'
+ // },
+ {
+ title: '供应商地址',
+ align: "center",
+ dataIndex: 'suppliersAddress'
+ },
+ {
+ title: '开户行',
+ align: "center",
+ dataIndex: 'openingBank'
+ },
+ {
+ title: '开户行账号',
+ align: "center",
+ dataIndex: 'openingBankNo'
+ },
+ {
+ title: '资质照片',
+ align: "center",
+ dataIndex: 'imgPath',
+ customRender: render.renderImage,
+ width: 100
+ },
+ {
+ title: '审核状态',
+ align: "center",
+ dataIndex: 'applyStatus',
+ customRender: ({ text, record }) => {
+ var applyStatus = '';
+ if (text == '1' || text == '4') {
+ applyStatus = '待审核';
+ } else if (text == '2') {
+ applyStatus = '审核通过';
+ } else if (text == '3' || text == '5') {
+ applyStatus = '审核驳回';
+ }
+ return applyStatus;
+ },
+ width: 100
+ },
+ // {
+ // title: '审核内容',
+ // align: "center",
+ // dataIndex: 'applyContent',
+ // width: 150
+ // },
+ {
+ title: '申请时间',
+ align: "center",
+ dataIndex: 'createTime',
+ width: 150
+ },
+];
+
+
+//列表数据
+export const columns2: BasicColumn[] = [
+ {
+ title: '供应商名称',
+ align: "center",
+ dataIndex: 'suppliersName'
+ },
+ {
+ title: '供应商性质',
+ align: "center",
+ dataIndex: 'suppliersNature_dictText',
+ width: 100
+ },
+ {
+ title: '负责人',
+ align: "center",
+ dataIndex: 'personInCharge',
+ width: 100
+ },
+ {
+ title: '联系电话',
+ align: "center",
+ dataIndex: 'contactNumber',
+ width: 100
+ },
+ // {
+ // title: '供应状态',
+ // align: "center",
+ // dataIndex: 'supplyState_dictText'
+ // },
+ {
+ title: '供应商地址',
+ align: "center",
+ dataIndex: 'suppliersAddress'
+ },
+ {
+ title: '开户行',
+ align: "center",
+ dataIndex: 'openingBank'
+ },
+ {
+ title: '开户行账号',
+ align: "center",
+ dataIndex: 'openingBankNo'
+ },
+ {
+ title: '资质照片',
+ align: "center",
+ dataIndex: 'imgPath',
+ customRender: render.renderImage,
+ width: 100
+ },
+ {
+ title: '审核状态',
+ align: "center",
+ dataIndex: 'applyStatus',
+ customRender: ({ text, record }) => {
+ var applyStatus = '';
+ if (text == '1' || text == '4') {
+ applyStatus = '待审核';
+ } else if (text == '2') {
+ applyStatus = '审核通过';
+ } else if (text == '3' || text == '5') {
+ applyStatus = '审核驳回';
+ }
+ return applyStatus;
+ },
+ width: 100
+ },
+ {
+ title: '驳回原因',
+ align: "center",
+ dataIndex: 'applyContent',
+ width: 150
+ },
+];
+
+// 高级查询数据
+export const superQuerySchema = {
+ suppliersName: {title: '供应商名称',order: 0,view: 'text', type: 'string',},
+ suppliersNature: {title: '供应商性质',order: 1,view: 'list', type: 'string',dictCode: '',},
+ suppliersAddress: {title: '供应商地址',order: 2,view: 'text', type: 'string',},
+ personInCharge: {title: '负责人',order: 3,view: 'text', type: 'string',},
+ contactNumber: {title: '联系电话',order: 4,view: 'text', type: 'string',},
+ supplyState: {title: '供应状态',order: 5,view: 'list', type: 'string',dictCode: '',},
+ openingBank: {title: '开户行',order: 6,view: 'text', type: 'string',},
+ openingBankNo: {title: '开户行账号',order: 7,view: 'text', type: 'string',},
+ imgPath: {title: '资质照片',order: 8,view: 'image', type: 'string',},
+ status: {title: '审核状态',order: 9,view: 'text', type: 'string',},
+ auditContent: {title: '审核内容',order: 10,view: 'text', type: 'string',},
+};
+
+export const applyObj = {
+ suppliersName: '供应商名称',
+ suppliersNature: '供应商性质',
+ suppliersAddress: '供应商地址',
+ personInCharge: '负责人',
+ contactNumber: '联系电话',
+ openingBank: '开户行',
+ openingBankNo: '开户行账号',
+ imgPath: '营业执照',
+};
\ No newline at end of file
diff --git a/src/views/bizSuppliers/NuBizSuppliersApplyList.vue b/src/views/bizSuppliers/NuBizSuppliersApplyList.vue
new file mode 100644
index 0000000..81ccf80
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersApplyList.vue
@@ -0,0 +1,255 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/NuBizSuppliersAuditHistoryList.vue b/src/views/bizSuppliers/NuBizSuppliersAuditHistoryList.vue
new file mode 100644
index 0000000..fe263b5
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersAuditHistoryList.vue
@@ -0,0 +1,232 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/NuBizSuppliersAuditHistoryModal.vue b/src/views/bizSuppliers/NuBizSuppliersAuditHistoryModal.vue
new file mode 100644
index 0000000..43c8bd1
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersAuditHistoryModal.vue
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+ 关闭
+ 确认
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/NuBizSuppliersInfo.api.ts b/src/views/bizSuppliers/NuBizSuppliersInfo.api.ts
new file mode 100644
index 0000000..ec19375
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersInfo.api.ts
@@ -0,0 +1,72 @@
+import { defHttp } from '/@/utils/http/axios';
+import { useMessage } from "/@/hooks/web/useMessage";
+
+const { createConfirm } = useMessage();
+
+enum Api {
+ list = '/bizSuppliers/nuBizSuppliersInfo/list',
+ save='/bizSuppliers/nuBizSuppliersInfo/add',
+ edit='/bizSuppliers/nuBizSuppliersInfo/edit',
+ deleteOne = '/bizSuppliers/nuBizSuppliersInfo/delete',
+ deleteBatch = '/bizSuppliers/nuBizSuppliersInfo/deleteBatch',
+ importExcel = '/bizSuppliers/nuBizSuppliersInfo/importExcel',
+ exportXls = '/allMaterialInfo/nuBizAllMaterialInfo/exportXls',
+}
+
+/**
+ * 导出api
+ * @param params
+ */
+export const getExportUrl = Api.exportXls;
+
+/**
+ * 导入api
+ */
+export const getImportUrl = Api.importExcel;
+
+/**
+ * 列表接口
+ * @param params
+ */
+export const list = (params) => defHttp.get({ url: Api.list, params });
+
+/**
+ * 删除单个
+ * @param params
+ * @param handleSuccess
+ */
+export const deleteOne = (params,handleSuccess) => {
+ return defHttp.delete({url: Api.deleteOne, params}, {joinParamsToUrl: true}).then(() => {
+ handleSuccess();
+ });
+}
+
+/**
+ * 批量删除
+ * @param params
+ * @param handleSuccess
+ */
+export const batchDelete = (params, handleSuccess) => {
+ createConfirm({
+ iconType: 'warning',
+ title: '确认删除',
+ content: '是否删除选中数据',
+ okText: '确认',
+ cancelText: '取消',
+ onOk: () => {
+ return defHttp.delete({url: Api.deleteBatch, data: params}, {joinParamsToUrl: true}).then(() => {
+ handleSuccess();
+ });
+ }
+ });
+}
+
+/**
+ * 保存或者更新
+ * @param params
+ * @param isUpdate
+ */
+export const saveOrUpdate = (params, isUpdate) => {
+ let url = isUpdate ? Api.edit : Api.save;
+ return defHttp.post({ url: url, params }, { isTransformResponse: false });
+}
diff --git a/src/views/bizSuppliers/NuBizSuppliersInfo.data.ts b/src/views/bizSuppliers/NuBizSuppliersInfo.data.ts
new file mode 100644
index 0000000..48f216c
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersInfo.data.ts
@@ -0,0 +1,77 @@
+import {BasicColumn} from '/@/components/Table';
+import {FormSchema} from '/@/components/Table';
+import { rules} from '/@/utils/helper/validator';
+import { render } from '/@/utils/common/renderUtils';
+import { getWeekMonthQuarterYear } from '/@/utils';
+//列表数据
+export const columns: BasicColumn[] = [
+ {
+ title: '供应商名称',
+ align: "center",
+ dataIndex: 'suppliersName'
+ },
+ {
+ title: '供应商性质',
+ align: "center",
+ dataIndex: 'suppliersNature_dictText'
+ },
+ {
+ title: '供应商地址',
+ align: "center",
+ dataIndex: 'suppliersAddress'
+ },
+ {
+ title: '负责人',
+ align: "center",
+ dataIndex: 'personInCharge',
+ width: 100
+ },
+ {
+ title: '联系电话',
+ align: "center",
+ dataIndex: 'contactNumber',
+ width: 100
+ },
+ // {
+ // title: '供应状态',
+ // align: "center",
+ // dataIndex: 'supplyState_dictText'
+ // },
+ {
+ title: '开户行',
+ align: "center",
+ dataIndex: 'openingBank'
+ },
+ {
+ title: '开户行账号',
+ align: "center",
+ dataIndex: 'openingBankNo'
+ },
+ {
+ title: '资质照片',
+ align: "center",
+ dataIndex: 'imgPath',
+ customRender: render.renderImage,
+ width: 100
+ },
+ {
+ title: '入驻日期',
+ align: "center",
+ dataIndex: 'createTime',
+ width: 160
+ },
+];
+
+// 高级查询数据
+export const superQuerySchema = {
+ suppliersName: {title: '供应商名称',order: 0,view: 'text', type: 'string',},
+ suppliersNature: {title: '供应商性质',order: 1,view: 'list', type: 'string',dictCode: 'suppliers_nature',},
+ suppliersAddress: {title: '供应商地址',order: 2,view: 'text', type: 'string',},
+ personInCharge: {title: '负责人',order: 3,view: 'text', type: 'string',},
+ contactNumber: {title: '联系电话',order: 4,view: 'text', type: 'string',},
+ supplyState: {title: '供应状态',order: 5,view: 'list', type: 'string',dictCode: 'supply_status',},
+ openingBank: {title: '开户行',order: 6,view: 'text', type: 'string',},
+ openingBankNo: {title: '开户行账号',order: 7,view: 'text', type: 'string',},
+ imgPath: {title: '资质照片',order: 8,view: 'image', type: 'string',},
+ createTime: {title: '创建日期',order: 9,view: 'datetime', type: 'string',},
+};
diff --git a/src/views/bizSuppliers/NuBizSuppliersInfoList.vue b/src/views/bizSuppliers/NuBizSuppliersInfoList.vue
new file mode 100644
index 0000000..d25f082
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersInfoList.vue
@@ -0,0 +1,192 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/NuBizSuppliersMaterialInfo.api.ts b/src/views/bizSuppliers/NuBizSuppliersMaterialInfo.api.ts
new file mode 100644
index 0000000..97abc3b
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersMaterialInfo.api.ts
@@ -0,0 +1,72 @@
+import { defHttp } from '/@/utils/http/axios';
+import { useMessage } from "/@/hooks/web/useMessage";
+
+const { createConfirm } = useMessage();
+
+enum Api {
+ list = '/bizSuppliers/nuBizSuppliersMaterialInfo/list',
+ save='/bizSuppliers/nuBizSuppliersMaterialInfo/add',
+ edit='/bizSuppliers/nuBizSuppliersMaterialInfo/edit',
+ deleteOne = '/bizSuppliers/nuBizSuppliersMaterialInfo/delete',
+ deleteBatch = '/bizSuppliers/nuBizSuppliersMaterialInfo/deleteBatch',
+ importExcel = '/bizSuppliers/nuBizSuppliersMaterialInfo/importExcel',
+ exportXls = '/allMaterialInfo/nuBizAllMaterialInfo/exportXls',
+}
+
+/**
+ * 导出api
+ * @param params
+ */
+export const getExportUrl = Api.exportXls;
+
+/**
+ * 导入api
+ */
+export const getImportUrl = Api.importExcel;
+
+/**
+ * 列表接口
+ * @param params
+ */
+export const list = (params) => defHttp.get({ url: Api.list, params });
+
+/**
+ * 删除单个
+ * @param params
+ * @param handleSuccess
+ */
+export const deleteOne = (params,handleSuccess) => {
+ return defHttp.delete({url: Api.deleteOne, params}, {joinParamsToUrl: true}).then(() => {
+ handleSuccess();
+ });
+}
+
+/**
+ * 批量删除
+ * @param params
+ * @param handleSuccess
+ */
+export const batchDelete = (params, handleSuccess) => {
+ createConfirm({
+ iconType: 'warning',
+ title: '确认删除',
+ content: '是否删除选中数据',
+ okText: '确认',
+ cancelText: '取消',
+ onOk: () => {
+ return defHttp.delete({url: Api.deleteBatch, data: params}, {joinParamsToUrl: true}).then(() => {
+ handleSuccess();
+ });
+ }
+ });
+}
+
+/**
+ * 保存或者更新
+ * @param params
+ * @param isUpdate
+ */
+export const saveOrUpdate = (params, isUpdate) => {
+ let url = isUpdate ? Api.edit : Api.save;
+ return defHttp.post({ url: url, params }, { isTransformResponse: false });
+}
diff --git a/src/views/bizSuppliers/NuBizSuppliersMaterialInfo.data.ts b/src/views/bizSuppliers/NuBizSuppliersMaterialInfo.data.ts
new file mode 100644
index 0000000..2b6cfdd
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersMaterialInfo.data.ts
@@ -0,0 +1,45 @@
+import {BasicColumn} from '/@/components/Table';
+import {FormSchema} from '/@/components/Table';
+import { rules} from '/@/utils/helper/validator';
+import { render } from '/@/utils/common/renderUtils';
+import { getWeekMonthQuarterYear } from '/@/utils';
+//列表数据
+export const columns: BasicColumn[] = [
+ {
+ title: '物料名称',
+ align: "center",
+ dataIndex: 'materialName'
+ },
+ {
+ title: '规格型号',
+ align: "center",
+ dataIndex: 'specificationModel',
+ },
+ {
+ title: '品牌型号',
+ align: "center",
+ dataIndex: 'brandType',
+ },
+ {
+ title: '销售单价',
+ align: "center",
+ dataIndex: 'salesUnitPrice',
+ width: 100
+ },
+ {
+ title: '销售单位',
+ align: "center",
+ dataIndex: 'salesUnit',
+ width: 100
+ },
+];
+
+// 高级查询数据
+export const superQuerySchema = {
+ suppliersId: {title: '供应商',order: 0,view: 'list', type: 'string',dictTable: "nu_biz_suppliers_info", dictCode: 'id', dictText: 'suppliers_name',},
+ materialName: {title: '物料名称',order: 1,view: 'text', type: 'string',},
+ specificationModel: {title: '规格型号',order: 2,view: 'text', type: 'string',},
+ brandType: {title: '品牌型号',order: 3,view: 'text', type: 'string',},
+ salesUnitPrice: {title: '销售单价',order: 4,view: 'number', type: 'number',},
+ salesUnit: {title: '销售单位',order: 5,view: 'text', type: 'string',},
+};
diff --git a/src/views/bizSuppliers/NuBizSuppliersMaterialInfoList.vue b/src/views/bizSuppliers/NuBizSuppliersMaterialInfoList.vue
new file mode 100644
index 0000000..8f23d4d
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersMaterialInfoList.vue
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/NuBizSuppliersMateriallInfoModal.vue b/src/views/bizSuppliers/NuBizSuppliersMateriallInfoModal.vue
new file mode 100644
index 0000000..fdf49b6
--- /dev/null
+++ b/src/views/bizSuppliers/NuBizSuppliersMateriallInfoModal.vue
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+ 关闭
+ 确认
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/SuppDaoruList.vue b/src/views/bizSuppliers/SuppDaoruList.vue
new file mode 100644
index 0000000..bfb6d3f
--- /dev/null
+++ b/src/views/bizSuppliers/SuppDaoruList.vue
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
+ {{ item.suppliersName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/SuppDaoruModal.vue b/src/views/bizSuppliers/SuppDaoruModal.vue
new file mode 100644
index 0000000..4697f30
--- /dev/null
+++ b/src/views/bizSuppliers/SuppDaoruModal.vue
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+ 关闭
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/components/NuBizSuppliersApplyBgForm.vue b/src/views/bizSuppliers/components/NuBizSuppliersApplyBgForm.vue
new file mode 100644
index 0000000..e3c0ff6
--- /dev/null
+++ b/src/views/bizSuppliers/components/NuBizSuppliersApplyBgForm.vue
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+
+
+ {{ applyObj[record.d1] }}
+
+
+
+
+ 未上传
+
+
+
+
+ 未上传
+
+
+ {{ provinceOptions[record.d2] }}
+
+
+ {{ provinceOptions[record.d3] }}
+
+
+ {{ record.d2 }}㎡
+
+
+ {{ record.d3 }}㎡
+
+
+ {{ record.d2 == '9999-12-31' ? '长期' : record.d2 }}
+
+
+ {{ record.d3 == '9999-12-31' ? '长期' : record.d3 }}
+
+
+
+
+
+
+
+
+
+
+ 请选择审核状态
+ 审核通过
+ 审核驳回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/bizSuppliers/components/NuBizSuppliersApplyDetailForm.vue b/src/views/bizSuppliers/components/NuBizSuppliersApplyDetailForm.vue
new file mode 100644
index 0000000..d9b5fc5
--- /dev/null
+++ b/src/views/bizSuppliers/components/NuBizSuppliersApplyDetailForm.vue
@@ -0,0 +1,246 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 待审核
+ 审核通过
+ 审核驳回
+ 待审核
+ 审核驳回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/components/NuBizSuppliersApplyForm.vue b/src/views/bizSuppliers/components/NuBizSuppliersApplyForm.vue
new file mode 100644
index 0000000..c46410c
--- /dev/null
+++ b/src/views/bizSuppliers/components/NuBizSuppliersApplyForm.vue
@@ -0,0 +1,232 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 审核通过
+ 审核驳回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/components/NuBizSuppliersApplyHistoryForm.vue b/src/views/bizSuppliers/components/NuBizSuppliersApplyHistoryForm.vue
new file mode 100644
index 0000000..3e0b78e
--- /dev/null
+++ b/src/views/bizSuppliers/components/NuBizSuppliersApplyHistoryForm.vue
@@ -0,0 +1,271 @@
+
+
+
+
+
+
+
+ {{ applyObj[record.d1] }}
+
+
+
+
+ 未上传
+
+
+
+
+ 未上传
+
+
+ {{ provinceOptions[record.d2] }}
+
+
+ {{ provinceOptions[record.d3] }}
+
+
+ {{ record.d2 }}㎡
+
+
+ {{ record.d3 }}㎡
+
+
+ {{ record.d2 == '9999-12-31' ? '长期' : record.d2 }}
+
+
+ {{ record.d3 == '9999-12-31' ? '长期' : record.d3 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 待审核
+ 审核通过
+ 审核驳回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/bizSuppliers/components/NuBizSuppliersApplyHistoryModal.vue b/src/views/bizSuppliers/components/NuBizSuppliersApplyHistoryModal.vue
new file mode 100644
index 0000000..1fb6d5a
--- /dev/null
+++ b/src/views/bizSuppliers/components/NuBizSuppliersApplyHistoryModal.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+ 关闭
+ 确认
+
+
+
+
+
+
+
+
+ 关闭
+ 确认
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/components/NuBizSuppliersApplyModal.vue b/src/views/bizSuppliers/components/NuBizSuppliersApplyModal.vue
new file mode 100644
index 0000000..347e71b
--- /dev/null
+++ b/src/views/bizSuppliers/components/NuBizSuppliersApplyModal.vue
@@ -0,0 +1,118 @@
+
+
+
+
+ 关闭
+ 确认
+
+
+
+
+
+ 关闭
+ 确认
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/components/NuBizSuppliersInfoForm.vue b/src/views/bizSuppliers/components/NuBizSuppliersInfoForm.vue
new file mode 100644
index 0000000..d2ff127
--- /dev/null
+++ b/src/views/bizSuppliers/components/NuBizSuppliersInfoForm.vue
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/components/NuBizSuppliersInfoModal.vue b/src/views/bizSuppliers/components/NuBizSuppliersInfoModal.vue
new file mode 100644
index 0000000..9c360aa
--- /dev/null
+++ b/src/views/bizSuppliers/components/NuBizSuppliersInfoModal.vue
@@ -0,0 +1,82 @@
+
+
+
+
+ 关闭
+ 确认
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/components/NuBizSuppliersMaterialInfoForm.vue b/src/views/bizSuppliers/components/NuBizSuppliersMaterialInfoForm.vue
new file mode 100644
index 0000000..fb971b5
--- /dev/null
+++ b/src/views/bizSuppliers/components/NuBizSuppliersMaterialInfoForm.vue
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/bizSuppliers/components/NuBizSuppliersMaterialInfoModal.vue b/src/views/bizSuppliers/components/NuBizSuppliersMaterialInfoModal.vue
new file mode 100644
index 0000000..92788b3
--- /dev/null
+++ b/src/views/bizSuppliers/components/NuBizSuppliersMaterialInfoModal.vue
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+