Commit ac73a158 authored by youjie's avatar youjie

no message

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