记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
0d2b1a8c
Commit
0d2b1a8c
authored
Jun 12, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退款金额页面
parent
b37b63e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
applyView.html
.../resources/templates/zhengzai/kylin/refund/applyView.html
+13
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/refund/applyView.html
View file @
0d2b1a8c
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
快递费:
</label>
<label
class=
"col-sm-3 control-label"
>
快递费:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<input
class=
"form-control"
type=
"
text
"
name=
"RefundPriceExpress"
>
<input
class=
"form-control"
type=
"
number"
min=
"0
"
name=
"RefundPriceExpress"
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -61,6 +61,8 @@
...
@@ -61,6 +61,8 @@
layer
.
msg
(
"未找到该订单信息"
);
layer
.
msg
(
"未找到该订单信息"
);
}
else
{
}
else
{
$
(
"#orderTicketsId"
).
val
(
result
.
orderTicketVo
.
orderTicketsId
);
$
(
"#orderTicketsId"
).
val
(
result
.
orderTicketVo
.
orderTicketsId
);
$
(
'input[name="RefundPriceExpress"]'
).
val
(
result
.
orderTicketVo
.
priceExpress
);
$
(
'input[name="RefundPriceExpress"]'
).
attr
(
"max"
,
result
.
orderTicketVo
.
priceExpress
);
var
options
=
{
var
options
=
{
data
:
result
.
orderTicketEntitiesVo
,
data
:
result
.
orderTicketEntitiesVo
,
pagination
:
false
,
pagination
:
false
,
...
@@ -71,9 +73,19 @@
...
@@ -71,9 +73,19 @@
field
:
'orderTicketEntitiesId'
,
field
:
'orderTicketEntitiesId'
,
title
:
'入场人id'
title
:
'入场人id'
},
},
{
field
:
''
,
title
:
'退款金额'
,
formatter
:
function
(
value
,
row
,
index
)
{
var
price
=
result
.
orderTicketVo
.
price
;
var
html
=
'<input class="form-control" type="number" min="0.01" max="'
+
price
+
'" name="entitiesPrice" value="'
+
price
+
'">'
;
return
html
;
}
},
]
]
};
};
$
.
table
.
init
(
options
);
$
.
table
.
init
(
options
);
// $('#bootstrap-table').
}
}
$
.
modal
.
closeLoading
();
$
.
modal
.
closeLoading
();
}
}
...
...
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