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
1775c330
Commit
1775c330
authored
Feb 19, 2025
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求95 报价单页面和列表调整
parent
db2c8a90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
edit.vue
src/views/ecw/offer/edit.vue
+3
-3
index.vue
src/views/ecw/offer/index.vue
+11
-5
No files found.
src/views/ecw/offer/edit.vue
View file @
1775c330
...
...
@@ -525,16 +525,16 @@
</el-form-item>
<br>
<el-form-item
:label=
"$t('厂家')"
prop=
"manufacturer"
>
<el-input
v-model=
"form.manufacturer"
type=
"textarea"
style=
"width:
11
00px; height: 50px"
></el-input>
<el-input
v-model=
"form.manufacturer"
type=
"textarea"
style=
"width:
5
00px; height: 50px"
></el-input>
</el-form-item>
<br>
<el-form-item
:label=
"$t('厂家电话')"
prop=
"manufacturerPhone"
>
<el-input
v-model=
"form.manufacturerPhone"
type=
"textarea"
style=
"width:
11
00px; height: 50px"
></el-input>
<el-input
v-model=
"form.manufacturerPhone"
type=
"textarea"
style=
"width:
5
00px; height: 50px"
></el-input>
</el-form-item>
</div>
<div
class=
"form-section"
>
<el-form-item
:label=
"$t('备注')"
:span=
"2"
prop=
"remarks"
>
<el-input
v-model=
"form.remarks"
type=
"textarea"
placeholder=
""
style=
"width:
11
00px; height: 100px"
></el-input>
<el-input
v-model=
"form.remarks"
type=
"textarea"
placeholder=
""
style=
"width:
5
00px; height: 100px"
></el-input>
</el-form-item>
</div>
</el-card>
...
...
src/views/ecw/offer/index.vue
View file @
1775c330
...
...
@@ -133,7 +133,7 @@
<el-col
:span=
"1.5"
>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['ecw:offer:export']"
>
{{
$t
(
"
导出
"
)
}}
</el-button>
</el-col>
<el-col
:span=
"15"
>
<el-col
:span=
"15"
style=
"font-size: 19px"
v-if=
"statistics.volume"
>
<!-- 订单列表显示搜索条件对应箱数、仓库实测、收款方数、重量 -->
汇总:
{{
statistics
.
volume
}}
CBM/
{{
statistics
.
weight
}}
KG
</el-col>
...
...
@@ -157,7 +157,9 @@
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('客户编号')
"
align
=
"
left
"
width
=
"
100
"
fixed
>
<
template
slot
-
scope
=
"
{ row
}
"
>
{{
row
.
customerNumber
}}
<
router
-
link
:
to
=
"
`/customer/query/${row.customerId
}
`
"
class
=
"
link-type
"
>
{{
row
.
customerNumber
}}
<
/router-link
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('客户名称')
"
align
=
"
left
"
prop
=
"
customerName
"
fixed
>
<
/el-table-column
>
...
...
@@ -688,6 +690,7 @@ export default {
}
,
/** 查询列表 */
getList
()
{
this
.
statistics
=
{
}
this
.
loading
=
true
let
func
=
this
.
dept
?
offerDeptPage
:
getOfferPage
if
(
!
this
.
dept
)
{
...
...
@@ -703,9 +706,12 @@ export default {
...
this
.
queryParams
,
...
this
.
formatQuery
()
}
).
then
((
response
)
=>
{
this
.
list
=
response
.
data
.
list
this
.
total
=
response
.
data
.
total
this
.
loading
=
false
this
.
$nextTick
(()
=>
{
this
.
list
=
response
.
data
.
list
this
.
total
=
response
.
data
.
total
this
.
loading
=
false
this
.
getHeight
()
}
)
}
)
}
,
handleCustomerFollowLink
(
row
)
{
...
...
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