|
@@ -1495,7 +1495,7 @@
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="计划毛重(kg)" prop="fPlangrossweight">
|
|
|
<el-input
|
|
|
- v-model.number="importList.fPlangrossweight"
|
|
|
+ v-model="importList.fPlangrossweight"
|
|
|
v-input-limit="2"
|
|
|
style="width: 100%"
|
|
|
placeholder="毛重">
|
|
@@ -1506,7 +1506,7 @@
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="计划净重(kg)" prop="fPlannetweight">
|
|
|
<el-input
|
|
|
- v-model.number="importList.fPlannetweight"
|
|
|
+ v-model="importList.fPlannetweight"
|
|
|
v-input-limit="2"
|
|
|
style="width: 100%"
|
|
|
placeholder="净重"
|
|
@@ -1529,7 +1529,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
- <el-form-item label="毛重1(kg)" prop="fGrossweight">
|
|
|
+ <el-form-item label="毛重(kg)" prop="fGrossweight">
|
|
|
<el-input
|
|
|
v-model="importList.fGrossweight"
|
|
|
v-input-limit="2"
|