|
|
@ -289,7 +289,7 @@
|
|
|
|
>以使用单元数量入库
|
|
|
|
>以使用单元数量入库
|
|
|
|
</el-checkbox>
|
|
|
|
</el-checkbox>
|
|
|
|
<el-checkbox v-model="editQuery.isDisable" class="text item itemTag"
|
|
|
|
<el-checkbox v-model="editQuery.isDisable" class="text item itemTag"
|
|
|
|
@change="diableChange"
|
|
|
|
@change="disableChange"
|
|
|
|
>是否禁用
|
|
|
|
>是否禁用
|
|
|
|
</el-checkbox>
|
|
|
|
</el-checkbox>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
@ -894,7 +894,7 @@ export default {
|
|
|
|
this.detailList = [];
|
|
|
|
this.detailList = [];
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
diableChange() {
|
|
|
|
disableChange() {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
relId: this.editQuery.id,
|
|
|
|
relId: this.editQuery.id,
|
|
|
|
isDisable: this.editQuery.isDisable
|
|
|
|
isDisable: this.editQuery.isDisable
|
|
|
|