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
26cc1a15
Commit
26cc1a15
authored
Feb 25, 2025
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求114 后台-集运-包裹列表-操作-特需
parent
f0ee0b51
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
425 additions
and
1 deletion
+425
-1
FeeApplicationCons.vue
src/views/ecw/cons/components/FeeApplicationCons.vue
+413
-0
index.vue
src/views/ecw/cons/index.vue
+12
-1
No files found.
src/views/ecw/cons/components/FeeApplicationCons.vue
0 → 100644
View file @
26cc1a15
This diff is collapsed.
Click to expand it.
src/views/ecw/cons/index.vue
View file @
26cc1a15
...
...
@@ -170,6 +170,7 @@
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"transmutation(scope.row)"
>
{{
$t
(
'
转异
'
)
}}
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"specialNeedsCons(scope.row)"
>
{{
$t
(
'
特需
'
)
}}
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"specialNeedsConsLook(scope.row)"
>
{{
$t
(
'
特需查看
'
)
}}
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"feeApplication(scope.row)"
>
{{
$t
(
'
费用申请
'
)
}}
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -253,6 +254,7 @@
<Transmutation
:showException.sync=
"showException"
:id=
"id"
@
determine=
"getList"
></Transmutation>
<SpecialNeedsCons
:showSpecialNeedsCons.sync=
"showSpecialNeedsCons"
:currency=
"JSON.stringify(currencyList)"
:consId=
"id"
:consNum=
"consNum"
@
determine=
"getList"
></SpecialNeedsCons>
<SpecialNeedsConsLook
:showSpecialNeedsConsLook.sync=
"showSpecialNeedsConsLook"
:consNum=
"consNum"
:consId=
"id"
></SpecialNeedsConsLook>
<fee-application-cons
v-if=
"feeApplicationBol"
:order-id=
"id"
:currencys=
"JSON.stringify(currencyList)"
:dialog-visible.sync=
"feeApplicationBol "
@
refresh=
"getList"
></fee-application-cons>
</div>
</template>
...
...
@@ -263,12 +265,13 @@ import Transmutation from "@/views/ecw/cons/components/Transmutation.vue"
import
Template
from
"
@/views/cms/template/index.vue
"
;
import
UserSelector
from
"
@/components/UserSelector/index.vue
"
;
import
{
getWarehouseList
}
from
"
@/api/ecw/warehouse
"
;
import
{
getTradeCountryList
}
from
"
@/api/ecw/region
"
;
import
{
getRegionList
}
from
"
@/api/ecw/order
"
;
import
SpecialNeedsCons
from
"
@/views/ecw/cons/components/SpecialNeedsCons.vue
"
import
SpecialNeedsConsLook
from
"
@/views/ecw/cons/components/SpecialNeedsConsLook.vue
"
import
{
getCurrencyList
}
from
"
@/api/ecw/currency
"
import
FeeApplicationCons
from
"
@/views/ecw/cons/components/FeeApplicationCons.vue
"
import
FeeApplication
from
"
@/views/ecw/order/feeApplication.vue
"
export
default
{
name
:
"
Cons
"
,
...
...
@@ -276,6 +279,7 @@ export default {
UserSelector
,
Transmutation
,
Template
,
FeeApplicationCons
,
SpecialNeedsConsLook
,
SpecialNeedsCons
},
...
...
@@ -343,6 +347,7 @@ export default {
id
:
null
,
currencyList
:
[],
consNum
:
null
,
feeApplicationBol
:
false
};
},
created
()
{
...
...
@@ -566,6 +571,12 @@ export default {
this
.
id
=
row
.
id
this
.
consNum
=
row
.
consNum
this
.
showSpecialNeedsConsLook
=
true
},
//费用申请
feeApplication
(
row
)
{
this
.
id
=
row
.
id
this
.
consNum
=
row
.
consNum
this
.
feeApplicationBol
=
true
}
}
};
...
...
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