|
|
@@ -26,7 +26,7 @@
|
|
|
icon="el-icon-plus"
|
|
|
class="ele-btn-icon"
|
|
|
@click="handleAdd()"
|
|
|
- :disabled="count>=current.dosage"
|
|
|
+ :disabled="count >= current.dosage"
|
|
|
>
|
|
|
关联设备实例
|
|
|
</el-button>
|
|
|
@@ -80,6 +80,10 @@
|
|
|
label: '编码',
|
|
|
prop: 'code'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '编号',
|
|
|
+ prop: 'codeNumber'
|
|
|
+ },
|
|
|
{
|
|
|
label: '固资编码',
|
|
|
prop: 'fixCode'
|
|
|
@@ -157,7 +161,7 @@
|
|
|
bomCategorySubstanceIds: [row.id],
|
|
|
substanceId: this.substanceId
|
|
|
}).then((res) => {
|
|
|
- this.$refs.table.reload();
|
|
|
+ this.$refs.table.reload();
|
|
|
this.$message.success('解绑成功!');
|
|
|
});
|
|
|
},
|