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
ac69327c
authored
Oct 11, 2018
by
叶明星
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'ymx-账期管理-2018091009' into development
parents
90e8f82e
8bc60e64
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
.idea/workspace.xml
public/js/AuthPaymentDays.js
resources/views/PaymentDays/PaymentDaysList.blade.php
.idea/workspace.xml
View file @
ac69327c
This diff is collapsed.
Click to expand it.
public/js/AuthPaymentDays.js
View file @
ac69327c
...
...
@@ -27,7 +27,7 @@ layui.use('form', function() {
error
:
function
(){
return
layer
.
msg
(
'网络错误,请重试'
,{
icon
:
5
});
}
})
})
;
layer
.
close
(
index
);
});
...
...
resources/views/PaymentDays/PaymentDaysList.blade.php
View file @
ac69327c
...
...
@@ -38,7 +38,6 @@
@{{
#
}
else
{
}}
<
a
href
=
"/web/AuthPaymentDays?id=@{{d.id}}"
class
=
"btn btn-xs btn-outline btn-success Release"
><
strong
>
详情
<
/strong></
a
>
@{{
#
}
}}
<
a
target
=
"_blank"
class
=
"btn btn-xs btn-outline btn-primary"
><
strong
>
编辑
<
/strong></
a
>
</script>
<script
type=
"text/html"
id=
"status"
>
@{{
#
if
(
d
.
status
==
1
){
}}
...
...
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