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
114af037
Commit
114af037
authored
Aug 07, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款单优化
parent
52f7d00c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
6 deletions
+15
-6
creatCollection.vue
src/views/ecw/financial/creatCollection.vue
+5
-5
receiptDetail.vue
src/views/ecw/financial/receiptDetail.vue
+1
-1
voucher.vue
src/views/ecw/financial/voucher.vue
+9
-0
No files found.
src/views/ecw/financial/creatCollection.vue
View file @
114af037
...
...
@@ -102,7 +102,7 @@
</el-col>
<el-table
v-loading=
"loadings"
:data=
"list"
border
:key=
"isUpdate"
>
<el-table-column
:label=
"$t('订单号')"
align=
"center"
prop=
"orderNo"
/>
<el-table-column
:label=
"$t('
自编号')"
align=
"center"
prop=
"containerNumber
"
/>
<el-table-column
:label=
"$t('
提单号')"
align=
"center"
prop=
"tidanNo
"
/>
<el-table-column
:label=
"$t('唛头')"
align=
"center"
prop=
"marks"
/>
<el-table-column
:label=
"$t('品名')"
align=
"center"
prop=
"title"
>
<template
slot-scope=
"scope"
>
...
...
@@ -532,10 +532,10 @@
/>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"
$t('
自编号')
"
prop
=
"
containerNumber
"
>
<
el
-
form
-
item
:
label
=
"
$t('
提单号')
"
prop
=
"
tidanNo
"
>
<
el
-
input
v
-
model
=
"
queryParams.
containerNumber
"
:
placeholder
=
"
$t('请输入
自编
号')
"
v
-
model
=
"
queryParams.
tidanNo
"
:
placeholder
=
"
$t('请输入
提单
号')
"
clearable
@
keyup
.
enter
.
native
=
"
handleQuery
"
/>
...
...
@@ -558,7 +558,7 @@
>
<
el
-
table
-
column
type
=
"
selection
"
width
=
"
55
"
:
reserve
-
selection
=
"
true
"
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('订单号')
"
align
=
"
center
"
prop
=
"
orderNo
"
/>
<
el
-
table
-
column
:
label
=
"
$t('
自编号')
"
align
=
"
center
"
prop
=
"
containerNumber
"
/>
<
el
-
table
-
column
:
label
=
"
$t('
提单号')
"
align
=
"
center
"
prop
=
"
tidanNo
"
/>
<
el
-
table
-
column
:
label
=
"
$t('唛头')
"
align
=
"
center
"
prop
=
"
marks
"
/>
<
el
-
table
-
column
:
label
=
"
$t('品名')
"
align
=
"
center
"
prop
=
"
title
"
>
<
template
slot
-
scope
=
"
scope
"
>
...
...
src/views/ecw/financial/receiptDetail.vue
View file @
114af037
...
...
@@ -18,7 +18,7 @@
<div
slot=
"header"
class=
"card-title"
>
{{
$t
(
'
应收明细
'
)
}}
</div>
<el-table
:data=
"list"
border
>
<el-table-column
:label=
"$t('订单号')"
align=
"center"
prop=
"orderNo"
/>
<el-table-column
:label=
"$t('
自编号')"
align=
"center"
prop=
"containerNumber
"
/>
<el-table-column
:label=
"$t('
提单号')"
align=
"center"
prop=
"tidanNo
"
/>
<el-table-column
:label=
"$t('唛头')"
align=
"center"
prop=
"marks"
/>
<el-table-column
:label=
"$t('品名')"
align=
"center"
prop=
"title"
>
<template
slot-scope=
"scope"
>
...
...
src/views/ecw/financial/voucher.vue
View file @
114af037
...
...
@@ -64,6 +64,15 @@
</el-date-picker>
</el-form-item>
</el-col>
<el-form-item
:label=
"$t('编号')"
>
<el-input
style=
"max-width: 188px"
v-model=
"queryParams.receiptNo"
:placeholder=
"$t('请输入订单号和提单号、自编号')"
clearable
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleQuery"
>
{{
$t
(
'
查找
'
)
}}
</el-button>
</el-form-item>
...
...
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