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
bd36b63d
Commit
bd36b63d
authored
Mar 07, 2025
by
zs嵩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按订单值调整为-1
parent
7bc4911a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
detail.vue
src/views/ecw/order/feeApplicationBatch/detail.vue
+2
-2
index.vue
src/views/ecw/order/feeApplicationBatch/index.vue
+2
-2
No files found.
src/views/ecw/order/feeApplicationBatch/detail.vue
View file @
bd36b63d
...
...
@@ -30,8 +30,8 @@
</el-table-column>
<el-table-column
:label=
"$t('付款人')"
minWidth=
"120"
align=
"center"
>
<
template
slot-scope=
"{ row, $index }"
>
<
dict-tag
:type=
"DICT_TYPE.DRAWEE"
:filter=
"payerDictFilter"
:value=
"row.payer"
v-if=
"row.payer !== ''"
/
>
<
span
v-else
>
按订单
</span
>
<
span
v-if=
"row.payer === -1"
>
按订单
</span
>
<
dict-tag
:type=
"DICT_TYPE.DRAWEE"
:filter=
"payerDictFilter"
:value=
"row.payer"
v-else
/
>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('计量单位')"
minWidth=
"120"
align=
"center"
>
...
...
src/views/ecw/order/feeApplicationBatch/index.vue
View file @
bd36b63d
...
...
@@ -34,7 +34,7 @@
<el-table-column
:label=
"$t('付款人')"
>
<
template
slot-scope=
"{ row, $index }"
>
<dict-selector
:type=
"DICT_TYPE.DRAWEE"
:filter=
"payerDictFilter"
v-model=
"row.payer"
@
change=
"batchUpdateField($index, 'payer')"
>
<el-option
:label=
"$t('按订单')"
value=
"
"
/>
<el-option
:label=
"$t('按订单')"
:value=
"-1
"
/>
</dict-selector>
</
template
>
</el-table-column>
...
...
@@ -323,7 +323,7 @@ export default {
batchUpdateField
(
index
,
field
)
{
this
.
$nextTick
(()
=>
{
let
cval
=
this
.
batchApplyDetailsInfoVO
.
feeDetailsVOList
[
index
][
field
]
if
(
field
===
"
payer
"
&&
cval
===
""
)
{
if
(
field
===
"
payer
"
&&
cval
===
-
1
)
{
this
.
batchApplyDetailsInfoVO
.
orderFeeDetailsVOList
.
forEach
((
item
,
i
)
=>
{
let
ITEM
=
item
.
orderFeeApplicationBaseVOList
[
index
]
if
(
item
.
drawee
===
3
)
{
...
...
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