Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
pda
pda-ui
Commits
ca67f1ab
Commit
ca67f1ab
authored
Jan 28, 2024
by
全洪江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改关联客户标题
parent
6ab9809a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
PaymentRelation.vue
src/views/mes/md/client/components/PaymentRelation.vue
+5
-5
No files found.
src/views/mes/md/client/components/PaymentRelation.vue
View file @
ca67f1ab
...
...
@@ -38,8 +38,8 @@
<el-table
v-loading=
"loading"
:data=
"relationList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
/>
<el-table-column
label=
"
支付方
客户编码"
prop=
"relatedCode"
/>
<el-table-column
label=
"
支付方
客户名称"
prop=
"relatedName"
/>
<el-table-column
label=
"
关联
客户编码"
prop=
"relatedCode"
/>
<el-table-column
label=
"
关联
客户名称"
prop=
"relatedName"
/>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"120"
>
<template
slot-scope=
"scope"
>
<el-button
...
...
@@ -181,7 +181,7 @@ export default {
handleAdd
()
{
this
.
reset
();
this
.
open
=
true
;
this
.
title
=
"添加客户
付款信息关联
"
;
this
.
title
=
"添加客户
关联关系
"
;
},
/** 修改按钮操作 */
handleUpdate
(
row
)
{
...
...
@@ -190,7 +190,7 @@ export default {
getRelation
(
id
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
open
=
true
;
this
.
title
=
"修改客户
付款信息关联
"
;
this
.
title
=
"修改客户
关联关系
"
;
});
},
/** 提交按钮 */
...
...
@@ -217,7 +217,7 @@ export default {
/** 删除按钮操作 */
handleDelete
(
row
)
{
const
ids
=
row
.
id
||
this
.
ids
;
this
.
$modal
.
confirm
(
'是否确认删除
客户付款信息关联
编号为"'
+
ids
+
'"的数据项?'
).
then
(
function
()
{
this
.
$modal
.
confirm
(
'是否确认删除
关联客户
编号为"'
+
ids
+
'"的数据项?'
).
then
(
function
()
{
return
delRelation
(
ids
);
}).
then
(()
=>
{
this
.
getList
();
...
...
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