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
b6d46151
Commit
b6d46151
authored
Jul 18, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/release2.2' into release2.2
parents
68e26117
19580036
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
12 deletions
+32
-12
en_US.json
src/i18n/languages/en_US.json
+3
-2
dict.js
src/utils/dict.js
+1
-0
index.vue
src/views/ecw/currency/index.vue
+17
-3
printVoucher.vue
src/views/ecw/financial/printVoucher.vue
+11
-7
No files found.
src/i18n/languages/en_US.json
View file @
b6d46151
...
...
@@ -1181,7 +1181,7 @@
"待收款"
:
"Payment Unreceived"
,
"请输入唛头"
:
"Please enter shipping mark"
,
"收款"
:
"Receipt"
,
"收款单"
:
"
receipt
"
,
"收款单"
:
"
Collection Note
"
,
"商品名称"
:
"product name"
,
"请输入商品名称"
:
"Please enter a product name"
,
"收款类型"
:
"Receipt Type"
,
...
...
@@ -4040,5 +4040,6 @@
"码头"
:
"wharf"
,
"保费币种"
:
"Premium Currency"
,
"是否支持控货"
:
"Does it support controlling goods"
,
"默认送货上门"
:
"Default door-to-door delivery"
"默认送货上门"
:
"Default door-to-door delivery"
,
"广州市捷道国际货运代理有限公司"
:
"E&C LOGISTICS LIMITED"
}
src/utils/dict.js
View file @
b6d46151
...
...
@@ -120,6 +120,7 @@ export const DICT_TYPE = {
ECW_CUSTOMER_TRANSPORT_TYPE
:
'
customer_transport_type
'
,
// 客户出货渠道(跟运输方式相同,但是显示全部)
ECW_ORDER_APPROVAL_TYPE
:
'
order_approval_type
'
,
// 订单相关审批类型
ECW_FEE_SOURCE
:
'
fee_source
'
,
// 费用来源
RECEIPT_FEE_TYPE
:
'
receipt_fee_type
'
,
//--------ecw---------
CUSTOMER_STATUS
:
'
customer_status
'
,
CUSTOMER_SOURCE
:
'
customer_source
'
,
...
...
src/views/ecw/currency/index.vue
View file @
b6d46151
...
...
@@ -42,8 +42,8 @@
v-hasPermi=
"['ecw:currency:create']"
>
{{
$t
(
'
新增
'
)
}}
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['ecw:currency:export']"
>
{{
$t
(
'
导出
'
)
}}
</el-button
>
<!--
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
:loading=
"exportLoading"
--
>
<!-- v-hasPermi="['ecw:currency:export']">
{{
$t
(
'
导出
'
)
}}
</el-button>
--
>
</el-col>
<right-toolbar
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
</el-row>
...
...
@@ -179,6 +179,9 @@ export default {
form
:
{},
// 表单校验
rules
:
{
titleZh
:{
required
:
true
,
message
:
'
请输入中文名称
'
,
target
:
'
blur
'
},
titleEn
:{
required
:
true
,
message
:
'
请输入英文名称
'
,
target
:
'
blur
'
},
fuhao
:{
required
:
true
,
message
:
'
请输入货币符号
'
,
target
:
'
blur
'
},
},
statusDictDatas
:
getDictDatas
(
DICT_TYPE
.
COMMON_STATUS
),
...
...
@@ -228,7 +231,18 @@ export default {
},
/** 重置按钮操作 */
resetQuery
()
{
this
.
resetForm
(
"
queryForm
"
);
this
.
queryParams
=
{
pageNo
:
1
,
pageSize
:
10
,
titleZh
:
null
,
titleEn
:
null
,
fuhao
:
null
,
status
:
null
,
huilv
:
null
,
aorder
:
null
,
createAt
:
null
,
updateAt
:
null
,
};
this
.
handleQuery
();
},
/** 新增按钮操作 */
...
...
src/views/ecw/financial/printVoucher.vue
View file @
b6d46151
...
...
@@ -2,7 +2,11 @@
<div
class=
"app-container"
>
<div
id=
"print"
style=
"font-size: 18px;"
>
<div
style=
"text-align: center;font-weight: bold;font-size: 26px;padding: 22px 0;border-top: 1px solid #666;border-left:1px solid #666;border-right: 1px solid #666;"
>
{{
$t
(
'
捷道货运收款单
'
)
}}
</div>
<div
style=
"position:relative;text-align: center;font-weight: bold;font-size: 26px;padding: 22px 0;border-top: 1px solid #666;border-left:1px solid #666;border-right: 1px solid #666;"
>
<div
style=
"position:absolute;left:4px;top:4px"
>
{{
$t
(
'
广州市捷道国际货运代理有限公司
'
)
}}
</div>
<span>
{{
$t
(
'
收款单
'
)
}}
</span>
</div>
<table
border=
"1"
style=
"width: 100%;text-align: center;border-collapse: collapse; "
>
<tr>
<td
style=
"font-weight: bold;width:12.5%"
>
{{
$t
(
'
部门
'
)
}}
</td>
...
...
@@ -27,20 +31,20 @@
<th
style=
"width: 12.5%;"
>
{{
$t
(
'
序号
'
)
}}
</th>
<th
style=
"width: 12.5%;"
>
{{
$t
(
'
提单号
'
)
}}
</th>
<th
style=
"width: 12.5%;"
>
{{
$t
(
'
订单号
'
)
}}
</th>
<
th
style=
"width: 12.5%;"
>
{{
$t
(
'
品名
'
)
}}
</th
>
<
!--
<th
style=
"width: 12.5%;"
>
{{
$t
(
'
品名
'
)
}}
</th>
--
>
<th
style=
"width: 12.5%;"
>
{{
$t
(
'
收入类型
'
)
}}
</th>
<th
style=
"width: 12.5%;"
>
{{
$t
(
'
金额
'
)
}}
</th>
<th
style=
"width: 12.5%;"
>
{{
$t
(
'
币种
'
)
}}
</th>
<th
style=
"width: 12.5%;"
>
{{
$t
(
'
金额
'
)
}}
</th>
<th
style=
"width: 12.5%;"
>
{{
$t
(
'
优惠金额
'
)
}}
</th>
</tr>
<tr
v-for=
"(item, index) in list"
:key=
"i
ndex
"
>
<tr
v-for=
"(item, index) in list"
:key=
"i
tem.id
"
>
<td>
{{
index
+
1
}}
</td>
<td>
{{
orderData
.
tidanNo
||
''
}}
</td>
<td>
{{
item
.
orderNo
}}
</td>
<td>
{{
$i18n
.
locale
==
'
zh_CN
'
?
item
.
titleZh
:
item
.
titleEn
}}
</td>
<td><dict-tag
:value=
"item.feeType"
:type=
"DICT_TYPE.FEE_TYPE"
></dict-tag></td>
<td>
{{
item
.
totalAmount
}}
</td>
<!--
<td>
{{
$i18n
.
locale
==
'
zh_CN
'
?
item
.
titleZh
:
item
.
titleEn
}}
</td>
-->
<td><dict-tag
:value=
"item.feeType"
:type=
"DICT_TYPE.RECEIPT_FEE_TYPE"
></dict-tag></td>
<td>
{{
getCurrencyLabel
(
item
.
currencyId
)
}}
</td>
<td>
{{
item
.
totalAmount
}}
</td>
<td>
{{
item
.
discountTotal
||
0
}}
</td>
</tr>
<tr
v-for=
"(items, indexs) in receiptAccountList"
:key=
"indexs"
>
...
...
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