Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
xingru.liu
2024-12-30 09:30:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
60b72fccb7a5bdc9d5facdf8b0d5a20677c61ce2
60b72fcc
1 parent
4bc94778
修复BUG
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
49 additions
and
35 deletions
src/api/login.js
src/assets/styles/fedex.scss
src/views/exportBillQuery/index.vue
src/views/exportListQuery/index.vue
src/views/exportRevokeBillQuery/index.vue
src/views/exportTransportBillQuery/index.vue
src/views/listBranchQuery/index.vue
src/views/logisticsExitDetail/index.vue
src/views/logisticsExitQuery/index.vue
src/views/portConfig/index.vue
src/views/reportingData/index.vue
src/api/login.js
View file @
60b72fc
...
...
@@ -7,12 +7,14 @@ export function login(loginName, password, rememberMe, equipmentType, userAgent,
// password,
// rememberMe
// }
const
data
=
{
"email"
:
"247908967@qq.com"
,
"name"
:
"
肖玉兰
"
,
"name"
:
"
测试用户
"
,
"phone"
:
18221643976
,
"port"
:
"TSN"
,
"purpleId"
:
'
肖玉兰
'
,
"purpleId"
:
'
测试用户
'
,
"role"
:
170
}
return
request
({
...
...
@@ -20,6 +22,17 @@ export function login(loginName, password, rememberMe, equipmentType, userAgent,
method
:
'post'
,
data
:
data
})
// const data = {
// "loginName":loginName,
// "password":password,
// }
// return request({
// url: '/bus-customer/customerLogin',
// method: 'post',
// data: data
// })
}
// 退出方法
...
...
src/assets/styles/fedex.scss
View file @
60b72fc
...
...
@@ -153,26 +153,26 @@
.el-button
,
.el-button.is-disabled
{
border-top-color
:
$fedexB
utton
!
important
;
border-bottom-color
:
$fedexB
utton
!
important
;
border-top-color
:
$fedexB
ottonColor
!
important
;
border-bottom-color
:
$fedexB
ottonColor
!
important
;
border-width
:
2px
;
}
.el-button
:first-child
{
height
:
100%
;
border-left-color
:
$fedexB
utton
!
important
;
border-left-color
:
$fedexB
ottonColor
!
important
;
span
{
color
:
$fedexB
utton
;
color
:
$fedexB
ottonColor
;
}
}
.el-button
:last-child
{
border-right-color
:
$fedexB
utton
!
important
;
border-left
:
1px
solid
$fedexB
utton
!
important
;
border-right-color
:
$fedexB
ottonColor
!
important
;
border-left
:
1px
solid
$fedexB
ottonColor
!
important
;
.el-dropdown__icon
{
color
:
$fedexB
utton
;
color
:
$fedexB
ottonColor
;
}
}
...
...
@@ -192,30 +192,30 @@
.el-button
,
.el-button.is-disabled
{
border-top-color
:
$fedexB
utton
!
important
;
border-bottom-color
:
$fedexB
utton
!
important
;
border-top-color
:
$fedexB
ottonColor
!
important
;
border-bottom-color
:
$fedexB
ottonColor
!
important
;
border-width
:
2px
;
}
.el-button
:first-child
{
height
:
100%
;
border-left-color
:
$fedexB
utton
!
important
;
border-left-color
:
$fedexB
ottonColor
!
important
;
span
{
color
:
$fedexB
utton
!
important
;
color
:
$fedexB
ottonColor
!
important
;
svg
{
color
:
$fedexB
utton
!
important
;
color
:
$fedexB
ottonColor
!
important
;
}
}
}
.el-button
:last-child
{
border-right-color
:
$fedexB
utton
!
important
;
border-left
:
1px
solid
$fedexB
utton
!
important
;
border-right-color
:
$fedexB
ottonColor
!
important
;
border-left
:
1px
solid
$fedexB
ottonColor
!
important
;
.el-dropdown__icon
{
color
:
$fedexB
utton
!
important
;
color
:
$fedexB
ottonColor
!
important
;
}
}
...
...
@@ -225,7 +225,7 @@
color
:
$formDisabledColor
!
important
;
svg
{
color
:
$fedexB
utton
!
important
;
color
:
$fedexB
ottonColor
!
important
;
}
}
}
...
...
@@ -1082,7 +1082,7 @@ input:disabled {
.el-dropdown-menu
{
min-width
:
150px
;
padding
:
0px
;
border
:
1px
solid
$fedexB
utton
;
border
:
1px
solid
$fedexB
ottonColor
;
.el-dropdown-menu__item
{
font-size
:
12px
;
...
...
src/views/exportBillQuery/index.vue
View file @
60b72fc
...
...
@@ -93,14 +93,14 @@
</el-row>
</el-form>
<div class="optionButton">
<el-button
<
!-- <
el-button
class="entrySaveButton"
size="small"
icon="el-icon-download"
@click="downloadData"
>
导出
</el-button>
</el-button>
-->
</div>
<Table
class="fedexDetialTable fedexSreachTable"
...
...
src/views/exportListQuery/index.vue
View file @
60b72fc
...
...
@@ -157,14 +157,14 @@
</el-button> -->
</div>
<div>
<el-button
<
!-- <
el-button
class="entrySaveButton"
size="small"
icon="el-icon-download"
@click="downloadData"
>
导出
</el-button>
</el-button>
-->
</div>
</div>
<Table
...
...
src/views/exportRevokeBillQuery/index.vue
View file @
60b72fc
...
...
@@ -88,14 +88,14 @@
</el-row>
</el-form>
<div class="optionButton">
<el-button
<
!-- <
el-button
class="entrySaveButton"
size="small"
icon="el-icon-download"
@click="downloadData"
>
导出
</el-button>
</el-button>
-->
</div>
<Table
class="fedexDetialTable fedexSreachTable"
...
...
src/views/exportTransportBillQuery/index.vue
View file @
60b72fc
...
...
@@ -93,14 +93,14 @@
</el-row>
</el-form>
<div class="optionButton">
<el-button
<
!-- <
el-button
class="entrySaveButton"
size="small"
icon="el-icon-download"
@click="downloadData"
>
导出
</el-button>
</el-button>
-->
</div>
<Table
class="fedexDetialTable fedexSreachTable"
...
...
src/views/listBranchQuery/index.vue
View file @
60b72fc
...
...
@@ -88,14 +88,14 @@
</el-row>
</el-form>
<div class="optionButton">
<el-button
<
!-- <
el-button
class="entrySaveButton"
size="small"
icon="el-icon-download"
@click="downloadData"
>
导出
</el-button>
</el-button>
-->
</div>
<Table
class="fedexDetialTable fedexSreachTable"
...
...
src/views/logisticsExitDetail/index.vue
View file @
60b72fc
...
...
@@ -214,7 +214,7 @@
:tableData="logData"
:headerData="logHeaderData"
/>
<div class="entryTitle" style="margin-top: 10px">
商品
明细</div>
<div class="entryTitle" style="margin-top: 10px">
运单
明细</div>
<ProductDetailTable
:tableData="detailData"
:bodyHeader="detialHeaderData"
...
...
src/views/logisticsExitQuery/index.vue
View file @
60b72fc
...
...
@@ -107,14 +107,14 @@
</el-row>
</el-form>
<div class="optionButton">
<el-button
<
!-- <
el-button
class="entrySaveButton"
size="small"
icon="el-icon-download"
@click="downloadData"
>
导出
</el-button>
</el-button>
-->
</div>
<Table
class="fedexDetialTable fedexSreachTable"
...
...
src/views/portConfig/index.vue
View file @
60b72fc
...
...
@@ -79,14 +79,14 @@
</el-button>
</div>
<div>
<el-button
<
!-- <
el-button
class="entrySaveButton"
size="small"
icon="el-icon-download"
@click="downloadData"
>
导出
</el-button>
</el-button>
-->
</div>
</div>
<Table
...
...
src/views/reportingData/index.vue
View file @
60b72fc
...
...
@@ -526,7 +526,8 @@ export default {
declareDataUpload(obj)
.then((res) => {
if (res.code === "200") {
this.alertSuccessMsg(res.message);
// this.alertSuccessMsg(res.message);
this.alertSuccessMsg("数据已成功提交申报,请等待海关回执。");
} else {
this.alertWarningMsg(res.message);
}
...
...
Please
register
or
login
to post a comment