From 99fe0a4fe46fca5534c4a969faec641d1ec72e98 Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Tue, 25 Oct 2022 09:51:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=B3=E8=81=94=E5=80=9F?= =?UTF-8?q?=E7=94=A8=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/jeecg/HBorrowing.vue | 218 +++++++++ src/components/jeecg/index.js | 2 + .../jeecg/modal/ProcessBorrowing.vue | 449 ++++++++++++++++++ .../form/ProcessMaterialWarehousingForm.vue | 3 +- .../form/ProcessMaterialsReturnForm.vue | 2 +- 5 files changed, 671 insertions(+), 3 deletions(-) create mode 100644 src/components/jeecg/HBorrowing.vue create mode 100644 src/components/jeecg/modal/ProcessBorrowing.vue diff --git a/src/components/jeecg/HBorrowing.vue b/src/components/jeecg/HBorrowing.vue new file mode 100644 index 0000000..5fadda7 --- /dev/null +++ b/src/components/jeecg/HBorrowing.vue @@ -0,0 +1,218 @@ + + + + \ No newline at end of file diff --git a/src/components/jeecg/index.js b/src/components/jeecg/index.js index 0f46adf..357af97 100644 --- a/src/components/jeecg/index.js +++ b/src/components/jeecg/index.js @@ -2,6 +2,7 @@ import JModal from './JModal' import JFormContainer from './JFormContainer.vue' import JPopup from './JPopup.vue' import HPlan from './HPlan' +import HBorrowing from './HBorrowing' import JMarkdownEditor from './JMarkdownEditor' import JCodeEditor from './JCodeEditor.vue' import JEditor from './JEditor.vue' @@ -50,6 +51,7 @@ export default { Vue.component('JInput', JInput) Vue.component('JPopup', JPopup) Vue.component('HPlan', HPlan) + Vue.component('HBorrowing', HBorrowing) Vue.component('JSelectMultiple', JSelectMultiple) Vue.component('JSlider', JSlider) Vue.component('JSuperQuery', JSuperQuery) diff --git a/src/components/jeecg/modal/ProcessBorrowing.vue b/src/components/jeecg/modal/ProcessBorrowing.vue new file mode 100644 index 0000000..0400660 --- /dev/null +++ b/src/components/jeecg/modal/ProcessBorrowing.vue @@ -0,0 +1,449 @@ + + + + + \ No newline at end of file diff --git a/src/views/activiti/form/ProcessMaterialWarehousingForm.vue b/src/views/activiti/form/ProcessMaterialWarehousingForm.vue index 1769d3e..e26fbdd 100644 --- a/src/views/activiti/form/ProcessMaterialWarehousingForm.vue +++ b/src/views/activiti/form/ProcessMaterialWarehousingForm.vue @@ -27,7 +27,7 @@ - + @@ -319,7 +319,6 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany' }, }, btndisabled: false, - processUdgetPlanId:'' } }, props: { diff --git a/src/views/activiti/form/ProcessMaterialsReturnForm.vue b/src/views/activiti/form/ProcessMaterialsReturnForm.vue index f83efaa..f1700e3 100644 --- a/src/views/activiti/form/ProcessMaterialsReturnForm.vue +++ b/src/views/activiti/form/ProcessMaterialsReturnForm.vue @@ -31,7 +31,7 @@ - +