Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
97a11006
Commit
97a11006
authored
May 23, 2024
by
lanbaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-05-23-3提交
parent
eb62b30b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
612 additions
and
161 deletions
+612
-161
indexSea.vue
src/views/ecw/box/indexSea.vue
+1
-0
query.vue
src/views/ecw/box/query.vue
+22
-0
queryAir.vue
src/views/ecw/box/queryAir.vue
+587
-160
index.vue
src/views/ecw/customer/index.vue
+2
-1
No files found.
src/views/ecw/box/indexSea.vue
View file @
97a11006
...
...
@@ -224,6 +224,7 @@ import { getCabinetPage } from "@/api/ecw/cabinet";
import
{
getWarehouseList
}
from
"
@/api/ecw/warehouse
"
;
import
{
getListTree
}
from
"
@/api/ecw/region
"
;
import
costForm
from
"
./costForm.vue
"
;
//异常登记对话框
import
regError
from
"
./regError.vue
"
;
import
editForm
from
"
./editForm.vue
"
;
import
ladingBill
from
"
./ladingBill/index.vue
"
;
...
...
src/views/ecw/box/query.vue
View file @
97a11006
...
...
@@ -228,6 +228,22 @@
:label=
"$t('报关费用')"
align=
"center"
></el-table-column>
<el-table-column
prop=
""
:label=
"$t('异常操作')"
align=
"center"
width=
"120px"
>
<!--lanbm 2024-05-23 添加异常登记功能-->
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"() => updateStatus_2('single', scope.row)"
>
{{
$t
(
"
异常登记
"
)
}}
</el-button
>
</
template
>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('操作')"
...
...
@@ -696,6 +712,12 @@ export default {
handleSelectionChange
(
selected
)
{
this
.
selectedRows
=
selected
;
},
updateStatus_2
(
type
,
row
)
{
//lanbm 2024-05-23 添加的异常登记功能
this
.
$set
(
this
.
dialogConfig
,
"
visible
"
,
true
);
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
异常登记
"
));
this
.
$set
(
this
.
dialogConfig
,
"
type
"
,
"
error
"
);
},
/* 更新状态 */
updateStatus
(
type
,
row
)
{
let
orders
=
[];
...
...
src/views/ecw/box/queryAir.vue
View file @
97a11006
This diff is collapsed.
Click to expand it.
src/views/ecw/customer/index.vue
View file @
97a11006
...
...
@@ -344,11 +344,12 @@
align=
"center"
prop=
"customerServiceName"
></el-table-column>
<!--
<el-table-column
:label="$t('客户经理ID')"
align="center" v-show="false"
prop="customerService"
>
>
-->
</el-table-column>
<el-table-column
:label=
"$t('出货渠道')"
>
<
template
slot-scope=
"{ row }"
>
...
...
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