diff --git a/src/pages.json b/src/pages.json index d5c52e7..d4d3be2 100644 --- a/src/pages.json +++ b/src/pages.json @@ -662,6 +662,12 @@ "navigationBarTitleText": "现场维修数量" } }, + { + "path": "pages/dateUpdate/index", + "style": { + "navigationStyle": "custom" + } + }, // 材料站 start // 首页 { diff --git a/src/pages/dateUpdate/index.vue b/src/pages/dateUpdate/index.vue new file mode 100644 index 0000000..a30c1c5 --- /dev/null +++ b/src/pages/dateUpdate/index.vue @@ -0,0 +1,201 @@ + + + + + + + + + + + 二维码 + + + + + + + + 查询 + + + + {{ typeName }} + + + 设备类型:{{ formData.maType }} + 规格型号:{{ formData.typeName }} + 设备编码:{{ formData.code }} + 本次检修人员:{{ formData.repairer }} + 本次检修时间:{{ formData.repairTime }} + 下次检修时间:{{ formData.nextRepairTime }} + + + 确认修改 + + + + + + {{ item.name }} + + + + + + + + + diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue index f2338f3..c2b6732 100644 --- a/src/pages/work/index.vue +++ b/src/pages/work/index.vue @@ -153,7 +153,7 @@ const newInfoList = ref([ }, { title: '日期更新', - url: '/pages/new-purchase/accept/index', + url: '/pages/dateUpdate/index', iconSrc: '../../static/workbench/panDian.png', }, {