Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -249,12 +249,12 @@ | ... | @@ -249,12 +249,12 @@ |
| 249 | </el-col> | 249 | </el-col> |
| 250 | <el-col :span="12"> | 250 | <el-col :span="12"> |
| 251 | <el-form-item label="特殊规则预留总重量" prop="accountTotalWeight"> | 251 | <el-form-item label="特殊规则预留总重量" prop="accountTotalWeight"> |
| 252 | - <el-input class="wid80" v-model="form.accountTotalWeight" disabled placeholder="配置特殊规则后计算" /> | 252 | + <el-input-number class="wid80" v-model="form.accountTotalWeight" disabled placeholder="配置特殊规则后计算" /> |
| 253 | </el-form-item> | 253 | </el-form-item> |
| 254 | </el-col> | 254 | </el-col> |
| 255 | <el-col :span="12"> | 255 | <el-col :span="12"> |
| 256 | <el-form-item label="特殊规则已配重量" prop="accountAllocatedWeight"> | 256 | <el-form-item label="特殊规则已配重量" prop="accountAllocatedWeight"> |
| 257 | - <el-input class="wid80" v-model="form.accountAllocatedWeight" disabled placeholder="配置特殊规则后计算" /> | 257 | + <el-input-number class="wid80" v-model="form.accountAllocatedWeight" disabled placeholder="配置特殊规则后计算" /> |
| 258 | </el-form-item> | 258 | </el-form-item> |
| 259 | </el-col> | 259 | </el-col> |
| 260 | </el-row> | 260 | </el-row> | ... | ... |
-
Please register or login to post a comment