diff --git a/src/api/worn/outbound.js b/src/api/worn/outbound.js
deleted file mode 100644
index 2de87eb..0000000
--- a/src/api/worn/outbound.js
+++ /dev/null
@@ -1,44 +0,0 @@
-import request from '@/utils/request'
-
-// 查询出库单据列表
-export function listOutbound(query) {
- return request({
- url: '/worn/outbound/list',
- method: 'get',
- params: query
- })
-}
-
-// 查询出库单据详细
-export function getOutbound(id) {
- return request({
- url: '/worn/outbound/' + id,
- method: 'get'
- })
-}
-
-// 新增出库单据
-export function addOutbound(data) {
- return request({
- url: '/worn/outbound',
- method: 'post',
- data: data
- })
-}
-
-// 修改出库单据
-export function updateOutbound(data) {
- return request({
- url: '/worn/outbound',
- method: 'put',
- data: data
- })
-}
-
-// 删除出库单据
-export function delOutbound(id) {
- return request({
- url: '/worn/outbound/' + id,
- method: 'delete'
- })
-}
diff --git a/src/views/worn/outbound/index.vue b/src/views/worn/outbound/index.vue
deleted file mode 100644
index 474498a..0000000
--- a/src/views/worn/outbound/index.vue
+++ /dev/null
@@ -1,352 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ parseTime(scope.row.outboundTime, '{y}-{m}-{d}') }}
-
-
-
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-