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
ad63eb33
Commit
ad63eb33
authored
Jan 28, 2024
by
全洪江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关联客户标签页字段修改
parent
bd2d1e8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PaymentRelation.vue
src/views/mes/md/client/components/PaymentRelation.vue
+2
-2
No files found.
src/views/mes/md/client/components/PaymentRelation.vue
View file @
ad63eb33
...
...
@@ -71,8 +71,8 @@
<!-- 添加或修改客户付款信息关联对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"
支付方
客户"
prop=
"relatedClientId"
label-width=
"8em"
>
<el-select
v-model=
"form.relatedClientId"
placeholder=
"请选择
支付方
客户"
@
focus=
"getClientList()"
clearable
filterable
remote
:remote-method=
"getClientList"
>
<el-form-item
label=
"
关联
客户"
prop=
"relatedClientId"
label-width=
"8em"
>
<el-select
v-model=
"form.relatedClientId"
placeholder=
"请选择
关联
客户"
@
focus=
"getClientList()"
clearable
filterable
remote
:remote-method=
"getClientList"
>
<el-option
v-for=
"item in clientList"
:key=
"item.clientId"
:value=
"item.clientId"
:label=
"item.clientName"
/>
</el-select>
</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