diff --git a/src/assets/images/fuwei-02.png b/src/assets/images/fuwei-02.png new file mode 100644 index 0000000..90d3be8 Binary files /dev/null and b/src/assets/images/fuwei-02.png differ diff --git a/src/assets/images/robotic.png b/src/assets/images/robotic.png new file mode 100644 index 0000000..e8003b9 Binary files /dev/null and b/src/assets/images/robotic.png differ diff --git a/src/assets/images/shangdian.png b/src/assets/images/shangdian.png new file mode 100644 index 0000000..70f4e24 Binary files /dev/null and b/src/assets/images/shangdian.png differ diff --git a/src/assets/images/weishangdian.png b/src/assets/images/weishangdian.png new file mode 100644 index 0000000..46de754 Binary files /dev/null and b/src/assets/images/weishangdian.png differ diff --git a/src/main.js b/src/main.js index 2695c64..6aef316 100644 --- a/src/main.js +++ b/src/main.js @@ -45,7 +45,6 @@ import 'element-ui/lib/theme-chalk/index.css' // 默认主题 //全局修改默认配置,点击空白处不能关闭弹窗 ElementUI.Dialog.props.closeOnClickModal.default = false -console.log(ElementUI.Dialog) Vue.use(ElementUI) // 全局方法挂载 diff --git a/src/views/deviceConsole/machine/index.vue b/src/views/deviceConsole/machine/index.vue index d15abdb..63f12b3 100644 --- a/src/views/deviceConsole/machine/index.vue +++ b/src/views/deviceConsole/machine/index.vue @@ -4,7 +4,7 @@
- + + + diff --git a/src/views/mes/dv/machinery/index.vue b/src/views/mes/dv/machinery/index.vue index 523c185..1b23c47 100644 --- a/src/views/mes/dv/machinery/index.vue +++ b/src/views/mes/dv/machinery/index.vue @@ -646,6 +646,8 @@ export default { inputName: "", + queryParamsdata:{}, + // 表单校验 rules: { machineryCode: [ @@ -724,6 +726,7 @@ export default { handleNodeClick(data) { console.log(data); this.queryParams.machineryTypeId = data.machineryTypeId; + this.queryParamsdata = data; this.handleQuery(); }, // 取消按钮 @@ -792,8 +795,8 @@ export default { this.getWorkshops(); this.userName = ""; this.inputName = ""; - if (this.queryParams.machineryTypeId != 0) { - this.form.machineryTypeId = this.queryParams.machineryTypeId; + if (this.queryParamsdata.machineryTypeId != 0) { + this.form = this.queryParamsdata; } this.optType = "add"; this.open = true; @@ -937,7 +940,6 @@ export default { //子组件传的数据 getSelectList(value) { - console.log(value); this.userName = ""; this.userName = value.map((item) => item.nickName); this.UserAdd.userIds = value.map((item) => item.userId); diff --git a/src/views/mes/pro/schedule/index.vue b/src/views/mes/pro/schedule/index.vue index 2423d6e..debdabf 100644 --- a/src/views/mes/pro/schedule/index.vue +++ b/src/views/mes/pro/schedule/index.vue @@ -261,7 +261,7 @@ - +