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
38aafee8
Commit
38aafee8
authored
Apr 15, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善翻译
parent
7871ae3a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3831 additions
and
3811 deletions
+3831
-3811
en_US.json
src/i18n/languages/en_US.json
+3813
-3793
detail.vue
src/views/ecw/offer/detail.vue
+2
-2
index.vue
src/views/ecw/offer/index.vue
+4
-4
index.vue
src/views/ecw/order/index.vue
+12
-12
No files found.
src/i18n/languages/en_US.json
View file @
38aafee8
This diff is collapsed.
Click to expand it.
src/views/ecw/offer/detail.vue
View file @
38aafee8
...
...
@@ -781,13 +781,13 @@
/** 删除按钮操作 */
handleDelete
()
{
const
offerId
=
this
.
offerId
;
this
.
$
modal
.
confirm
(
this
.
$t
(
'
是否确认删除报价单管理编号为
'
)
+
'
"
'
+
offerId
+
'
"
'
+
this
.
$t
(
'
的数据项
'
)
+
'
?
'
).
then
(
function
()
{
this
.
$confirm
(
this
.
$t
(
'
是否确认删除报价单管理编号为
'
)
+
'
"
'
+
offerId
+
'
"
'
+
this
.
$t
(
'
的数据项
'
)
+
'
?
'
).
then
(
function
()
{
return
deleteOffer
(
offerId
);
}).
then
(()
=>
{
this
.
$router
.
push
({
path
:
"
/offer/result
"
});
this
.
$m
odal
.
msgS
uccess
(
this
.
$t
(
"
删除成功
"
));
this
.
$m
essage
.
s
uccess
(
this
.
$t
(
"
删除成功
"
));
}).
catch
(()
=>
{});
},
}
...
...
src/views/ecw/offer/index.vue
View file @
38aafee8
...
...
@@ -258,7 +258,7 @@ export default {
params
.
pageNo
=
undefined
;
params
.
pageSize
=
undefined
;
// 执行导出
this
.
$
modal
.
confirm
(
this
.
$t
(
'
是否确认导出所有报价单管理数据项?
'
)).
then
(()
=>
{
this
.
$confirm
(
this
.
$t
(
'
是否确认导出所有报价单管理数据项?
'
)).
then
(()
=>
{
this
.
exportLoading
=
true
;
if
(
this
.
dept
){
return
exportDeptOfferExcel
(
params
)
...
...
@@ -269,13 +269,13 @@ export default {
}
).
catch
(()
=>
{
}
);
}
,
cancel
(
id
){
this
.
doAction
(
'
确定要取消此报价单么?
'
,
cancel
,
id
);
this
.
doAction
(
this
.
$t
(
'
确定要取消此报价单么?
'
)
,
cancel
,
id
);
}
,
recovery
(
id
){
this
.
doAction
(
'
确定要恢复此报价单么?
'
,
recovery
,
id
);
this
.
doAction
(
this
.
$t
(
'
确定要恢复此报价单么?
'
)
,
recovery
,
id
);
}
,
deleteOffer
(
id
){
this
.
doAction
(
'
确定要删除此报价单么?
'
,
deleteOffer
,
id
);
this
.
doAction
(
this
.
$t
(
'
确定要删除此报价单么?
'
)
,
deleteOffer
,
id
);
}
,
doAction
(
tips
,
action
,
id
){
this
.
$confirm
(
tips
).
then
(
res
=>
{
...
...
src/views/ecw/order/index.vue
View file @
38aafee8
...
...
@@ -128,26 +128,26 @@
:loading=
"exportLoading"
v-hasPermi=
"['ecw:order:export']"
>
{{
$t
(
'
导出
'
)
}}
</el-button>
-->
<el-dropdown
v-hasPermi=
"isAll ? ['ecw:order:export','ecw:order:export:other']:[exportPermiString]"
>
<el-button
type=
"primary"
:loading=
"exportLoading"
size=
"mini"
>
导出
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
{{
$t
(
'
导出
'
)
}}
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</el-button>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
v-hasPermi=
"[exportPermiString]"
@
click.native=
"exportChecked"
>
导出勾选
</el-dropdown-item>
<el-dropdown-item
v-hasPermi=
"[exportPermiString]"
@
click.native=
"exportSearch"
>
导出搜索
</el-dropdown-item>
<el-dropdown-item
v-hasPermi=
"[exportPermiString]"
@
click.native=
"exportChecked"
>
{{
$t
(
'
导出勾选
'
)
}}
</el-dropdown-item>
<el-dropdown-item
v-hasPermi=
"[exportPermiString]"
@
click.native=
"exportSearch"
>
{{
$t
(
'
导出搜索
'
)
}}
</el-dropdown-item>
<template
v-if=
"isAll"
>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportAbnormal"
>
异常单统计
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportHeavyOrder"
>
重货单统计
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportReturnOrder"
>
退仓单统计
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportSaleRepay"
>
售后赔偿金额统计
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportCustomsDatas"
>
报关数据统计
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportShippingDatas"
>
客户出货量统计
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportShipFee"
>
预付运费统计
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportAbnormal"
>
{{
$t
(
'
异常单统计
'
)
}}
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportHeavyOrder"
>
{{
$t
(
'
重货单统计
'
)
}}
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportReturnOrder"
>
{{
$t
(
'
退仓单统计
'
)
}}
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportSaleRepay"
>
{{
$t
(
'
售后赔偿金额统计
'
)
}}
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportCustomsDatas"
>
{{
$t
(
'
报关数据统计
'
)
}}
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportShippingDatas"
>
{{
$t
(
'
客户出货量统计
'
)
}}
</el-dropdown-item>
<el-dropdown-item
hasPermi=
"[exportPermiString]"
@
click.native=
"exportShipFee"
>
{{
$t
(
'
预付运费统计
'
)
}}
</el-dropdown-item>
</
template
>
</el-dropdown-menu>
</el-dropdown>
</el-col>
<el-col
:span=
"15"
v-if=
"statistics"
>
<!-- 订单列表显示搜索条件对应箱数、仓库实测、收款方数、重量 -->
合计:{{statistics.totalNum}}箱,{{statistics.totalVolume}}m³(测) {{statistics.totalChargeVolume}}m³(重) {{statistics.totalWeight}}KG
{{$t('合计:{totalNum}箱,{totalVolume}m³(测) {totalChargeVolume}m³(重) {totalWeight}KG', statistics)}}
</el-col>
<right-toolbar
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
</el-row>
...
...
@@ -366,7 +366,7 @@
<!-- 退仓 -->
<
template
v-if=
"
(
include(scope.row.inWarehouseState, [202, 210, 211, 21
3, 21
4, 215, 216]) &&
include(scope.row.inWarehouseState, [202, 210, 211, 214, 215, 216]) &&
exclude(scope.row.abnormalState, [1])
) ||
include(scope.row.status, [16])
...
...
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