From 8b53d7f80f32ef5bd339512ebf6cc805e0e0994f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Wed, 23 Mar 2022 17:30:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AE=A1=E6=A0=B8=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +- .../components/EnterpriseDemandForm/index.vue | 244 +++++++++++ src/views/components/FieldOptions/index.vue | 5 + src/views/components/InputBoxAdd/index.vue | 11 +- src/views/dataAudit/achievement/index.vue | 6 +- src/views/dataAudit/demand/examine.vue | 94 +++++ src/views/dataAudit/demand/index.vue | 382 +++++++++++++++++- src/views/dataAudit/product/ProductForm.vue | 262 ++++++++++++ src/views/dataAudit/product/examine.vue | 95 +++++ src/views/dataAudit/product/index.vue | 169 +++++++- 10 files changed, 1263 insertions(+), 12 deletions(-) create mode 100644 src/views/components/EnterpriseDemandForm/index.vue create mode 100644 src/views/dataAudit/demand/examine.vue create mode 100644 src/views/dataAudit/product/ProductForm.vue create mode 100644 src/views/dataAudit/product/examine.vue diff --git a/README.md b/README.md index a857617..4ebd1c3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ ## 开发 ```bash -# 克隆项目 -git clone https://gitee.com/y_project/RuoYi-Vue - -# 进入项目目录 -cd ruoyi-ui # 安装依赖 npm install @@ -27,4 +22,4 @@ npm run build:stage # 构建生产环境 npm run build:prod -``` \ No newline at end of file +``` diff --git a/src/views/components/EnterpriseDemandForm/index.vue b/src/views/components/EnterpriseDemandForm/index.vue new file mode 100644 index 0000000..1814a6c --- /dev/null +++ b/src/views/components/EnterpriseDemandForm/index.vue @@ -0,0 +1,244 @@ + + \ No newline at end of file diff --git a/src/views/components/FieldOptions/index.vue b/src/views/components/FieldOptions/index.vue index e3d414f..ab01c92 100644 --- a/src/views/components/FieldOptions/index.vue +++ b/src/views/components/FieldOptions/index.vue @@ -4,6 +4,7 @@ :model="value" :rules="rules" :label-width="labelWidth + 'px'" + :disabled="disabled" > @@ -94,6 +95,10 @@ export default { type: Number, default: 120, }, + disabled: { + type: Boolean, + default: false, + }, }, data() { return { diff --git a/src/views/components/InputBoxAdd/index.vue b/src/views/components/InputBoxAdd/index.vue index 8429888..b19815f 100644 --- a/src/views/components/InputBoxAdd/index.vue +++ b/src/views/components/InputBoxAdd/index.vue @@ -1,5 +1,10 @@ + \ No newline at end of file diff --git a/src/views/dataAudit/product/ProductForm.vue b/src/views/dataAudit/product/ProductForm.vue new file mode 100644 index 0000000..e6f86ce --- /dev/null +++ b/src/views/dataAudit/product/ProductForm.vue @@ -0,0 +1,262 @@ + + + \ No newline at end of file diff --git a/src/views/dataAudit/product/examine.vue b/src/views/dataAudit/product/examine.vue new file mode 100644 index 0000000..a70348d --- /dev/null +++ b/src/views/dataAudit/product/examine.vue @@ -0,0 +1,95 @@ + + \ No newline at end of file diff --git a/src/views/dataAudit/product/index.vue b/src/views/dataAudit/product/index.vue index bf21ab8..9b44c7e 100644 --- a/src/views/dataAudit/product/index.vue +++ b/src/views/dataAudit/product/index.vue @@ -1,3 +1,168 @@ \ No newline at end of file +
+ + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + +
+ + \ No newline at end of file