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
72d738a7
authored
Apr 27, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
申请收款调整付款类型
parent
605c6d52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
app/Model/PayExtendModel.php
resources/views/detail/content.blade.php
app/Model/PayExtendModel.php
View file @
72d738a7
...
...
@@ -14,7 +14,7 @@ class PayExtendModel extends Model
const
CREATED_AT
=
'create_time'
;
const
UPDATED_AT
=
'update_time'
;
public
$pay_type
=
[
1
=>
'线下
支付宝'
,
2
=>
'线下微信
'
,
3
=>
'交通银行'
];
public
$pay_type
=
[
1
=>
'线下
微信'
,
2
=>
'线下支付宝
'
,
3
=>
'交通银行'
];
public
function
fromDateTime
(
$value
)
{
...
...
resources/views/detail/content.blade.php
View file @
72d738a7
...
...
@@ -1122,10 +1122,10 @@
<label
class=
"col-sm-3 control-label"
><i
class=
"error"
>
*
</i>
付款方式
</label>
<div
class=
"col-sm-9 chekck-pay-type"
>
<label
class=
"radio-inline"
>
<input
type=
"radio"
name=
"pay_type"
value=
"1"
>
线下
支付宝
<input
type=
"radio"
name=
"pay_type"
value=
"1"
>
线下
微信
</label>
<label
class=
"radio-inline"
>
<input
type=
"radio"
name=
"pay_type"
value=
"2"
>
线下
微信
<input
type=
"radio"
name=
"pay_type"
value=
"2"
>
线下
支付宝
</label>
<label
class=
"radio-inline"
>
<input
type=
"radio"
name=
"pay_type"
value=
"3"
>
交通银行
...
...
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