[update] 提交禁用
This commit is contained in:
+13
-7
@@ -72,12 +72,18 @@
|
||||
<!-- /表格区域-->
|
||||
|
||||
<!-- 工作组项目新增-->
|
||||
<working-group-member-unit-module ref="workingGroupMemberForm"
|
||||
@ok="modalFormOk"
|
||||
v-bind="$attrs"
|
||||
:disabled-charge-company="true"
|
||||
:is-contract-num-disabled="true"
|
||||
:default-charge-way="2"></working-group-member-unit-module>
|
||||
<working-group-member-unit-module
|
||||
ref="workingGroupMemberForm"
|
||||
@ok="modalFormOk"
|
||||
v-bind="$attrs"
|
||||
:disabled-charge-company="true"
|
||||
:is-contract-num-disabled="true"
|
||||
:default-charge-way="2"></working-group-member-unit-module>
|
||||
|
||||
<template slot="footer">
|
||||
<a-button @click="handleCancel">关闭</a-button>
|
||||
<a-button @click="handleOk" type="primary" v-preventclick>确定</a-button>
|
||||
</template>
|
||||
</j-modal>
|
||||
</template>
|
||||
|
||||
@@ -104,7 +110,7 @@ export default {
|
||||
contractId: {
|
||||
type: String,
|
||||
requird: false,
|
||||
default: null,
|
||||
default: null
|
||||
},
|
||||
// 项目类型,1--普通项目;2--工作组项目;3--会议项目;4--会员项目
|
||||
projectType: {
|
||||
|
||||
Reference in New Issue
Block a user