记得上下班打卡 | 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
3650293f
Commit
3650293f
authored
Apr 02, 2022
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
view
parent
95c83b77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
orderView.html
...sources/templates/zhengzai/goblin/nftOrder/orderView.html
+15
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/nftOrder/orderView.html
View file @
3650293f
...
@@ -55,6 +55,12 @@
...
@@ -55,6 +55,12 @@
th:value=
"${dict.dictValue}"
></option>
th:value=
"${dict.dictValue}"
></option>
</select>
</select>
</li>
</li>
<li
class=
"select-time"
>
<label>
支付时间:
</label>
<input
type=
"text"
class=
"time-input"
placeholder=
"开始日期"
name=
"payTimeStart"
/>
<span>
-
</span>
<input
type=
"text"
class=
"time-input"
placeholder=
"结束日期"
name=
"payTimeEnd"
/>
</li>
<li>
<li>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
class=
"fa fa-search"
></i>
搜索
</a>
class=
"fa fa-search"
></i>
搜索
</a>
...
@@ -67,6 +73,13 @@
...
@@ -67,6 +73,13 @@
</form>
</form>
</div>
</div>
<div
class=
"btn-group-sm"
id=
"toolbar"
role=
"group"
>
<a
class=
"btn btn-warning"
onclick=
"$.table.exportExcel()"
shiro:hasPermission=
"goblin:nftOrderRefund:export"
>
<i
class=
"fa fa-download"
></i>
导出
</a>
</div>
<div
class=
"col-sm-12 select-table table-bordered"
>
<div
class=
"col-sm-12 select-table table-bordered"
>
<table
id=
"bootstrap-table"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
...
@@ -78,12 +91,13 @@
...
@@ -78,12 +91,13 @@
var
prefix
=
ctx
+
"goblin/nftOrder"
;
var
prefix
=
ctx
+
"goblin/nftOrder"
;
var
payTypeDic
=
[[
$
{@
dict
.
getType
(
'zhengzai_pay_type'
)}]];
var
payTypeDic
=
[[
$
{@
dict
.
getType
(
'zhengzai_pay_type'
)}]];
console
.
log
(
payTypeDic
)
var
statusDic
=
[[
$
{@
dict
.
getType
(
'zhengzai_goblin_nft_order_status'
)}]];
var
statusDic
=
[[
$
{@
dict
.
getType
(
'zhengzai_goblin_nft_order_status'
)}]];
$
(
function
()
{
$
(
function
()
{
var
options
=
{
var
options
=
{
url
:
prefix
+
"/orderList"
,
url
:
prefix
+
"/orderList"
,
exportUrl
:
prefix
+
"/export"
,
modalName
:
"NFT订单"
,
columns
:
[
columns
:
[
{
{
field
:
'userId'
,
field
:
'userId'
,
...
...
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