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
a79d96a7
Commit
a79d96a7
authored
Jun 10, 2024
by
lanbaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-06-10提交
parent
c901bd59
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
619 additions
and
319 deletions
+619
-319
receiptDetail.vue
src/views/ecw/financial/receiptDetail.vue
+0
-3
detail.vue
src/views/ecw/order/detail.vue
+1
-0
index.vue
src/views/ecw/warehouse/index.vue
+12
-5
index.vue
src/views/report/BankReceiptDetails/index.vue
+269
-98
index2.vue
src/views/report/BankReceiptDetails/index2.vue
+337
-213
No files found.
src/views/ecw/financial/receiptDetail.vue
View file @
a79d96a7
...
...
@@ -787,7 +787,6 @@ import { getToken } from "@/utils/auth";
import
{
listSimpleDepts
}
from
"
@/api/system/dept
"
;
import
{
getCustomer
}
from
"
@/api/ecw/customer
"
;
import
{
getExchangeRatePage
}
from
"
@/api/ecw/exchangeRate
"
;
import
{
getReceiptInfoByIds
,
getInvoicingItem
,
...
...
@@ -1012,7 +1011,6 @@ export default {
}
this
.
$set
(
this
.
form
,
"
receiptAccountList
"
,
res
.
data
);
// 收款总计
let
num
;
let
amountList
=
[];
this
.
currencyList
.
forEach
((
item
,
index
)
=>
{
...
...
@@ -1065,7 +1063,6 @@ export default {
}
);
}
);
}
this
.
getList
();
}
,
methods
:
{
...
...
src/views/ecw/order/detail.vue
View file @
a79d96a7
...
...
@@ -576,6 +576,7 @@
<
print
-
warehouse
-
receipt
v
-
if
=
"
showWarehouseReceipt
"
:
order
-
id
=
"
order.orderId
"
@
close
=
"
showWarehouseReceipt=false
"
/>
<!--
查看提货单
lanbm
2024
-
06
-
03
-->
<
print
-
lading
-
bill
v
-
if
=
"
showLadingBill
"
:
order
-
id
=
"
order.orderId
"
:
transport
-
type
=
"
order.transportId
"
@
close
=
"
showLadingBill=false
"
/>
<!--
入仓记录
lanbm
2024
-
06
-
10
add
-->
<
warehouse
-
detail
:
order
=
"
order
"
:
orderItemId
=
"
showWarehouseInItemId
"
:
type
=
"
type
"
@
openPackHistory
=
"
openPackHistory
"
v
-
if
=
"
showWarehouseInItemId
"
@
close
=
"
showWarehouseInItemId=null
"
/>
<
el
-
dialog
:
title
=
"
$t('付款人')
"
:
visible
.
sync
=
"
showDarweeDialog
"
v
-
if
=
"
order && order.customDraweeVOList
"
>
<
el
-
table
:
data
=
"
order.customDraweeVOList
"
v
-
if
=
"
order.drawee==3
"
>
...
...
src/views/ecw/warehouse/index.vue
View file @
a79d96a7
...
...
@@ -698,6 +698,13 @@
style=
"width: 400px"
></el-input>
</el-form-item>
<!--lanbm 2024-06-10 添加的落款信息配置信息 -->
<el-form-item
:label=
"$t('落款左边信息')"
>
<textarea
v-model=
"lineform.lkLeft"
style=
"width: 400px"
rows=
"8"
>
</textarea>
</el-form-item>
<el-form-item
:label=
"$t('落款右边信息')"
>
<textarea
v-model=
"lineform.lkRight"
style=
"width: 400px"
rows=
"8"
>
</textarea>
</el-form-item>
</
template
>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -898,7 +905,6 @@ export default {
selectDeptList
:
[],
//需要绑定部门的仓库id
deptWarhouse
:
null
,
//洲际列表
continentsList
:
[],
//国家列表
...
...
@@ -931,13 +937,9 @@ export default {
open
:
false
,
templateOpen
:
false
,
dateRangeCreateTime
:
[],
serviceOpen
:
false
,
isUpdate
:
false
,
nodeList
:
[],
routeLoadig
:
false
,
showRouteList
:
false
,
routeList
:
[],
...
...
@@ -996,6 +998,8 @@ export default {
minPrice
:
0
,
tempTitleZh
:
""
,
tempTitleEn
:
""
,
lkLeft
:
""
,
lkRight
:
""
,
//lanbm 2024-06-10 添加的落款配置信息
recipientInfo
:
{
companyAddress
:
""
,
companyAddressEn
:
""
,
...
...
@@ -1458,6 +1462,7 @@ export default {
},
submitLineForm
()
{
//ecw_warehouse_line
let
otherService
=
this
.
lineform
.
otherService
;
// 如果不存在送货上门,则过滤提货异常
if
(
!
otherService
.
includes
(
"
2
"
))
{
...
...
@@ -1475,6 +1480,8 @@ export default {
recipientInfo
:
this
.
lineform
.
recipientInfo
,
tempTitleZh
:
this
.
lineform
.
tempTitleZh
,
tempTitleEn
:
this
.
lineform
.
tempTitleEn
,
lkLeft
:
this
.
lineform
.
lkLeft
,
lkRight
:
this
.
lineform
.
lkRight
,
//lanbm 2024-06-10 add
}).
then
((
res
)
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
操作成功
"
));
this
.
getRouteList
();
...
...
src/views/report/BankReceiptDetails/index.vue
View file @
a79d96a7
This diff is collapsed.
Click to expand it.
src/views/report/BankReceiptDetails/index2.vue
View file @
a79d96a7
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