|
|
@ -211,6 +211,7 @@
|
|
|
|
style="width: 100%; "
|
|
|
|
style="width: 100%; "
|
|
|
|
border
|
|
|
|
border
|
|
|
|
key="3"
|
|
|
|
key="3"
|
|
|
|
|
|
|
|
highlight-current-row
|
|
|
|
@current-change="handleDetail"
|
|
|
|
@current-change="handleDetail"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
@ -1039,8 +1040,10 @@ export default {
|
|
|
|
allowNoBatch: null,
|
|
|
|
allowNoBatch: null,
|
|
|
|
allowNoExpire: null,
|
|
|
|
allowNoExpire: null,
|
|
|
|
allowNoProduct: null,
|
|
|
|
allowNoProduct: null,
|
|
|
|
cpdls: null
|
|
|
|
cpdls: null,
|
|
|
|
|
|
|
|
pId: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
pId: 0,
|
|
|
|
defaultSys: null,
|
|
|
|
defaultSys: null,
|
|
|
|
isImport: false,
|
|
|
|
isImport: false,
|
|
|
|
isImportUdi: false,
|
|
|
|
isImportUdi: false,
|
|
|
@ -1390,6 +1393,7 @@ export default {
|
|
|
|
this.thisData = row;
|
|
|
|
this.thisData = row;
|
|
|
|
this.editDialogVisible = true;
|
|
|
|
this.editDialogVisible = true;
|
|
|
|
this.editQuery = row;
|
|
|
|
this.editQuery = row;
|
|
|
|
|
|
|
|
this.pId = row.id;
|
|
|
|
this.relevanceEdit = {
|
|
|
|
this.relevanceEdit = {
|
|
|
|
id: row.id,
|
|
|
|
id: row.id,
|
|
|
|
isUseDy: row.isUseDy,
|
|
|
|
isUseDy: row.isUseDy,
|
|
|
@ -1499,13 +1503,12 @@ export default {
|
|
|
|
this.relevanceEdit.isLock = this.editQuery.isLock;
|
|
|
|
this.relevanceEdit.isLock = this.editQuery.isLock;
|
|
|
|
this.relevanceEdit.isAdavence = this.editQuery.isAdavence;
|
|
|
|
this.relevanceEdit.isAdavence = this.editQuery.isAdavence;
|
|
|
|
this.relevanceEdit = this.editQuery;
|
|
|
|
this.relevanceEdit = this.editQuery;
|
|
|
|
|
|
|
|
this.relevanceEdit.pid = this.pId;
|
|
|
|
if (this.checked == true) {
|
|
|
|
if (this.checked == true) {
|
|
|
|
this.relevanceEdit.isUseDy = 1;
|
|
|
|
this.relevanceEdit.isUseDy = 1;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.relevanceEdit.isUseDy = 0;
|
|
|
|
this.relevanceEdit.isUseDy = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
updatetUdiInfos(this.relevanceEdit)
|
|
|
|
updatetUdiInfos(this.relevanceEdit)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|