From a0aa06cabcae3704e6566a811f89112dc10b9c17 Mon Sep 17 00:00:00 2001 From: wangweidong <850489345@qq.com> Date: Mon, 20 Apr 2026 17:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/material/component/crkitem.vue | 586 +++++++++++++++++++++++ pages/material/component/crkval.vue | 114 ++++- pages/material/component/gress.vue | 72 +-- pages/material/component/information.vue | 465 ++++++++++++++++++ pages/material/material.vue | 9 +- 5 files changed, 1190 insertions(+), 56 deletions(-) create mode 100644 pages/material/component/crkitem.vue create mode 100644 pages/material/component/information.vue diff --git a/pages/material/component/crkitem.vue b/pages/material/component/crkitem.vue new file mode 100644 index 0000000..3bef614 --- /dev/null +++ b/pages/material/component/crkitem.vue @@ -0,0 +1,586 @@ + + + + + + \ No newline at end of file diff --git a/pages/material/component/crkval.vue b/pages/material/component/crkval.vue index da97397..c9a2e5e 100644 --- a/pages/material/component/crkval.vue +++ b/pages/material/component/crkval.vue @@ -1,22 +1,59 @@ diff --git a/pages/material/material.vue b/pages/material/material.vue index 835649e..6c2a017 100644 --- a/pages/material/material.vue +++ b/pages/material/material.vue @@ -32,7 +32,9 @@ - + + + @@ -42,7 +44,9 @@ import carditem from './component/carditem.vue' import gress from './component/gress.vue' import crkval from './component/crkval.vue' + import information from './component/information.vue' const percent = ref(0); + const crkit = ref(false) const transition = ref(false) const crkshow = ref(false) @@ -87,6 +91,9 @@ InvoicingList.value = []; // queryInvo(); } + const crk = ()=>{ + crkit.value = true + } const chongzhi = () => { form.categoryId = ''; form.typeId = '';