|
|
@@ -85,7 +85,7 @@
|
|
|
<el-button class="inline-16" :disabled="mainData.status !== '新建'" size="small" :type="mainData.status === '新建'?'primary':''" @click="cooperateVisible = true" v-if="tool.checkAuth($route.name,'productBillManage') && isLeader && mainData.type == '居间'">同步合作协议</el-button>
|
|
|
<el-dialog title="同步合作协议" :visible.sync="cooperateVisible" append-to-body width="703px" center>
|
|
|
<span style="font-size: 14px;color: #8C8C8C;margin: 20px 0 0 22px;padding-top: 20px">
|
|
|
- 是否添加关联的项目或客户合同中的产品明细或类别同步更新到列表
|
|
|
+ 是否添加关联的项目或客户合同中的产品明细同步更新到列表
|
|
|
</span>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button size="small" @click="cooperateVisible = false" class="normal-btn-width">取 消</el-button>
|
|
|
@@ -110,7 +110,7 @@
|
|
|
<el-button class="inline-16" :disabled="mainData.status !== '新建'" size="small" :type="mainData.status === '新建'?'primary':''" @click="cooperateVisible = true" v-if="tool.checkAuth($route.name,'productBillManage') && isLeader && mainData.type == '居间'">同步合作协议</el-button>
|
|
|
<el-dialog title="同步合作协议" :visible.sync="cooperateVisible" append-to-body width="703px" center>
|
|
|
<span style="font-size: 14px;color: #8C8C8C;margin: 20px 0 0 22px;padding-top: 20px">
|
|
|
- 是否添加关联的项目或客户合同中的产品明细或类别同步更新到列表
|
|
|
+ 是否添加关联的项目或客户合同中的产品类别同步更新到列表
|
|
|
</span>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button size="small" @click="cooperateVisible = false" class="normal-btn-width">取 消</el-button>
|