diff --git a/src/router/index.js b/src/router/index.js index d1cb792..1228a8e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -40,6 +40,11 @@ export const constantRoutes = [{ path: '/404', component: () => import('@/views/404'), hidden: true + }, + { + path: '/stocks', + component: () => import('@/views/stocks/index'), + hidden: true }, { path: '/info', diff --git a/src/views/stocks/component/addRuku.vue b/src/views/stocks/component/addRuku.vue new file mode 100644 index 0000000..b822bbb --- /dev/null +++ b/src/views/stocks/component/addRuku.vue @@ -0,0 +1,282 @@ + + + + + + + *编号: + + + + + + + + + + 状态: + + + + + + + + + + 入库时间: + + + + + + + + + + 经办人: + + + + + + + + + + 记录人员: + + + + + + + + + + 保管人员: + + + + + + + + + + 备注: + + + + + + + + + + 入库明细 : + + + 新增入库明细 + + + + + + 删除 + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/stocks/index.vue b/src/views/stocks/index.vue new file mode 100644 index 0000000..38ee610 --- /dev/null +++ b/src/views/stocks/index.vue @@ -0,0 +1,191 @@ + + + + + + + + + 添加 + + + + + + select.pageSize = e" + @pageIndexChange="pageChange" + :table-item="table"> + + + + + + 删除 + + + + + + + + + + + + +