问题修改

This commit is contained in:
zzyuan 2025-04-16 13:53:32 +08:00
parent 1bdce51934
commit 360dde824d
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="质量偏差" prop="weightDeviation" v-if="baseForm.salesMode==1">
<el-input v-model="baseForm.weightDeviation" placeholder="份量" maxlength="9" clearable @input="(v)=>(baseForm.weight=v.replace(/[^\d]/g,''))">
<el-input v-model="baseForm.weightDeviation" placeholder="份量" maxlength="9" clearable @input="(v)=>(baseForm.weightDeviation=v.replace(/[^\d]/g,''))">
<template slot="append">%</template>
</el-input>
</el-form-item>