Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
2feb616b
Commit
2feb616b
authored
Jun 08, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f55e46c9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
19 deletions
+26
-19
goodsListEdit.vue
src/components/CommodityMan/goodsListEdit.vue
+4
-2
materialMan.vue
src/components/CommodityMan/materialMan.vue
+1
-1
usersListEdit.vue
src/components/UserMan/usersListEdit.vue
+2
-0
salesOrderDetails.vue
src/components/orderMan/salesOrderDetails.vue
+19
-16
No files found.
src/components/CommodityMan/goodsListEdit.vue
View file @
2feb616b
...
@@ -874,7 +874,7 @@
...
@@ -874,7 +874,7 @@
type=
"info"
type=
"info"
style=
"margin:5px"
style=
"margin:5px"
>
>
{{ item.Name }}
</el-tag
{{ item.
Area
Name }}
</el-tag
>
>
</div>
</div>
</div>
</div>
...
@@ -2450,7 +2450,8 @@ export default {
...
@@ -2450,7 +2450,8 @@ export default {
this
.
AreaList
.
forEach
(
item
=>
{
this
.
AreaList
.
forEach
(
item
=>
{
let
obj
=
{
let
obj
=
{
Id
:
item
.
RegionId
,
Id
:
item
.
RegionId
,
Name
:
item
.
RegionName
AreaId
:
item
.
RegionId
,
AreaName
:
item
.
RegionName
};
};
this
.
addMsg
.
AreaList
.
push
(
obj
);
this
.
addMsg
.
AreaList
.
push
(
obj
);
});
});
...
@@ -2606,6 +2607,7 @@ export default {
...
@@ -2606,6 +2607,7 @@ export default {
},
},
res
=>
{
res
=>
{
this
.
addMsg
=
res
.
data
.
data
;
this
.
addMsg
=
res
.
data
.
data
;
console
.
log
(
"this.addMsg"
,
this
.
addMsg
)
this
.
initShareSettings
();
this
.
initShareSettings
();
this
.
SpecificationPriceList
=
this
.
addMsg
.
SpecificationPriceList
;
this
.
SpecificationPriceList
=
this
.
addMsg
.
SpecificationPriceList
;
this
.
SpecificationList
=
this
.
addMsg
.
SpecificationList
;
this
.
SpecificationList
=
this
.
addMsg
.
SpecificationList
;
...
...
src/components/CommodityMan/materialMan.vue
View file @
2feb616b
...
@@ -240,7 +240,7 @@ export default {
...
@@ -240,7 +240,7 @@ export default {
Type
:
1
,
Type
:
1
,
Recycled
:
1
,
Recycled
:
1
,
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
15
,
pageSize
:
20
,
GroupId
:
0
,
GroupId
:
0
,
},
},
PageList
:[],
PageList
:[],
...
...
src/components/UserMan/usersListEdit.vue
View file @
2feb616b
...
@@ -152,6 +152,8 @@
...
@@ -152,6 +152,8 @@
UserId
:
this
.
UserId
UserId
:
this
.
UserId
},
res
=>
{
},
res
=>
{
this
.
userInfo
=
res
.
data
.
data
;
this
.
userInfo
=
res
.
data
.
data
;
this
.
msg
.
Name
=
this
.
userInfo
.
SuperiorName
;
this
.
getList
();
})
})
},
},
},
},
...
...
src/components/orderMan/salesOrderDetails.vue
View file @
2feb616b
...
@@ -541,24 +541,27 @@
...
@@ -541,24 +541,27 @@
this
.
apipost
(
"/api/order/GetOrderAfterSaleInfo"
,
{
this
.
apipost
(
"/api/order/GetOrderAfterSaleInfo"
,
{
ReOrderId
:
this
.
ReOrderId
ReOrderId
:
this
.
ReOrderId
},
res
=>
{
},
res
=>
{
this
.
dataInfo
=
res
.
data
.
data
;
if
(
res
.
data
.
resultCode
==
1
){
let
data
=
res
.
data
.
data
;
this
.
dataInfo
=
res
.
data
.
data
;
// 未付款
let
data
=
res
.
data
.
data
;
if
(
data
.
CreateDate
!=
''
&&
data
.
AuditTime
==
''
)
{
// 未付款
this
.
activeStep
=
1
;
if
(
data
.
CreateDate
!=
''
&&
data
.
AuditTime
==
''
)
{
}
this
.
activeStep
=
1
;
if
(
data
.
CreateDate
!=
''
&&
data
.
AuditTime
!=
''
&&
data
.
FinishTime
==
''
)
{
}
this
.
activeStep
=
2
;
if
(
data
.
CreateDate
!=
''
&&
data
.
AuditTime
!=
''
&&
data
.
FinishTime
==
''
)
{
}
this
.
activeStep
=
2
;
if
(
data
.
FinishTime
!=
''
)
{
}
this
.
activeStep
=
3
;
if
(
data
.
FinishTime
!=
''
)
{
this
.
activeStep
=
3
;
}
if
(
data
.
OrderInfo
)
{
this
.
OrderInfo
=
data
.
OrderInfo
;
}
this
.
DetailList
=
[];
this
.
DetailList
.
push
(
data
.
OrderInfo
)
}
}
if
(
data
.
OrderInfo
)
{
this
.
OrderInfo
=
data
.
OrderInfo
;
}
this
.
DetailList
=
[];
this
.
DetailList
.
push
(
data
.
OrderInfo
)
})
})
},
},
// 快递公司
// 快递公司
...
...
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