|
|
|
@ -1060,6 +1060,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
productType: null,
|
|
|
|
|
editQuery: null,
|
|
|
|
|
pId:0,
|
|
|
|
|
productRemarkSet: {},
|
|
|
|
|
relevanceEdit: {
|
|
|
|
|
id: null,
|
|
|
|
@ -1071,6 +1072,7 @@ export default {
|
|
|
|
|
allowNoBatch: null,
|
|
|
|
|
allowNoExpire: null,
|
|
|
|
|
allowNoProduct: null,
|
|
|
|
|
pId:null,
|
|
|
|
|
},
|
|
|
|
|
defaultSys: null,
|
|
|
|
|
isImport: false,
|
|
|
|
@ -1415,6 +1417,7 @@ export default {
|
|
|
|
|
this.thisData = row;
|
|
|
|
|
this.editDialogVisible = true;
|
|
|
|
|
this.editQuery = row;
|
|
|
|
|
this.pId=row.id;
|
|
|
|
|
this.relevanceEdit = {
|
|
|
|
|
id: row.id,
|
|
|
|
|
// thirdId: row.thirdId,
|
|
|
|
@ -1527,6 +1530,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 {
|
|
|
|
@ -1561,7 +1565,7 @@ export default {
|
|
|
|
|
let query = {
|
|
|
|
|
paramKey: "smp_isUploadProuct",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
debugger
|
|
|
|
|
spcombie().then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
if (response.data.paramValue == "1") {
|
|
|
|
|