|
|
|
@ -1064,6 +1064,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
productType: null,
|
|
|
|
|
editQuery: null,
|
|
|
|
|
pId:0,
|
|
|
|
|
productRemarkSet: {},
|
|
|
|
|
relevanceEdit: {
|
|
|
|
|
id: null,
|
|
|
|
@ -1075,7 +1076,8 @@ export default {
|
|
|
|
|
allowNoBatch: null,
|
|
|
|
|
allowNoExpire: null,
|
|
|
|
|
allowNoProduct: null,
|
|
|
|
|
cpdls: null
|
|
|
|
|
cpdls: null,
|
|
|
|
|
pId:null,
|
|
|
|
|
},
|
|
|
|
|
defaultSys: null,
|
|
|
|
|
isImport: false,
|
|
|
|
@ -1451,6 +1453,7 @@ export default {
|
|
|
|
|
this.thisData = row;
|
|
|
|
|
this.editDialogVisible = true;
|
|
|
|
|
this.editQuery = row;
|
|
|
|
|
this.pId=row.id;
|
|
|
|
|
this.relevanceEdit = {
|
|
|
|
|
id: row.id,
|
|
|
|
|
isUseDy: row.isUseDy,
|
|
|
|
@ -1561,6 +1564,7 @@ export default {
|
|
|
|
|
this.relevanceEdit.isLock = this.editQuery.isLock;
|
|
|
|
|
this.relevanceEdit.isAdavence = this.editQuery.isAdavence;
|
|
|
|
|
this.relevanceEdit = this.editQuery;
|
|
|
|
|
this.relevanceEdit.pid = this.pId;
|
|
|
|
|
if (this.checked == true) {
|
|
|
|
|
this.relevanceEdit.isUseDy = 1;
|
|
|
|
|
} else {
|
|
|
|
|