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
be359eba
Commit
be359eba
authored
Nov 08, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金调整
parent
afae1eef
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
104 additions
and
97 deletions
+104
-97
index.vue
src/views/ecw/customerCommission/index.vue
+4
-4
customSelectorsDictionary.vue
.../ecw/customerCommissionInfo/customSelectorsDictionary.vue
+1
-1
index.vue
src/views/ecw/customerCommissionInfo/index.vue
+99
-92
No files found.
src/views/ecw/customerCommission/index.vue
View file @
be359eba
...
...
@@ -105,7 +105,7 @@
</el-table-column>
<el-table-column
:label=
"$t('运输方式')"
align=
"center"
prop=
"transportId"
>
<
template
slot-scope=
"scope"
>
<dict-tag
v-if=
"scope.row.transportId"
:type=
"DICT_TYPE.ECW_TRANSPORT_TYPE"
:value=
"scope.row.transportId"
/>
<dict-tag
v-if=
"scope.row.transportId
!== -1
"
:type=
"DICT_TYPE.ECW_TRANSPORT_TYPE"
:value=
"scope.row.transportId"
/>
<div
v-else
>
{{
$t
(
'
全部
'
)
}}
</div>
</
template
>
</el-table-column>
...
...
@@ -113,19 +113,19 @@
</el-table-column>
<el-table-column
:label=
"$t('报关方式')"
align=
"center"
prop=
"customsType"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<dict-tag
v-if=
"scope.row.customsType"
:type=
"DICT_TYPE.SHIPPING_DECLARATION_TYPE"
:value=
"scope.row.customsType"
/>
<dict-tag
v-if=
"scope.row.customsType
!== -1
"
:type=
"DICT_TYPE.SHIPPING_DECLARATION_TYPE"
:value=
"scope.row.customsType"
/>
<div
v-else
>
{{
$t
(
'
全部
'
)
}}
</div>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('备案')"
align=
"center"
prop=
"approval"
>
<
template
slot-scope=
"scope"
>
<dict-tag
v-if=
"scope.row.approval"
:type=
"DICT_TYPE.COMMISSION_PRODUCT_APPROVAL"
:value=
"scope.row.approval"
/>
<dict-tag
v-if=
"scope.row.approval
!== -1
"
:type=
"DICT_TYPE.COMMISSION_PRODUCT_APPROVAL"
:value=
"scope.row.approval"
/>
<div
v-else
>
{{
$t
(
'
全部
'
)
}}
</div>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('操作')"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"200px"
>
<
template
slot-scope=
"scope"
>
<!--
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button>
--
>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-view"
@
click=
"handleUpdate(scope.row)"
>
查看
</el-button
>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
>
{{
$t
(
'
删除
'
)
}}
</el-button>
</
template
>
</el-table-column>
...
...
src/views/ecw/customerCommissionInfo/customSelectorsDictionary.vue
View file @
be359eba
<
template
>
<el-select
v-if=
"options"
v-model=
"selectVal"
:placeholder=
"$t('请选择')"
>
<el-option
v-if=
"allShow"
:label=
"$t('全部')"
:value=
'
0
'
></el-option>
<el-option
v-if=
"allShow"
:label=
"$t('全部')"
:value=
'
-1
'
></el-option>
<el-option
v-for=
"item in options"
:key=
"item[valueKey]"
...
...
src/views/ecw/customerCommissionInfo/index.vue
View file @
be359eba
This diff is collapsed.
Click to expand it.
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