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
56175e72
Commit
56175e72
authored
Mar 31, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增佣金请款单,不能下拉选择客户,只能手动输入选择 bug修复
parent
895e392d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
commission-requestFunds.vue
src/views/ecw/financial/commission-requestFunds.vue
+15
-15
No files found.
src/views/ecw/financial/commission-requestFunds.vue
View file @
56175e72
...
@@ -19,21 +19,21 @@
...
@@ -19,21 +19,21 @@
:
rules
=
"
{ required: true, trigger: ['blur', 'change'],message:$t('客户不能为空')
}
"
:
rules
=
"
{ required: true, trigger: ['blur', 'change'],message:$t('客户不能为空')
}
"
:
error
=
"
$t('客户不能为空')
"
:
error
=
"
$t('客户不能为空')
"
>
>
<
customer
-
selector
v
-
model
=
"
form.customerId
"
@
change
=
"
consignor = $event
"
/
>
<!--
<
customer
-
selector
v
-
model
=
"
form.customerId
"
@
change
=
"
consignor = $event
"
/>--
>
<!--
<
el
-
select
-->
<
el
-
select
<!--
v
-
model
=
"
form.customerId
"
-->
v
-
model
=
"
form.customerId
"
<!--
:
placeholder
=
"
$t('请选择客户')
"
-->
:
placeholder
=
"
$t('请选择客户')
"
<!--
filterable
-->
filterable
<!--
@
change
=
"
selectChange(form.customerId)
"
-->
@
change
=
"
selectChange(form.customerId)
"
<!--
:
filter
-
method
=
"
getUserList
"
-->
:
filter
-
method
=
"
getUserList
"
<!--
>--
>
>
<!--
<
el
-
option
-->
<
el
-
option
<!--
v
-
for
=
"
supplier in allSupplier
"
-->
v
-
for
=
"
supplier in allSupplier
"
<!--
:
key
=
"
supplier.id
"
-->
:
key
=
"
supplier.id
"
<!--
:
label
=
"
supplier.name
"
-->
:
label
=
"
supplier.name
"
<!--
:
value
=
"
supplier.id
"
-->
:
value
=
"
supplier.id
"
<!--
><
/el-option>--
>
><
/el-option
>
<!--
<
/el-select>--
>
<
/el-select
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-descriptions-item
>
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
:
label
=
"
$t('部门')
"
>
<
el
-
descriptions
-
item
:
label
=
"
$t('部门')
"
>
...
...
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