diff --git a/anrui-scm/anrui-scm-ui/src/api/othermenu/gonggaoxinghao.js b/anrui-scm/anrui-scm-ui/src/api/othermenu/gonggaoxinghao.js new file mode 100644 index 0000000000..2aaf32dd92 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/api/othermenu/gonggaoxinghao.js @@ -0,0 +1,39 @@ +import request from '@/utils/request' + +export default { + // 查询分页列表 + listPage: function(params) { + return request({ + url: '/base/v1/baseannouncementmodel/listPage', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, + // 删除 + delete: function(params) { + return request({ + url: '/base/v1/baseannouncementmodel/delBySids', + method: 'DELETE', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, + // 保存修改记录 + saveOrUpdate: function(params) { + return request({ + url: '/base/v1/baseannouncementmodel/save', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, + // 通过sid查询一条记录 + fetchBySid: function(data) { + return request({ + url: '/base/v1/baseannouncementmodel/fetchDetailsBySid/' + data, + params: { sid: data }, + method: 'get' + }) + } +} diff --git a/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js b/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js index b803a6b5b4..31e5884abf 100644 --- a/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js +++ b/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js @@ -407,6 +407,28 @@ const codemenu = [ } ] }, + { + path: '/othermenu', + component: Layout, + redirect: '/othermenu', + meta: { + title: '其他菜单' + }, + children: [ + { + path: '/othermenu/affichetype', + component: () => import('@/views/othermenu/affichetype/gonggaoguanli.vue'), + name: 'gonggaoxinghaoguanli', + meta: { title: '公告型号管理', noCache: true } + }, + { + path: '/othermenu/cartags', + component: () => import('@/views/othermenu/cartags/chexingbiaoqianguanli.vue'), + name: 'chexingbiaoqianguanli', + meta: { title: '车型标签管理', noCache: true } + } + ] + }, // 入账管理 { path: '/ruzhang', diff --git a/anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoAdd.vue b/anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoAdd.vue new file mode 100644 index 0000000000..c3f8e20c22 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoAdd.vue @@ -0,0 +1,203 @@ + + + + + + + {{ viewTitle }} + + + 保存 + + 关闭 + + + + + + 公告型号 + + + + 公告型号 + + + + + + + + 备注 + + + + + + + 公告型号列表 + + 添加 + + + + + + + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoInfo.vue b/anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoInfo.vue new file mode 100644 index 0000000000..e98be16eb7 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoInfo.vue @@ -0,0 +1,130 @@ + + + + + + + {{ viewTitle }} + + + 关闭 + + + + + + 公告型号 + + + + 公告型号 + + + {{ formobj.announcementmodelName }} + + + + + 备注 + + + {{ formobj.remarks }} + + + + 公告型号列表 + + + + + + {{ scope.row.vehAppeSize }} + + + + + {{ scope.row.accTowTotalMass }} + + + + + {{ scope.row.preparationMass }} + + + + + {{ scope.row.plateReedNum }} + + + + + {{ scope.row.tyre }} + + + + + + + + + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoguanli.vue b/anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoguanli.vue new file mode 100644 index 0000000000..ce71a19cd6 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoguanli.vue @@ -0,0 +1,263 @@ + + + + + + + + {{ searchxianshitit }} + + + + + 至 + + + + + + + + 查询 + 重置 + + + + + 公告型号申请列表 + + + + + + + + + 编辑 + 查看 + + + + + {{ scope.row.announcementmodelName }} + + + + + {{ scope.row.remarks }} + + + + + + + + + + + + + + + + +