Commit ac73a158 authored by youjie's avatar youjie

no message

parent ff124748
......@@ -791,10 +791,7 @@
title="修改收损金额"
:visible.sync="outerVisible"
>
<div
class="MyCustomerDetailbottomLayer ownScrollbarStyle"
style="height:150px;"
>
<div>
<el-form label-width="80px" :model="msg" :rules="rules" ref="msg">
<el-row :gutter="20">
<el-col :span="20">
......@@ -808,7 +805,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20" style="margin-top: 20px;">
<el-row :gutter="20" style="margin-top: 20px;margin-bottom: 20px;">
<el-col :span="24" style="text-align: right;">
<input
type="button"
......
......@@ -687,7 +687,7 @@
class="row-c cursor-pointer radius5 change1 py5"
@click="clickRightButtom(item, 4)"
>
<i v-loading="loading2"></i>
<i v-loading="msg.OrderId==item.OrderId&&loading2"></i>
<span class="c20C997">收损</span>
</div>
<!-- <template v-if="item.OrderStatus==2">
......@@ -715,10 +715,7 @@
:title="typeState==3?'设置自提地址':'设置收损金额'"
:visible.sync="outerVisible"
>
<div
class="MyCustomerDetailbottomLayer ownScrollbarStyle"
style="height:150px;"
>
<div>
<el-form label-width="80px" :model="msg" :rules="rules" ref="msg">
<el-row :gutter="20">
<!-- <el-col :span="20">
......@@ -744,7 +741,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20" style="margin-top: 20px;">
<el-row :gutter="20" style="margin-top: 20px;margin-bottom: 20px;">
<el-col :span="24" style="text-align: right;">
<input
type="button"
......
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