|
|
@ -749,7 +749,7 @@
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<div class="text item">
|
|
|
|
<div class="text item">
|
|
|
|
<div class="itemTag">
|
|
|
|
<div class="itemTag">
|
|
|
|
<span>包装级别: </span>
|
|
|
|
<span>包装层级: </span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -1032,6 +1032,9 @@ export default {
|
|
|
|
this.thisData = this.editQuery;
|
|
|
|
this.thisData = this.editQuery;
|
|
|
|
this.selectErpDialogVisible = true;
|
|
|
|
this.selectErpDialogVisible = true;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
handleDetail(row) {
|
|
|
|
|
|
|
|
this.editQuery = row;
|
|
|
|
|
|
|
|
},
|
|
|
|
removeDi() {
|
|
|
|
removeDi() {
|
|
|
|
this.$confirm("此操作将解除该绑定DI器械信息, 是否继续?", "提示", {
|
|
|
|
this.$confirm("此操作将解除该绑定DI器械信息, 是否继续?", "提示", {
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
confirmButtonText: "确定",
|
|
|
|