|
@@ -1458,45 +1458,6 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
- <el-form-item label="计划件数" prop="fPlanqty">
|
|
|
|
- <el-input
|
|
|
|
- v-input-limit="0"
|
|
|
|
- v-model.number="importList.fPlanqty"
|
|
|
|
- style="width: 100%"
|
|
|
|
- placeholder="件数"
|
|
|
|
- disabled
|
|
|
|
- />
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <el-form-item label="计划毛重(kg)" prop="fPlannetweight">
|
|
|
|
- <el-input
|
|
|
|
- v-model.number="importList.fPlannetweight"
|
|
|
|
- v-input-limit="2"
|
|
|
|
- style="width: 100%"
|
|
|
|
- placeholder="毛重"
|
|
|
|
- disabled
|
|
|
|
- >
|
|
|
|
- <template slot="append">{{ tfGrossweightnum }}吨</template>
|
|
|
|
- </el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <el-form-item label="计划净重(kg)" prop="fNetweight">
|
|
|
|
- <el-input
|
|
|
|
- v-model.number="importList.fNetweight"
|
|
|
|
- v-input-limit="2"
|
|
|
|
- style="width: 100%"
|
|
|
|
- placeholder="净重"
|
|
|
|
- disabled
|
|
|
|
- >
|
|
|
|
- <template slot="append">{{ tfNetweightnum }}吨</template>
|
|
|
|
- </el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="6">
|
|
|
|
<el-form-item label="件数" prop="fQty">
|
|
<el-form-item label="件数" prop="fQty">
|
|
<el-input
|
|
<el-input
|
|
v-input-limit="0"
|
|
v-input-limit="0"
|