|
|
@@ -450,6 +450,11 @@
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="物联产品Key">
|
|
|
+ <el-input v-model="form.iotProductKey" />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
</el-card>
|
|
|
@@ -681,6 +686,7 @@
|
|
|
isUpdate: 0,
|
|
|
form: {
|
|
|
categoryLevelGroupName: '',
|
|
|
+ iotProductKey: '',
|
|
|
componentAttribute: [],
|
|
|
categoryLevelName: '',
|
|
|
isConsumable: 0,
|
|
|
@@ -1045,7 +1051,7 @@
|
|
|
'netWeight',
|
|
|
parseFloat((volume * 7.85) / 1000).toFixed(4)
|
|
|
);
|
|
|
- }else{
|
|
|
+ } else {
|
|
|
this.$set(this.form, 'netWeight', 0);
|
|
|
}
|
|
|
|