Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
f1a36208
Commit
f1a36208
authored
Jun 21, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的仓库-部分
parent
881b1ab3
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
191 additions
and
73 deletions
+191
-73
order.js
src/common/api/order.js
+8
-1
bottomButtons.vue
src/components/order/bottomButtons.vue
+3
-3
index.vue
src/pages/mine/warehouse/index.vue
+176
-65
records.vue
src/pages/mine/warehouse/records.vue
+4
-4
No files found.
src/common/api/order.js
View file @
f1a36208
...
@@ -184,6 +184,11 @@ let orderApiFun = function(vm){
...
@@ -184,6 +184,11 @@ let orderApiFun = function(vm){
let
fileList
=
async
(
params
=
{})
=>
await
vm
.
$u
.
get
(
prefix
+
'config/'
+
vm
.
vuex_token
+
'/finish/file'
,
params
);
let
fileList
=
async
(
params
=
{})
=>
await
vm
.
$u
.
get
(
prefix
+
'config/'
+
vm
.
vuex_token
+
'/finish/file'
,
params
);
// 订单配件列表
// 订单配件列表
let
applyList
=
async
(
params
=
{})
=>
await
vm
.
$u
.
get
(
prefix
+
'parts/'
+
vm
.
vuex_token
+
'/orders'
,
params
);
let
applyList
=
async
(
params
=
{})
=>
await
vm
.
$u
.
get
(
prefix
+
'parts/'
+
vm
.
vuex_token
+
'/orders'
,
params
);
// 返件列表
let
returnedParts
=
async
(
params
=
{})
=>
await
vm
.
$u
.
get
(
prefix
+
'parts/'
+
vm
.
vuex_token
+
'/return'
,
params
);
// 备件仓列表
let
reserveList
=
async
(
params
=
{})
=>
await
vm
.
$u
.
get
(
prefix
+
'parts/'
+
vm
.
vuex_token
+
'/items/reserve'
,
params
);
const
orderApi
=
{
const
orderApi
=
{
listByRecommendOrder
,
listByRecommendOrder
,
listOrderCount
,
listOrderCount
,
...
@@ -228,7 +233,9 @@ let orderApiFun = function(vm){
...
@@ -228,7 +233,9 @@ let orderApiFun = function(vm){
fileLabel
,
fileLabel
,
fileList
,
fileList
,
completeNextStep
,
completeNextStep
,
applyList
applyList
,
returnedParts
,
reserveList
}
}
return
orderApi
return
orderApi
}
}
...
...
src/components/order/bottomButtons.vue
View file @
f1a36208
...
@@ -133,12 +133,12 @@
...
@@ -133,12 +133,12 @@
flex-direction
:
column
;
flex-direction
:
column
;
width
:
100%
;
width
:
100%
;
&
.image
{
&
.image
{
margin-right
:
40
rpx
;
margin-right
:
22
rpx
;
}
}
&
.text
{
&
.text
{
width
:
40
0rpx
;
width
:
36
0rpx
;
margin-left
:
40
rpx
;
margin-left
:
18
rpx
;
&
.one
{
&
.one
{
width
:
600rpx
;
width
:
600rpx
;
margin-left
:
0rpx
;
margin-left
:
0rpx
;
...
...
src/pages/mine/warehouse/index.vue
View file @
f1a36208
This diff is collapsed.
Click to expand it.
src/pages/mine/warehouse/records.vue
View file @
f1a36208
<
template
>
<
template
>
<view
class=
"ware-wrap"
>
<view
class=
"ware-wrap"
>
<w-navbar
title=
"
操作记录
"
:background=
"
{backgroundColor: '#F4F5F7'}">
</w-navbar>
<w-navbar
title=
""
:background=
"
{backgroundColor: '#F4F5F7'}">
</w-navbar>
<view
class=
"content"
>
<!--
<view
class=
"content"
>
<view
class=
"panel"
>
<view
class=
"panel"
>
<view
class=
"title"
>
物料明细
</view>
<view
class=
"title"
>
物料明细
</view>
<view
class=
"item-table"
>
<view
class=
"item-table"
>
...
@@ -15,9 +15,9 @@
...
@@ -15,9 +15,9 @@
<view
class=
"width-106 center"
>
{{
item
.
systemStock
}}
</view>
<view
class=
"width-106 center"
>
{{
item
.
systemStock
}}
</view>
</view>
</view>
</view>
</view>
</view>
</view>
-->
<view
class=
"panel"
>
<view
class=
"panel"
>
<
view
class=
"title"
>
操作记录
</view
>
<
!--
<view
class=
"title"
>
操作记录
</view>
--
>
<view
class=
"item-table"
>
<view
class=
"item-table"
>
<view
class=
"item-header"
>
<view
class=
"item-header"
>
<view
class=
"width-132"
>
订单编号
</view>
<view
class=
"width-132"
>
订单编号
</view>
...
...
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