Commit f55e46c9 authored by 黄媛媛's avatar 黄媛媛

update

parent 75549cb0
...@@ -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;
......
...@@ -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;
......
...@@ -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;
......
...@@ -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;
......
...@@ -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;
......
This diff is collapsed.
...@@ -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),
},
//设置 基础设置 //设置 基础设置
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment