|
@@ -1531,7 +1531,7 @@
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<el-form-item label="毛重(kg)" prop="fGrossweight">
|
|
<el-form-item label="毛重(kg)" prop="fGrossweight">
|
|
<el-input
|
|
<el-input
|
|
- v-model.number="importList.fGrossweight"
|
|
|
|
|
|
+ v-model="importList.fGrossweight"
|
|
v-input-limit="2"
|
|
v-input-limit="2"
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
placeholder="毛重"
|
|
placeholder="毛重"
|
|
@@ -1544,7 +1544,7 @@
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<el-form-item label="净重(kg)" prop="fNetweight">
|
|
<el-form-item label="净重(kg)" prop="fNetweight">
|
|
<el-input
|
|
<el-input
|
|
- v-model.number="importList.fNetweight"
|
|
|
|
|
|
+ v-model="importList.fNetweight"
|
|
v-input-limit="2"
|
|
v-input-limit="2"
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
placeholder="净重"
|
|
placeholder="净重"
|