|
|
|
@ -38,8 +38,8 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col>
|
|
|
|
|
<el-form-item label="导入数量" prop="num">
|
|
|
|
|
<el-input v-model.number="formData.num" placeholder="请输入导入数量" clearable :style="{width: '100%'}" />
|
|
|
|
|
<el-form-item label="导入数量" prop="export_count">
|
|
|
|
|
<el-input v-model.number="formData.export_count" placeholder="请输入导入数量" clearable :style="{width: '100%'}" />
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
@ -154,13 +154,12 @@ export default {
|
|
|
|
|
message: '请输入试剂纯度',
|
|
|
|
|
trigger: 'blur'
|
|
|
|
|
}],
|
|
|
|
|
num: [{
|
|
|
|
|
export_count: [{
|
|
|
|
|
required: true,
|
|
|
|
|
message: '请输入导入数量',
|
|
|
|
|
trigger: 'blur'
|
|
|
|
|
},
|
|
|
|
|
{ type: 'number',
|
|
|
|
|
message: '导入数量必须为数字值' }],
|
|
|
|
|
trigger: 'blur',
|
|
|
|
|
type: 'number'
|
|
|
|
|
}],
|
|
|
|
|
production_date: [],
|
|
|
|
|
expiration_date: [],
|
|
|
|
|
manufacturer: [],
|
|
|
|
|