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
adcdc662
Commit
adcdc662
authored
Jun 21, 2021
by
Damon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://git.banshouhui.com/lijundan/self-support
into dev
parents
33b41120
53744f01
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
362 additions
and
188 deletions
+362
-188
order.js
src/common/api/order.js
+8
-1
bottomButtons.vue
src/components/order/bottomButtons.vue
+3
-3
addSite.vue
src/pages/mine/address/addSite.vue
+168
-112
index.vue
src/pages/mine/address/index.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 @
adcdc662
...
@@ -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 @
adcdc662
...
@@ -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/address/addSite.vue
View file @
adcdc662
This diff is collapsed.
Click to expand it.
src/pages/mine/address/index.vue
View file @
adcdc662
...
@@ -58,9 +58,9 @@ export default {
...
@@ -58,9 +58,9 @@ export default {
toAddSite
(
title
){
toAddSite
(
title
){
this
.
$u
.
route
({
this
.
$u
.
route
({
url
:
'pages/mine/address/addSite'
,
url
:
'pages/mine/address/addSite'
,
params
:
{
//
params: {
title
:
title
//
title: title
}
//
}
})
})
}
}
}
}
...
...
src/pages/mine/warehouse/index.vue
View file @
adcdc662
This diff is collapsed.
Click to expand it.
src/pages/mine/warehouse/records.vue
View file @
adcdc662
<
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