diff --git a/src/views/abnormalityAlarm/AGValarm/abnormalAGV.vue b/src/views/abnormalityAlarm/AGValarm/abnormalAGV.vue
index 96b25e2..cdc1952 100644
--- a/src/views/abnormalityAlarm/AGValarm/abnormalAGV.vue
+++ b/src/views/abnormalityAlarm/AGValarm/abnormalAGV.vue
@@ -383,7 +383,6 @@ export default {
getList() {
this.loading = true;
list(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.rows;
this.total = response.total;
this.loading = false;
@@ -426,24 +425,19 @@ export default {
},
// 多选框选中数据
handleSelectionChange(selection) {
- console.log(selection);
this.ids = selection.map((item) => item.codeId);
- console.log(this.ids);
-
this.queryParams.ids = this.ids.join(",");
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
/** 查看 **/
handleExportArr(row) {
- console.log(row);
this.formQuery = row;
this.openQuery = true;
this.title = "查看";
},
/** 处理 */
handleUpdate(row) {
- console.log(row);
this.reset();
this.open = true;
this.title = "处理";
@@ -468,7 +462,6 @@ export default {
},
/** 置顶操作 */
handleDelete(row) {
- console.log(row);
this.reset();
this.openTop = true;
},
diff --git a/src/views/abnormalityAlarm/AGValarm/historicalAGV.vue b/src/views/abnormalityAlarm/AGValarm/historicalAGV.vue
index 4155d2b..2ff1005 100644
--- a/src/views/abnormalityAlarm/AGValarm/historicalAGV.vue
+++ b/src/views/abnormalityAlarm/AGValarm/historicalAGV.vue
@@ -286,7 +286,6 @@ export default {
getList() {
this.loading = true;
list(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.rows;
this.total = response.total;
this.loading = false;
@@ -319,17 +318,13 @@ export default {
},
// 多选框选中数据
handleSelectionChange(selection) {
- console.log(selection);
this.ids = selection.map((item) => item.codeId);
- console.log(this.ids);
-
this.queryParams.ids = this.ids.join(",");
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
/** 查看 **/
handleExportArr(row) {
- console.log(row);
this.formQuery = row;
this.openQuery = true;
this.title = "查看";
diff --git a/src/views/abnormalityAlarm/liku/abnormalLiku.vue b/src/views/abnormalityAlarm/liku/abnormalLiku.vue
index fb2eb5a..7528b71 100644
--- a/src/views/abnormalityAlarm/liku/abnormalLiku.vue
+++ b/src/views/abnormalityAlarm/liku/abnormalLiku.vue
@@ -383,7 +383,6 @@ export default {
getList() {
this.loading = true;
list(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.rows;
this.total = response.total;
this.loading = false;
@@ -426,24 +425,19 @@ export default {
},
// 多选框选中数据
handleSelectionChange(selection) {
- console.log(selection);
this.ids = selection.map((item) => item.codeId);
- console.log(this.ids);
-
this.queryParams.ids = this.ids.join(",");
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
/** 查看 **/
handleExportArr(row) {
- console.log(row);
this.formQuery = row;
this.openQuery = true;
this.title = "查看";
},
/** 处理 */
handleUpdate(row) {
- console.log(row);
this.reset();
this.open = true;
this.title = "处理";
@@ -468,7 +462,6 @@ export default {
},
/** 置顶操作 */
handleDelete(row) {
- console.log(row);
this.reset();
this.openTop = true;
},
diff --git a/src/views/abnormalityAlarm/liku/historicalLiku.vue b/src/views/abnormalityAlarm/liku/historicalLiku.vue
index b4cedc6..8b64fb9 100644
--- a/src/views/abnormalityAlarm/liku/historicalLiku.vue
+++ b/src/views/abnormalityAlarm/liku/historicalLiku.vue
@@ -286,7 +286,6 @@ export default {
getList() {
this.loading = true;
list(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.rows;
this.total = response.total;
this.loading = false;
@@ -319,17 +318,13 @@ export default {
},
// 多选框选中数据
handleSelectionChange(selection) {
- console.log(selection);
this.ids = selection.map((item) => item.codeId);
- console.log(this.ids);
-
this.queryParams.ids = this.ids.join(",");
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
/** 查看 **/
handleExportArr(row) {
- console.log(row);
this.formQuery = row;
this.openQuery = true;
this.title = "查看";
diff --git a/src/views/abnormalityAlarm/machineTool/abnormalAlarm.vue b/src/views/abnormalityAlarm/machineTool/abnormalAlarm.vue
index f820a45..bcccb6e 100644
--- a/src/views/abnormalityAlarm/machineTool/abnormalAlarm.vue
+++ b/src/views/abnormalityAlarm/machineTool/abnormalAlarm.vue
@@ -383,7 +383,6 @@ export default {
getList() {
this.loading = true;
list(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.rows;
this.total = response.total;
this.loading = false;
@@ -426,24 +425,19 @@ export default {
},
// 多选框选中数据
handleSelectionChange(selection) {
- console.log(selection);
this.ids = selection.map((item) => item.codeId);
- console.log(this.ids);
-
this.queryParams.ids = this.ids.join(",");
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
/** 查看 **/
handleExportArr(row) {
- console.log(row);
this.formQuery = row;
this.openQuery = true;
this.title = "查看";
},
/** 处理 */
handleUpdate(row) {
- console.log(row);
this.reset();
this.open = true;
this.title = "处理";
diff --git a/src/views/abnormalityAlarm/machineTool/historicalAnomalyAlarm.vue b/src/views/abnormalityAlarm/machineTool/historicalAnomalyAlarm.vue
index 30a4ade..c4adfd2 100644
--- a/src/views/abnormalityAlarm/machineTool/historicalAnomalyAlarm.vue
+++ b/src/views/abnormalityAlarm/machineTool/historicalAnomalyAlarm.vue
@@ -286,7 +286,6 @@ export default {
getList() {
this.loading = true;
list(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.rows;
this.total = response.total;
this.loading = false;
@@ -319,17 +318,13 @@ export default {
},
// 多选框选中数据
handleSelectionChange(selection) {
- console.log(selection);
this.ids = selection.map((item) => item.codeId);
- console.log(this.ids);
-
this.queryParams.ids = this.ids.join(",");
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
/** 查看 **/
handleExportArr(row) {
- console.log(row);
this.formQuery = row;
this.openQuery = true;
this.title = "查看";
diff --git a/src/views/abnormalityAlarm/robotic/historicalAlarm.vue b/src/views/abnormalityAlarm/robotic/historicalAlarm.vue
index 7260dd6..95c720c 100644
--- a/src/views/abnormalityAlarm/robotic/historicalAlarm.vue
+++ b/src/views/abnormalityAlarm/robotic/historicalAlarm.vue
@@ -286,7 +286,6 @@ export default {
getList() {
this.loading = true;
list(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.rows;
this.total = response.total;
this.loading = false;
@@ -319,17 +318,13 @@ export default {
},
// 多选框选中数据
handleSelectionChange(selection) {
- console.log(selection);
this.ids = selection.map((item) => item.codeId);
- console.log(this.ids);
-
this.queryParams.ids = this.ids.join(",");
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
/** 查看 **/
handleExportArr(row) {
- console.log(row);
this.formQuery = row;
this.openQuery = true;
this.title = "查看";
diff --git a/src/views/abnormalityAlarm/robotic/roboticAlarm.vue b/src/views/abnormalityAlarm/robotic/roboticAlarm.vue
index 3793fac..a42e5bb 100644
--- a/src/views/abnormalityAlarm/robotic/roboticAlarm.vue
+++ b/src/views/abnormalityAlarm/robotic/roboticAlarm.vue
@@ -383,7 +383,6 @@ export default {
getList() {
this.loading = true;
list(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.rows;
this.total = response.total;
this.loading = false;
@@ -426,24 +425,19 @@ export default {
},
// 多选框选中数据
handleSelectionChange(selection) {
- console.log(selection);
this.ids = selection.map((item) => item.codeId);
- console.log(this.ids);
-
this.queryParams.ids = this.ids.join(",");
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
/** 查看 **/
handleExportArr(row) {
- console.log(row);
this.formQuery = row;
this.openQuery = true;
this.title = "查看";
},
/** 处理 */
handleUpdate(row) {
- console.log(row);
this.reset();
this.open = true;
this.title = "处理";
diff --git a/src/views/deviceConsole/robotic/index.vue b/src/views/deviceConsole/robotic/index.vue
index e661555..2c6cce4 100644
--- a/src/views/deviceConsole/robotic/index.vue
+++ b/src/views/deviceConsole/robotic/index.vue
@@ -378,7 +378,6 @@ export default {
},
})
.then((res) => {
- console.log(res);
if (res.data.code === 200) {
this.elimage = false;
this.Powersupply = false;
@@ -404,7 +403,6 @@ export default {
},
})
.then((res) => {
- console.log(res);
if (res.data.code === 200) {
this.elimage = true;
this.Powersupply = true;
diff --git a/src/views/management/codeprogram.vue b/src/views/management/codeprogram.vue
index 2e223db..8ee901e 100644
--- a/src/views/management/codeprogram.vue
+++ b/src/views/management/codeprogram.vue
@@ -390,7 +390,6 @@ export default {
getList() {
this.loading = true;
list(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.data;
this.total = response.data.length;
this.loading = false;
@@ -426,10 +425,7 @@ export default {
},
// 多选框选中数据
handleSelectionChange(selection) {
- console.log(selection);
this.ids = selection.map((item) => item.codeId);
- console.log(this.ids);
-
this.queryParams.ids = this.ids.join(",");
this.single = selection.length !== 1;
this.multiple = !selection.length;
@@ -471,7 +467,6 @@ export default {
// 节点单击事件
handleNodeClick(data) {
- console.log(data);
this.machineryIdsArr = [];
this.form.machineryTypeName = data.machineryTypeName;
let arr = {
@@ -482,7 +477,6 @@ export default {
arr.machineryTypeId = data.machineryTypeId;
listMachinery(arr).then((response) => {
- console.log(response);
this.listTypeArr = response.rows;
});
},
@@ -501,7 +495,6 @@ export default {
this.files = e;
},
customUploadChangeImage2(files) {
- console.log(files);
if (files.status === "ready") return;
if (files.status === "success") {
const res = files.response || {};
@@ -543,7 +536,6 @@ export default {
//预览文件
previewFile() {
- console.log(this.form);
if (this.form.url != undefined && this.form.url != "") {
var url = this.form.url;
window.open(url);
@@ -554,7 +546,6 @@ export default {
/** 修改按钮操作 */
handleUpdate(row) {
- console.log(row);
this.reset();
this.fileList = [];
this.machineryIdsArr = {};
@@ -563,7 +554,6 @@ export default {
if (row.originalName != undefined && row.originalName != "") {
this.$set(name, "name", row.originalName);
this.fileList.push(name);
- console.log(this.fileList);
}
let arr = {
pageNum: 1,
@@ -571,18 +561,13 @@ export default {
machineryTypeId: null,
};
arr.machineryTypeId = row.machineryTypeId;
-
listMachinery(arr).then((response) => {
- console.log(response);
this.listTypeArr = response.rows;
});
-
let arr1 = row.cadCodeMachineryList.map((item) => item.machineryName);
this.machineryIdsArr = arr1;
-
let arr2 = row.cadCodeMachineryList.map((item) => item.machineryId);
this.form.machineryIds = arr2.join(",");
-
this.form.subjectId = row.codeId || this.ids;
this.open = true;
this.title = "修改代码";
@@ -625,7 +610,6 @@ export default {
},
/** 删除按钮操作 */
handleDelete(row) {
- console.log(row);
const subjectIds = row.codeId || this.ids;
this.$modal
.confirm("是否确认删除当前的数据项?")
@@ -651,7 +635,6 @@ export default {
/** 单选导出按钮操作 */
handleExportArr(e) {
- console.log(e);
this.queryParams.ids = e.codeId;
this.download(
"/cad/code/export",
diff --git a/src/views/management/document.vue b/src/views/management/document.vue
index df2068f..901e769 100644
--- a/src/views/management/document.vue
+++ b/src/views/management/document.vue
@@ -439,7 +439,6 @@ export default {
this.loading = false;
});
listType().then((response) => {
- console.log(response);
this.listTypeArr = response.rows;
});
},
@@ -478,7 +477,6 @@ export default {
handleSelectionChange(selection) {
this.id = selection.map((item) => item.id);
this.queryParams.ids = this.id.join(",");
- console.log(this.queryParams.ids);
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
@@ -487,7 +485,6 @@ export default {
this.reset();
this.fileList = [];
listType().then((response) => {
- console.log(response);
this.listTypeArr = response.rows;
});
this.open = true;
@@ -495,7 +492,6 @@ export default {
},
typeNameArr(e) {
- console.log(e);
this.form.typeName = e.name;
this.form.type = e.id;
},
@@ -505,7 +501,6 @@ export default {
this.files = e;
},
customUploadChangeImage2(files) {
- console.log(files);
if (files.status === "ready") return;
if (files.status === "success") {
const res = files.response || {};
@@ -547,7 +542,6 @@ export default {
//预览文件
previewFile() {
- console.log(this.form);
if (this.form.url != undefined && this.form.url != "") {
var url = this.form.url;
window.open(url);
@@ -558,14 +552,12 @@ export default {
/** 修改按钮操作 */
handleUpdate(row) {
- console.log(row);
this.reset();
this.fileList = [];
this.form = row;
var name = {};
this.$set(name, "name", row.originalName);
this.fileList.push(name);
- console.log(this.fileList);
this.form.subjectId = row.id || this.id;
this.open = true;
this.title = "修改文档";
diff --git a/src/views/management/documentType.vue b/src/views/management/documentType.vue
index c3af1d1..7d0695d 100644
--- a/src/views/management/documentType.vue
+++ b/src/views/management/documentType.vue
@@ -323,7 +323,6 @@ export default {
},
/** 修改按钮操作 */
handleUpdate(row) {
- console.log(row);
this.reset();
this.form = row;
this.form.subjectId = row.id;
diff --git a/src/views/mes/dv/machinery/index.vue b/src/views/mes/dv/machinery/index.vue
index 1b23c47..a01a2a0 100644
--- a/src/views/mes/dv/machinery/index.vue
+++ b/src/views/mes/dv/machinery/index.vue
@@ -724,7 +724,6 @@ export default {
},
// 节点单击事件
handleNodeClick(data) {
- console.log(data);
this.queryParams.machineryTypeId = data.machineryTypeId;
this.queryParamsdata = data;
this.handleQuery();
diff --git a/src/views/mes/dv/route/index.vue b/src/views/mes/dv/route/index.vue
index 77cb9f4..d824938 100644
--- a/src/views/mes/dv/route/index.vue
+++ b/src/views/mes/dv/route/index.vue
@@ -323,7 +323,6 @@ export default {
getList() {
this.loading = true;
findProAgvline(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.rows;
this.total = response.total;
this.loading = false;
@@ -377,13 +376,11 @@ export default {
this.open = true;
this.title = "新增AGV线路";
findLineCode().then((response) => {
- console.log(response);
this.form.lineCode = response.data.lineCode;
});
},
/** 修改按钮操作 */
handleUpdate(row) {
- console.log(row);
this.reset();
this.getWorkshops();
this.form = row;
diff --git a/src/views/mes/dv/siteConfiguration/index.vue b/src/views/mes/dv/siteConfiguration/index.vue
index 1d62d4c..e0b5ac3 100644
--- a/src/views/mes/dv/siteConfiguration/index.vue
+++ b/src/views/mes/dv/siteConfiguration/index.vue
@@ -349,9 +349,8 @@ export default {
methods: {
/** 列表 */
getList() {
- // this.loading = true;
+ this.loading = true;
findProAgvsite(this.queryParams).then((response) => {
- console.log(response);
this.dvsubjectList = response.rows;
this.total = response.total;
this.loading = false;
@@ -406,13 +405,11 @@ export default {
this.open = true;
this.title = "新增AGV站点";
findSiteCode().then((response) => {
- console.log(response);
this.form.siteCode = response.data.siteCode;
});
},
/** 修改按钮操作 */
handleUpdate(row) {
- console.log(row);
this.reset();
this.getWorkshops();
this.form = row;
@@ -454,7 +451,6 @@ export default {
},
/** 删除按钮操作 */
handleDelete(row) {
- console.log(row);
deleteProAgvsite({ proAgvsiteId: row.proAgvsiteId }).then((response) => {
this.$modal
.confirm("是否确认删除当前的数据项?")
diff --git a/src/views/mes/md/mditem/components/sop.vue b/src/views/mes/md/mditem/components/sop.vue
index ed48944..b4c1361 100644
--- a/src/views/mes/md/mditem/components/sop.vue
+++ b/src/views/mes/md/mditem/components/sop.vue
@@ -160,12 +160,10 @@ export default{
},
//图片上传成功
handleImgUplaoded(imgUrl){
- console.log(imgUrl);
this.form.sopUrl = imgUrl;
},
//图片移除
handleImgRemoved(imgUrl){
- console.log(imgUrl);
this.form.sopUrl = null;
},
//提交
diff --git a/src/views/mes/md/vendor/index.vue b/src/views/mes/md/vendor/index.vue
index f608dce..00ccbec 100644
--- a/src/views/mes/md/vendor/index.vue
+++ b/src/views/mes/md/vendor/index.vue
@@ -113,6 +113,16 @@
v-hasPermi="['mes:md:vendor:export']"
>导出
+
+ 导入
+
@@ -334,11 +344,43 @@
取 消
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+ 是否更新已经存在的用户数据
+
+
仅允许导入xls、xlsx格式文件。
+
下载模板
+
+
+
+
+