记得上下班打卡 | 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
9009c992
Commit
9009c992
authored
Jul 27, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
589aa1af
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
6 deletions
+33
-6
create.html
...main/resources/templates/zhengzai/admin/upush/create.html
+1
-1
performanceOrderList.html
...ngzai/kylin/performancesExpress/performanceOrderList.html
+22
-3
performancesList.html
.../zhengzai/kylin/performancesExpress/performancesList.html
+8
-0
KylinRefundPerformancesAdminServiceImpl.java
...service/impl/KylinRefundPerformancesAdminServiceImpl.java
+2
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/admin/upush/create.html
View file @
9009c992
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
</select>
</select>
</div>
</div>
<div
class=
"col-sm-5"
>
<div
class=
"col-sm-5"
>
<input
class=
"form-control"
type=
"text"
placeholder=
"请填写url"
id=
"targetObjInput"
>
<input
style=
"display: none"
class=
"form-control"
type=
"text"
placeholder=
"请填写url"
id=
"targetObjInput"
>
<div
hidden
class=
"row"
id=
"targetObjSelectShow"
>
<div
hidden
class=
"row"
id=
"targetObjSelectShow"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<div
class=
"input-group"
>
<div
class=
"input-group"
>
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performancesExpress/performanceOrderList.html
View file @
9009c992
...
@@ -35,6 +35,14 @@
...
@@ -35,6 +35,14 @@
<label>
收货人姓名:
</label>
<label>
收货人姓名:
</label>
<input
type=
"text"
name=
"expressContacts"
/>
<input
type=
"text"
name=
"expressContacts"
/>
</li>
</li>
<!--<li>
<label>订单状态:</label>
<select name="orderStatus" th:with="type=${@dict.getType('zhengzai_order_status')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
th:value="${dict.dictValue}"></option>
</select>
</li>-->
<li>
<li>
<label>
订单状态:
</label>
<label>
订单状态:
</label>
<select
name=
"orderStatus"
th:with=
"type=${@dict.getType('zhengzai_order_status')}"
>
<select
name=
"orderStatus"
th:with=
"type=${@dict.getType('zhengzai_order_status')}"
>
...
@@ -45,9 +53,12 @@
...
@@ -45,9 +53,12 @@
</li>
</li>
<li>
<li>
<label>
快递状态:
</label>
<label>
快递状态:
</label>
<select
name=
"expressStatus"
th:with=
"type=${@dict.getType('zhengzai_express_status')}"
>
<select
name=
"expressStatus"
>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
<option
value=
""
>
所有
</option>
th:value=
"${dict.dictValue}"
></option>
<option
value=
"1"
>
未下单
</option>
<option
value=
"2"
>
已下单
</option>
<option
value=
"50"
>
已揽收
</option>
<option
value=
"80"
>
已签收
</option>
</select>
</select>
</li>
</li>
<li>
<li>
...
@@ -291,6 +302,14 @@
...
@@ -291,6 +302,14 @@
}
}
function
printExpress
(
orderExpressId
)
{
function
printExpress
(
orderExpressId
)
{
try
{
var
LODOP
=
getLodop
();
if
(
LODOP
==
undefined
)
{
return
false
;
}
}
catch
(
err
)
{
return
false
;
}
var
data
=
''
;
var
data
=
''
;
if
(
orderExpressId
)
{
if
(
orderExpressId
)
{
var
ids
=
[
orderExpressId
];
var
ids
=
[
orderExpressId
];
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performancesExpress/performancesList.html
View file @
9009c992
...
@@ -241,6 +241,14 @@
...
@@ -241,6 +241,14 @@
}
}
function
printExpress
(
performanceId
)
{
function
printExpress
(
performanceId
)
{
try
{
var
LODOP
=
getLodop
();
if
(
LODOP
==
undefined
)
{
return
false
;
}
}
catch
(
err
)
{
return
false
;
}
var
data
=
''
;
var
data
=
''
;
var
ids
=
[
performanceId
];
var
ids
=
[
performanceId
];
data
=
{
"ids"
:
ids
.
join
()};
data
=
{
"ids"
:
ids
.
join
()};
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/kylin/service/impl/KylinRefundPerformancesAdminServiceImpl.java
View file @
9009c992
...
@@ -139,11 +139,11 @@ public class KylinRefundPerformancesAdminServiceImpl {
...
@@ -139,11 +139,11 @@ public class KylinRefundPerformancesAdminServiceImpl {
case
"review"
:
case
"review"
:
batchUpdateStatus
=
batchStatus
;
batchUpdateStatus
=
batchStatus
;
if
(
batchStatus
==
KylinTableStatusConst
.
STATUS_OPERATE_ADOPT44
)
{
// 通过申请
if
(
batchStatus
==
KylinTableStatusConst
.
STATUS_OPERATE_ADOPT44
)
{
// 通过申请
paymentTypeAlipayArray
=
new
Integer
[]{
KylinTableStatusConst
.
STATUS_APPLY
};
paymentTypeAlipayArray
=
new
Integer
[]{
KylinTableStatusConst
.
STATUS_APPLY
,
KylinTableStatusConst
.
STATUS_FINANCE_REJECT
};
orderUpdateStatus
=
KylinTableStatusConst
.
ORDER_REFUND_STATUS_APPROVED
;
orderUpdateStatus
=
KylinTableStatusConst
.
ORDER_REFUND_STATUS_APPROVED
;
}
}
if
(
batchStatus
==
KylinTableStatusConst
.
STATUS_OPERATE_REJECT33
)
{
// 驳回申请
if
(
batchStatus
==
KylinTableStatusConst
.
STATUS_OPERATE_REJECT33
)
{
// 驳回申请
paymentTypeAlipayArray
=
new
Integer
[]{
KylinTableStatusConst
.
STATUS_APPLY
};
paymentTypeAlipayArray
=
new
Integer
[]{
KylinTableStatusConst
.
STATUS_APPLY
,
KylinTableStatusConst
.
STATUS_FINANCE_REJECT
};
orderUpdateStatus
=
KylinTableStatusConst
.
ORDER_REFUND_STATUS_REJECT
;
orderUpdateStatus
=
KylinTableStatusConst
.
ORDER_REFUND_STATUS_REJECT
;
}
}
break
;
break
;
...
...
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