From e7a82becf13706cb24f9edee4e6635f17e5d0cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 17 May 2022 06:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=87=8D=E6=9E=84=E9=A2=84?= =?UTF-8?q?=E7=AE=97=E5=8F=8A=E6=88=90=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/xmBudgetLabor/XmBudgetLaborAdd.vue | 238 ++++++++++++++++++ .../core/xmBudgetLabor/XmBudgetLaborMng.vue | 6 +- .../core/xmBudgetNlabor/XmBudgetNlaborAdd.vue | 237 +++++++++++++++++ .../core/xmBudgetNlabor/XmBudgetNlaborMng.vue | 6 +- .../xm/core/xmProject/XmProjectBudgetCost.vue | 8 +- 5 files changed, 487 insertions(+), 8 deletions(-) create mode 100644 src/views/xm/core/xmBudgetLabor/XmBudgetLaborAdd.vue create mode 100644 src/views/xm/core/xmBudgetNlabor/XmBudgetNlaborAdd.vue diff --git a/src/views/xm/core/xmBudgetLabor/XmBudgetLaborAdd.vue b/src/views/xm/core/xmBudgetLabor/XmBudgetLaborAdd.vue new file mode 100644 index 00000000..994664b5 --- /dev/null +++ b/src/views/xm/core/xmBudgetLabor/XmBudgetLaborAdd.vue @@ -0,0 +1,238 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/core/xmBudgetLabor/XmBudgetLaborMng.vue b/src/views/xm/core/xmBudgetLabor/XmBudgetLaborMng.vue index d4ae057e..7afcfd3d 100644 --- a/src/views/xm/core/xmBudgetLabor/XmBudgetLaborMng.vue +++ b/src/views/xm/core/xmBudgetLabor/XmBudgetLaborMng.vue @@ -85,7 +85,7 @@ - + @@ -96,12 +96,14 @@ import config from '@/common/config';//全局公共库 import { initDicts,listXmBudgetLabor, delXmBudgetLabor, batchDelXmBudgetLabor,editSomeFieldsXmBudgetLabor } from '@/api/xm/core/xmBudgetLabor'; import XmBudgetLaborEdit from './XmBudgetLaborEdit';//新增修改界面 + import XmBudgetLaborAdd from './XmBudgetLaborAdd';//新增修改界面 + import { mapGetters } from 'vuex' export default { name:'xmBudgetLaborMng', components: { - XmBudgetLaborEdit, + XmBudgetLaborEdit,XmBudgetLaborAdd }, props:['visible'], computed: { diff --git a/src/views/xm/core/xmBudgetNlabor/XmBudgetNlaborAdd.vue b/src/views/xm/core/xmBudgetNlabor/XmBudgetNlaborAdd.vue new file mode 100644 index 00000000..3178fa51 --- /dev/null +++ b/src/views/xm/core/xmBudgetNlabor/XmBudgetNlaborAdd.vue @@ -0,0 +1,237 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/core/xmBudgetNlabor/XmBudgetNlaborMng.vue b/src/views/xm/core/xmBudgetNlabor/XmBudgetNlaborMng.vue index fdc4131e..e5de889e 100644 --- a/src/views/xm/core/xmBudgetNlabor/XmBudgetNlaborMng.vue +++ b/src/views/xm/core/xmBudgetNlabor/XmBudgetNlaborMng.vue @@ -80,7 +80,7 @@ - + @@ -91,12 +91,14 @@ import config from '@/common/config';//全局公共库 import { initDicts,listXmBudgetNlabor, delXmBudgetNlabor, batchDelXmBudgetNlabor,editSomeFieldsXmBudgetNlabor } from '@/api/xm/core/xmBudgetNlabor'; import XmBudgetNlaborEdit from './XmBudgetNlaborEdit';//新增修改界面 + import XmBudgetNlaborAdd from './XmBudgetNlaborAdd';//新增修改界面 + import { mapGetters } from 'vuex' export default { name:'xmBudgetNlaborMng', components: { - XmBudgetNlaborEdit, + XmBudgetNlaborEdit,XmBudgetNlaborAdd }, props:["selProject",'xmBudgetNlabor','fieldName','queryType','visible'], computed: { diff --git a/src/views/xm/core/xmProject/XmProjectBudgetCost.vue b/src/views/xm/core/xmProject/XmProjectBudgetCost.vue index 690df0d0..6830e132 100644 --- a/src/views/xm/core/xmProject/XmProjectBudgetCost.vue +++ b/src/views/xm/core/xmProject/XmProjectBudgetCost.vue @@ -27,7 +27,8 @@ :value="item"> --> - { - + this.$nextTick(() => { this.tableHeight = util.calcTableMaxHeight(this.$refs.table.$el); - }); + }); this.selProjectBudget=Object.assign({},this.selProject); } }