Commit 16540dd4 authored by youjie's avatar youjie

no message

parent b73bfeb3
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<el-table-column <el-table-column
prop="ApplyForMoney" prop="ApplyForMoney"
label="申请改价金额" label="申请改价金额"
min-width="100" min-width="120"
show-overflow-tooltip show-overflow-tooltip
> >
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -376,7 +376,7 @@ ...@@ -376,7 +376,7 @@
<el-row> <el-row>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="申请总金额"> <el-form-item label="申请总金额">
<span rows="6">{{ changePriceMsg.PreferPrice }}</span> <span rows="6">{{ changePriceMsg.ApplyForMoney }}</span>
</el-form-item></el-col </el-form-item></el-col
> >
<el-col :span="4"> <el-col :span="4">
...@@ -629,6 +629,7 @@ export default { ...@@ -629,6 +629,7 @@ export default {
this.changePriceMsg.ApplyForState = 1; this.changePriceMsg.ApplyForState = 1;
this.changePriceMsg.ApplyForReason = ''; this.changePriceMsg.ApplyForReason = '';
this.changePriceMsg.PreferPrice = item.Money; this.changePriceMsg.PreferPrice = item.Money;
this.changePriceMsg.ApplyForMoney = 0
this.changePriceMsg.RefuseReason = ''; this.changePriceMsg.RefuseReason = '';
} }
...@@ -648,6 +649,8 @@ export default { ...@@ -648,6 +649,8 @@ export default {
this.changePriceMsg.ApplyForReason = data.ApplyForReason; this.changePriceMsg.ApplyForReason = data.ApplyForReason;
this.changePriceMsg.PreferPrice = item.Money;//data.ApplyForMoney this.changePriceMsg.PreferPrice = item.Money;//data.ApplyForMoney
this.changePriceMsg.ApplyForMoney = data.ApplyForMoney //申请总金额
this.changePriceMsg.RefuseReason = data.RefuseReason; this.changePriceMsg.RefuseReason = data.RefuseReason;
} }
} }
......
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