|
@@ -523,7 +523,7 @@
|
|
|
<el-tab-pane label="开票信息" name="billing">
|
|
|
<span slot="label"><span style="color: red;border-top: 20px">*</span> 开票信息</span>
|
|
|
<el-row :gutter="15">
|
|
|
- <el-button type="info" style="margin-bottom: 15px" size="mini" :disabled="status === 'audit' || status === 'taskFormDetail'" @click="insertEvent('billing')">
|
|
|
+ <el-button type="primary" style="margin-bottom: 15px" size="mini" :disabled="status === 'audit' || status === 'taskFormDetail'" @click="insertEvent('billing')">
|
|
|
新增开票信息
|
|
|
</el-button>
|
|
|
</el-row>
|
|
@@ -602,7 +602,7 @@
|
|
|
<el-tab-pane label="客户联系人" name="contact">
|
|
|
<span slot="label"><span style="color: red;border-top: 20px">*</span> 客户联系人</span>
|
|
|
<el-row :gutter="15">
|
|
|
- <el-button type="info" style="margin-bottom: 15px" size="mini" :disabled="status === 'audit' || status === 'taskFormDetail'" @click="insertEvent('contact')">
|
|
|
+ <el-button type="primary" style="margin-bottom: 15px" size="mini" :disabled="status === 'audit' || status === 'taskFormDetail'" @click="insertEvent('contact')">
|
|
|
新增客户联系人
|
|
|
</el-button>
|
|
|
</el-row>
|