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
f55e46c9
Commit
f55e46c9
authored
Jun 08, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
75549cb0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
296 additions
and
10 deletions
+296
-10
common.css
src/assets/css/common.css
+2
-2
addGoodsClass.vue
src/components/CommodityMan/addGoodsClass.vue
+2
-2
goodsClassification.vue
src/components/CommodityMan/goodsClassification.vue
+2
-2
goodsServices.vue
src/components/CommodityMan/goodsServices.vue
+2
-2
quickBuy.vue
src/components/CommodityMan/quickBuy.vue
+2
-2
financialAllocation.vue
src/components/orderMan/financialAllocation.vue
+274
-0
index.js
src/router/index.js
+12
-0
No files found.
src/assets/css/common.css
View file @
f55e46c9
...
@@ -112,8 +112,8 @@
...
@@ -112,8 +112,8 @@
}
}
.searchInput
.el-input__inner
{
.searchInput
.el-input__inner
{
border
:
none
;
outline
:
none
;
border
:
none
;
outline
:
none
;
height
:
30px
;
height
:
30px
!important
;
line-height
:
30px
;
line-height
:
30px
!important
;
}
}
.searchInput
{
.searchInput
{
line-height
:
normal
;
line-height
:
normal
;
...
...
src/components/CommodityMan/addGoodsClass.vue
View file @
f55e46c9
...
@@ -360,8 +360,8 @@ import ChooseImg from "@/components/global/ChooseImg.vue";
...
@@ -360,8 +360,8 @@ import ChooseImg from "@/components/global/ChooseImg.vue";
}
}
.addGoodsClass
.searchInput
.el-input__inner
{
.addGoodsClass
.searchInput
.el-input__inner
{
border
:
none
;
outline
:
none
;
border
:
none
;
outline
:
none
;
height
:
30px
;
height
:
30px
!important
;
line-height
:
30px
;
line-height
:
30px
!important
;
}
}
.addGoodsClass
.searchInput
{
.addGoodsClass
.searchInput
{
line-height
:
normal
;
line-height
:
normal
;
...
...
src/components/CommodityMan/goodsClassification.vue
View file @
f55e46c9
...
@@ -874,8 +874,8 @@ export default {
...
@@ -874,8 +874,8 @@ export default {
}
}
.goodsClass
.searchInput
.el-input__inner
{
.goodsClass
.searchInput
.el-input__inner
{
border
:
none
;
outline
:
none
;
border
:
none
;
outline
:
none
;
height
:
30px
;
height
:
30px
!important
;
line-height
:
30px
;
line-height
:
30px
!important
;
}
}
.goodsClass
.searchInput
{
.goodsClass
.searchInput
{
line-height
:
normal
;
line-height
:
normal
;
...
...
src/components/CommodityMan/goodsServices.vue
View file @
f55e46c9
...
@@ -221,8 +221,8 @@ export default {
...
@@ -221,8 +221,8 @@ export default {
}
}
.quickBuy
.content
.searchInput
.el-input__inner
{
.quickBuy
.content
.searchInput
.el-input__inner
{
border
:
none
;
outline
:
none
;
border
:
none
;
outline
:
none
;
height
:
30px
;
height
:
30px
!important
;
line-height
:
30px
;
line-height
:
30px
!important
;
}
}
.quickBuy
.content
.searchInput
{
.quickBuy
.content
.searchInput
{
line-height
:
normal
;
line-height
:
normal
;
...
...
src/components/CommodityMan/quickBuy.vue
View file @
f55e46c9
...
@@ -286,8 +286,8 @@ export default {
...
@@ -286,8 +286,8 @@ export default {
}
}
.quickBuy
.content
.searchInput
.el-input__inner
{
.quickBuy
.content
.searchInput
.el-input__inner
{
border
:
none
;
outline
:
none
;
border
:
none
;
outline
:
none
;
height
:
30px
;
height
:
30px
!important
;
line-height
:
30px
;
line-height
:
30px
!important
;
}
}
.quickBuy
.content
.searchInput
{
.quickBuy
.content
.searchInput
{
line-height
:
normal
;
line-height
:
normal
;
...
...
src/components/orderMan/financialAllocation.vue
0 → 100644
View file @
f55e46c9
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
f55e46c9
...
@@ -332,6 +332,18 @@ export default new Router({
...
@@ -332,6 +332,18 @@ export default new Router({
name
:
'BulkShipment'
,
name
:
'BulkShipment'
,
component
:
resolve
=>
require
([
'@/components/orderMan/BulkShipment'
],
resolve
),
component
:
resolve
=>
require
([
'@/components/orderMan/BulkShipment'
],
resolve
),
},
},
// 订单管理 批量发货
{
path
:
'/BulkShipment'
,
name
:
'BulkShipment'
,
component
:
resolve
=>
require
([
'@/components/orderMan/BulkShipment'
],
resolve
),
},
// 订单管理 财务配置
{
path
:
'/financialAllocation'
,
name
:
'financialAllocation'
,
component
:
resolve
=>
require
([
'@/components/orderMan/financialAllocation'
],
resolve
),
},
//设置 基础设置
//设置 基础设置
{
{
...
...
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