|
@@ -266,7 +266,7 @@
|
|
|
<el-button v-show="editForm.id && stepActive == 1" type="primary" @click="contractEdit">保存</el-button>
|
|
<el-button v-show="editForm.id && stepActive == 1" type="primary" @click="contractEdit">保存</el-button>
|
|
|
<el-button @click="editVisible = false">取消</el-button>
|
|
<el-button @click="editVisible = false">取消</el-button>
|
|
|
</span>
|
|
</span>
|
|
|
- <!-- 选择项目 -->
|
|
|
|
|
|
|
+ <!-- 选择合同 -->
|
|
|
<SelectCtrContract ref="project" :multiple="false" @save="getBusinessInfo" />
|
|
<SelectCtrContract ref="project" :multiple="false" @save="getBusinessInfo" />
|
|
|
<!-- 选择经销商 -->
|
|
<!-- 选择经销商 -->
|
|
|
<select-distributor ref="distributor" :multiple="false" @save="getDistributor" />
|
|
<select-distributor ref="distributor" :multiple="false" @save="getDistributor" />
|