Commit 1281bd3f authored by youjie's avatar youjie

no message

parent e52dcec5
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
<!-- 商机转移 --> <!-- 商机转移 -->
<el-dialog :visible.sync="transferVisible" :close-on-click-modal="false" width="450px" custom-class="transfer-box add-box add-box2"> <el-dialog :visible.sync="transferVisible" :close-on-click-modal="false" width="450px" custom-class="transfer-box add-box add-box2">
<div class="add-tit" slot="title"> <div class="add-tit" slot="title">
<p><span></span>商机转移</p> <p><span></span>商机转移负责人</p>
<span icon="el-icon-close"></span> <span icon="el-icon-close"></span>
</div> </div>
<el-form :model="transferMsg" ref="form" class="MyEditForm" > <el-form :model="transferMsg" ref="form" class="MyEditForm" >
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
<el-button class="add-box-btn add-box-cancel" @click="transferVisible = false">取 消</el-button> <el-button class="add-box-btn add-box-cancel" @click="transferVisible = false">取 消</el-button>
</div> </div>
</el-dialog> </el-dialog>
<!-- 商机转订单 --> <!-- 商机转订单 -->
<div v-if="TraOrderShow"> <div v-if="TraOrderShow">
<TraOrder :ID="businessIds" :EmployeeList="EmployeeList" <TraOrder :ID="businessIds" :EmployeeList="EmployeeList"
@cancel="TraOrderShow=false" @cancel="TraOrderShow=false"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment