提交 f82a82a4 编写于 作者: 张磊's avatar 张磊

Merge branch 'hotfix/20220303' into 'release'

Hotfix/20220303

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!432
......@@ -816,7 +816,7 @@
<div class="inline" v-if="formData.saleType == 2">
<el-form-item label="批发价" prop="optPrice">
<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-form-item>
</div>
......@@ -1704,7 +1704,7 @@
if(!isTrue){
return false;
}else{
this.formData.costPrice = signFigures(this.formData.optPrice*100);
this.formData.costPrice = signFigures(this.formData.optPrice*100, 10);
this.formData.hasChanged = true;
this.formData.inputType = this.inputType;
this.updateGoodsInfo();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册