记得上下班打卡 | 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
02797469
Commit
02797469
authored
Apr 01, 2022
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
view
parent
74835c33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
104 additions
and
95 deletions
+104
-95
orderRefundView.html
...s/templates/zhengzai/goblin/nftOrder/orderRefundView.html
+52
-48
orderView.html
...sources/templates/zhengzai/goblin/nftOrder/orderView.html
+52
-47
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/nftOrder/orderRefundView.html
View file @
02797469
...
@@ -10,54 +10,58 @@
...
@@ -10,54 +10,58 @@
<form
id=
"formId"
>
<form
id=
"formId"
>
<div
class=
"select-list"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<div
class=
"col-sm-12"
>
<label>
藏品名称:
</label>
<li>
<input
type=
"text"
name=
"name"
/>
<label>
藏品名称:
</label>
</li>
<input
type=
"text"
name=
"name"
/>
<li>
</li>
<label>
短订单编号:
</label>
<li>
<input
type=
"text"
name=
"shortOrderCode"
/>
<label>
短订单编号:
</label>
</li>
<input
type=
"text"
name=
"shortOrderCode"
/>
<li>
</li>
<label>
订单编号:
</label>
<li>
<input
type=
"text"
name=
"orderCode"
/>
<label>
订单编号:
</label>
</li>
<input
type=
"text"
name=
"orderCode"
/>
<li>
</li>
<label>
发放HASH:
</label>
<li>
<input
type=
"text"
name=
"tradingTxhash"
/>
<label>
发放HASH:
</label>
</li>
<input
type=
"text"
name=
"tradingTxhash"
/>
<li>
</li>
<label>
购买方式:
</label>
</div>
<select
name=
"orderType"
>
<div
class=
"col-sm-12"
>
<option
value=
""
>
全部
</option>
<li>
<option
value=
"1"
>
购买
</option>
<label>
购买方式:
</label>
<option
value=
"2"
>
兑换
</option>
<select
name=
"orderType"
>
<option
value=
"3"
>
演出赠送
</option>
<option
value=
""
>
全部
</option>
</select>
<option
value=
"1"
>
购买
</option>
</li>
<option
value=
"2"
>
兑换
</option>
<li>
<option
value=
"3"
>
演出赠送
</option>
<label>
支付方式:
</label>
</select>
<select
name=
"payType"
th:with=
"type=${@dict.getType('zhengzai_pay_type')}"
>
</li>
<option
value=
""
>
全部
</option>
<li>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
<label>
支付方式:
</label>
th:value=
"${dict.dictValue}"
></option>
<select
name=
"payType"
th:with=
"type=${@dict.getType('zhengzai_pay_type')}"
>
</select>
<option
value=
""
>
全部
</option>
</li>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
<li>
th:value=
"${dict.dictValue}"
></option>
<label>
订单状态:
</label>
</select>
<select
name=
"orderType"
>
</li>
<option
value=
""
>
全部
</option>
<li>
<option
value=
"1"
>
申请退款
</option>
<label>
订单状态:
</label>
<option
value=
"2"
>
退款成功
</option>
<select
name=
"orderType"
>
<option
value=
"3"
>
退款失败
</option>
<option
value=
""
>
全部
</option>
</select>
<option
value=
"1"
>
申请退款
</option>
</li>
<option
value=
"2"
>
退款成功
</option>
<li>
<option
value=
"3"
>
退款失败
</option>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
</select>
class=
"fa fa-search"
></i>
搜索
</a>
</li>
<a
class=
"btn btn-warning btn-rounded btn-sm"
onclick=
"$.form.reset()"
><i
<li>
class=
"fa fa-refresh"
></i>
重置
</a>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
</li>
class=
"fa fa-search"
></i>
搜索
</a>
<a
class=
"btn btn-warning btn-rounded btn-sm"
onclick=
"$.form.reset()"
><i
class=
"fa fa-refresh"
></i>
重置
</a>
</li>
</div>
</ul>
</ul>
</div>
</div>
</form>
</form>
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/nftOrder/orderView.html
View file @
02797469
...
@@ -10,53 +10,58 @@
...
@@ -10,53 +10,58 @@
<form
id=
"formId"
>
<form
id=
"formId"
>
<div
class=
"select-list"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<div
class=
"col-sm-12"
>
<label>
藏品名称:
</label>
<li>
<input
type=
"text"
name=
"name"
/>
<label>
藏品名称:
</label>
</li>
<input
type=
"text"
name=
"name"
/>
<li>
</li>
<label>
短订单编号:
</label>
<li>
<input
type=
"text"
name=
"shortOrderCode"
/>
<label>
短订单编号:
</label>
</li>
<input
type=
"text"
name=
"shortOrderCode"
/>
<li>
</li>
<label>
订单编号:
</label>
<li>
<input
type=
"text"
name=
"orderCode"
/>
<label>
订单编号:
</label>
</li>
<input
type=
"text"
name=
"orderCode"
/>
<li>
</li>
<label>
发放HASH:
</label>
<li>
<input
type=
"text"
name=
"tradingTxhash"
/>
<label>
发放HASH:
</label>
</li>
<input
type=
"text"
name=
"tradingTxhash"
/>
<li>
</li>
<label>
购买方式:
</label>
</div>
<select
name=
"orderType"
>
<div
class=
"col-sm-12"
>
<option
value=
""
>
全部
</option>
<li>
<option
value=
"1"
>
购买
</option>
<label>
购买方式:
</label>
<option
value=
"2"
>
兑换
</option>
<select
name=
"orderType"
>
<option
value=
"3"
>
演出赠送
</option>
<option
value=
""
>
全部
</option>
</select>
<option
value=
"1"
>
购买
</option>
</li>
<option
value=
"2"
>
兑换
</option>
<li>
<option
value=
"3"
>
演出赠送
</option>
<label>
支付方式:
</label>
</select>
<select
name=
"payType"
th:with=
"type=${@dict.getType('zhengzai_pay_type')}"
>
</li>
<option
value=
""
>
全部
</option>
<li>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
<label>
支付方式:
</label>
th:value=
"${dict.dictValue}"
></option>
<select
name=
"payType"
th:with=
"type=${@dict.getType('zhengzai_pay_type')}"
>
</select>
<option
value=
""
>
全部
</option>
</li>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
<li>
th:value=
"${dict.dictValue}"
></option>
<label>
订单状态:
</label>
</select>
<select
name=
"status"
th:with=
"type=${@dict.getType('zhengzai_goblin_nft_order_status')}"
>
</li>
<option
value=
""
>
全部
</option>
<li>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
<label>
订单状态:
</label>
th:value=
"${dict.dictValue}"
></option>
<select
name=
"status"
</select>
th:with=
"type=${@dict.getType('zhengzai_goblin_nft_order_status')}"
>
</li>
<option
value=
""
>
全部
</option>
<li>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
th:value=
"${dict.dictValue}"
></option>
class=
"fa fa-search"
></i>
搜索
</a>
</select>
<a
class=
"btn btn-warning btn-rounded btn-sm"
onclick=
"$.form.reset()"
><i
</li>
class=
"fa fa-refresh"
></i>
重置
</a>
<li>
</li>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
class=
"fa fa-search"
></i>
搜索
</a>
<a
class=
"btn btn-warning btn-rounded btn-sm"
onclick=
"$.form.reset()"
><i
class=
"fa fa-refresh"
></i>
重置
</a>
</li>
</div>
</ul>
</ul>
</div>
</div>
</form>
</form>
...
...
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