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); } }