[update] 提交禁用

This commit is contained in:
zhaoxiao
2021-09-14 18:13:00 +08:00
parent 7152309db0
commit 5d0881b7e8
24 changed files with 97 additions and 16 deletions
@@ -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: {