Commit 5fd7f784 authored by youjie's avatar youjie

no message

parent 04fd670a
......@@ -717,10 +717,20 @@
<div slot="tip" class="el-upload__tip">只能上传Excel文件</div>
</el-upload>
</el-dialog>
<div class="MyCustomerDetailbottomLayer ownScrollbarStyle" style="height:500px;" v-show="addLayer1">
<div class="MyCustomerDetailbottomLayer ownScrollbarStyle"
style="height:500px;" v-show="addLayer1">
<p>修改客户信息</p>
<p class="fz12 color333 fbold" style="border: none; padding-left: 3px;">可直接保存</p>
<el-row :gutter="20">
<el-col :span="18">
<p class="fz12 color333 fbold" style="border: none; padding-left: 3px;">可直接保存</p>
</el-col>
<el-col :span="6" style="text-align: right;">
<input type="button" class="hollowFixedBtn" value="取消" @click="addLayer1=false" />
<input type="button" class="normalBtn" value="保存" @click="saveUpdate()" />
</el-col>
</el-row>
<el-form label-width="80px">
<el-row :gutter="20">
<el-col :span="4">
<el-form-item label="联系电话">
......@@ -843,12 +853,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="24">
<input type="button" class="normalBtn" value="保存" @click="saveUpdate()" />
<input type="button" class="hollowFixedBtn" value="取消" @click="addLayer1=false" />
</el-col>
</el-row>
</el-form>
</div>
<detailList v-if="showdetail" :ClientId="detailObj&&detailObj.customerId" @cancel="showdetail=false"></detailList>
......
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