Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
c1e18ad4
Commit
c1e18ad4
authored
May 12, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
dff782ed
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2712 additions
and
1 deletion
+2712
-1
StockOutApplyFor.js
src/api/sale/StockOutApplyFor.js
+47
-0
addSuppliesStockOut-from.vue
src/components/sale/addSuppliesStockOut-from.vue
+846
-0
SuppliesStockOutApplyForDetail.vue
src/pages/sale/SuppliesStockOutApplyForDetail.vue
+1375
-0
SuppliesStockOutApplyForMan.vue
src/pages/sale/SuppliesStockOutApplyForMan.vue
+433
-0
studyOrderStatistics.vue
src/pages/sale/studyOrderStatistics.vue
+1
-1
routes.js
src/router/routes.js
+10
-0
No files found.
src/api/sale/StockOutApplyFor.js
0 → 100644
View file @
c1e18ad4
import
request
from
'../../utils/request_zc'
/**
* 获取出库申请分页列表
*
*/
export
function
GetSuppliesStockOutApplyForPageList
(
data
)
{
return
request
({
url
:
'/supplies/GetSuppliesStockOutApplyForPageList'
,
method
:
'post'
,
data
})
}
/**
* 获取出库申请详情
*
*/
export
function
GetSuppliesStockOutApplyForDetail
(
data
)
{
return
request
({
url
:
'/supplies/GetSuppliesStockOutApplyForInfo'
,
method
:
'post'
,
data
})
}
/**
* 获取耗材
*
*/
export
function
GetMaterialPageList
(
data
)
{
return
request
({
url
:
'/Supplies/GetMaterialPageList'
,
method
:
'post'
,
data
})
}
/**
* 发起出库申请
*
*/
export
function
SuppliesStockOutApply
(
data
)
{
return
request
({
url
:
'/supplies/SetSuppliesStockOutApplyForInfo'
,
method
:
'post'
,
data
})
}
\ No newline at end of file
src/components/sale/addSuppliesStockOut-from.vue
0 → 100644
View file @
c1e18ad4
This diff is collapsed.
Click to expand it.
src/pages/sale/SuppliesStockOutApplyForDetail.vue
0 → 100644
View file @
c1e18ad4
This diff is collapsed.
Click to expand it.
src/pages/sale/SuppliesStockOutApplyForMan.vue
0 → 100644
View file @
c1e18ad4
This diff is collapsed.
Click to expand it.
src/pages/sale/studyOrderStatistics.vue
View file @
c1e18ad4
...
...
@@ -111,7 +111,7 @@
import
{
queryEmployee
}
from
'../../api/users/user'
export
default
{
meta
:
{
title
:
"
我的订单
"
title
:
"
留学就业统计
"
},
components
:
{
myOrderForm
,
...
...
src/router/routes.js
View file @
c1e18ad4
...
...
@@ -551,6 +551,16 @@ const routes = [{
component
:
()
=>
import
(
"pages/sale/studyOrderStatistics.vue"
)
},
{
path
:
"/sale/SuppliesStockOutApplyForMan"
,
//销售 出库管理
component
:
()
=>
import
(
"pages/sale/SuppliesStockOutApplyForMan.vue"
)
},
{
path
:
"/sale/SuppliesStockOutApplyForDetail"
,
//销售 出库管理详情
component
:
()
=>
import
(
"pages/sale/SuppliesStockOutApplyForDetail.vue"
)
},
{
path
:
"/sale/contractManage"
,
//销售 合同管理
component
:
()
=>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment