Commit 74930035 authored by huangjie's avatar huangjie

集团详情-土地交易

parent cc2a28d1
...@@ -266,12 +266,12 @@ ...@@ -266,12 +266,12 @@
this.paramsData.supplyLandWay = arr.supplyLandWay?arr.supplyLandWay.toString():'' this.paramsData.supplyLandWay = arr.supplyLandWay?arr.supplyLandWay.toString():''
if (arr.StockPercent) { if (arr.StockPercent) {
let StockPercent = parseFloat(arr.StockPercent) let StockPercent = parseFloat(arr.StockPercent)
this.paramsData.minStockPercent = StockPercent this.paramsData.minStockPercent = StockPercent / 100
if (StockPercent == 1) { if (StockPercent == 1) {
this.paramsData.maxStockPercent = 5 this.paramsData.maxStockPercent = 5 / 100
} }
if (StockPercent == 100) { if (StockPercent == 100) {
this.paramsData.maxStockPercent = StockPercent this.paramsData.maxStockPercent = StockPercent / 100
} }
} }
if(arr.money){ if(arr.money){
......
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