提交 a91a005e 编写于 作者: shuang.zhou's avatar shuang.zhou

还原之前

上级 09c15d60
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
<div class="inline" v-if="formData.saleType == 2"> <div class="inline" v-if="formData.saleType == 2">
<el-form-item label="批发价" prop="optPrice"> <el-form-item label="批发价" prop="optPrice">
<el-col :span="20"> <el-col :span="20">
<el-input-number class="stock-com" @input="$forceUpdate();" v-model="formData.optPrice" size="small" :precision="2" :min="0" :max="99999.99"></el-input-number> <el-input-number class="stock-com" @input="$forceUpdate();" v-model="formData.optPrice" size="small" :precision="2" :min="0" :max="20000000.00"></el-input-number>
</el-col> </el-col>
</el-form-item> </el-form-item>
</div> </div>
...@@ -1417,7 +1417,7 @@ ...@@ -1417,7 +1417,7 @@
if(!isTrue){ if(!isTrue){
return false; return false;
}else{ }else{
this.formData.costPrice = signFigures(this.formData.optPrice*100); this.formData.costPrice = signFigures(this.formData.optPrice*100, 10);
this.formData.hasChanged = true; this.formData.hasChanged = true;
this.formData.inputType = this.inputType; this.formData.inputType = this.inputType;
this.updateGoodsInfo(); this.updateGoodsInfo();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册