Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
32745be5
authored
Mar 16, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整文案
parent
23369eb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/order.js
public/js/order.js
View file @
32745be5
...
...
@@ -1548,7 +1548,7 @@
case
'2'
:
msg_text
=
'秒杀'
;
break
;
default
:
msg_text
=
'新客价'
;
break
;
}
content
=
'<i class="error">* 该单为'
+
msg_text
+
'订单,如
改单将删除整单优惠
</i>'
;
content
=
'<i class="error">* 该单为'
+
msg_text
+
'订单,如
修改涉及订单金额部分,则删除整笔订单的优惠,确认改单吗
</i>'
;
}
content
+=
'<div><textarea type="text" class="reason" style="width:300px;height: 100px"></textarea></div><span class="error">请填写删除商品原因,100字以内</span>'
;
...
...
@@ -2090,7 +2090,7 @@
var
content
=
'<div class="submit-check">'
;
if
(
new_client_price
)
{
content
+=
'<p class="error">该单为'
+
msg_text
+
'订单,如
改单将删除整单优惠,请核对订单金额,谨慎操作!
</p>'
;
content
+=
'<p class="error">该单为'
+
msg_text
+
'订单,如
修改涉及订单金额部分,则删除整笔订单的优惠,确认改单吗
</p>'
;
}
else
{
content
+=
'<p class="error">请核对订单金额,谨慎操作!</p>'
;
}
...
...
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