|
|
|
@ -1147,6 +1147,8 @@ export default {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.detailList = response.data || [];
|
|
|
|
|
this.detailList.forEach((item, index, array) => {
|
|
|
|
|
this.detailList[index].isAdavence=item.adavence
|
|
|
|
|
this.detailList[index].isDisable=item.disable
|
|
|
|
|
if (item.zxxsbzbhsydysl > 1) {
|
|
|
|
|
this.isUseDyCheck = true;
|
|
|
|
|
}
|
|
|
|
@ -1363,7 +1365,7 @@ export default {
|
|
|
|
|
this.thisData = row;
|
|
|
|
|
this.editDialogVisible = true;
|
|
|
|
|
this.editQuery = row;
|
|
|
|
|
this.pId = row.id;
|
|
|
|
|
this.pId=row.id;
|
|
|
|
|
this.relevanceEdit = {
|
|
|
|
|
id: row.id,
|
|
|
|
|
// thirdId: row.thirdId,
|
|
|
|
@ -1561,7 +1563,6 @@ export default {
|
|
|
|
|
selectUdiVersion,
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
|
|
|
|
|
this.findBasicProductSet();
|
|
|
|
|
this.getList();
|
|
|
|
|
this.selectSysParam();
|
|
|
|
|