Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openApi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hj
openApi
Commits
b26f6a2b
Commit
b26f6a2b
authored
Jun 24, 2022
by
hangjun83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
罗恩工具类更新
parent
0c25be75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
+15
-12
front/src/views/tools/rhawn/sorders-refund.vue
front/src/views/tools/rhawn/sorders-refund.vue
+15
-12
No files found.
front/src/views/tools/rhawn/sorders-refund.vue
View file @
b26f6a2b
...
...
@@ -97,7 +97,7 @@ export default {
form
:
{
name
:
''
,
orderNo
:
''
,
itemId
:
0
,
itemId
:
[]
,
pId
:
0
,
handleFee
:
0
,
refundNums
:
[],
...
...
@@ -131,6 +131,7 @@ export default {
},
],
handleFee
:
[{
required
:
true
,
type
:
"
number
"
,
message
:
"
请输入手续费费用
"
,
},
]
},
...
...
@@ -552,7 +553,7 @@ export default {
}
this
.
form
.
orderNo
=
v
.
soNo
this
.
form
.
itemId
=
v
.
siId
this
.
form
.
itemId
.
push
(
v
.
siId
)
this
.
form
.
pId
=
v
.
pId
this
.
selectRowVisible
=
true
...
...
@@ -593,6 +594,7 @@ export default {
this
.
showAddSorderTask
=
true
;
},
submit
()
{
console
.
info
(
this
.
form
)
this
.
$refs
.
form
.
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
submitloading
=
true
;
...
...
@@ -710,6 +712,7 @@ export default {
}).
then
((
res
)
=>
{
this
.
submitLoading
=
false
;
if
(
res
.
status
==
'
success
'
)
{
this
.
form
.
refundNums
=
[]
for
(
let
index
in
res
.
data
)
{
res
.
data
[
index
].
_checked
=
true
this
.
selectRowData
.
push
(
res
.
data
[
index
])
...
...
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