Commit b0772e0e authored by youjie's avatar youjie

no message

parent 272d7f08
...@@ -516,6 +516,7 @@ ...@@ -516,6 +516,7 @@
layout="total,prev, pager, next, jumper" :page-size="this.msg.pageSize" :total="total"> layout="total,prev, pager, next, jumper" :page-size="this.msg.pageSize" :total="total">
</el-pagination> </el-pagination>
</div> </div>
<!-- 新增客户信息 -->
<div class="_mc_edit _scrollbar" :class="addShow==true?'edHeightOne':''"> <div class="_mc_edit _scrollbar" :class="addShow==true?'edHeightOne':''">
<p class="_tit">{{$t('salesModule.addCustomer')}} <p class="_tit">{{$t('salesModule.addCustomer')}}
<span class="fr"> <span class="fr">
...@@ -675,7 +676,7 @@ ...@@ -675,7 +676,7 @@
</template> </template>
</el-form> </el-form>
</div> </div>
<!-- 编辑客户信息 -->
<el-dialog custom-class="w700" title="模板导入" :visible.sync="outerVisible" center> <el-dialog custom-class="w700" title="模板导入" :visible.sync="outerVisible" center>
<el-upload ref="ticketUpload" drag class="upload-demo" :action="getImportFileUrl()" <el-upload ref="ticketUpload" drag class="upload-demo" :action="getImportFileUrl()"
:on-success="handleAvatarSuccess"> :on-success="handleAvatarSuccess">
......
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