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
6ce3bf63
authored
May 27, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_erp_syn_20190514' into development
parents
42860d30
1e2ba8b3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
config/params.php
resources/views/detail/changeOrder.blade.php
config/params.php
View file @
6ce3bf63
...
...
@@ -16,7 +16,7 @@
1
=>
'全款'
,
2
=>
'预付款'
,
3
=>
'账期'
,
4
=>
'货到付款'
,
4
=>
'货到
猎芯
付款'
,
],
// 支付方式
...
...
resources/views/detail/changeOrder.blade.php
View file @
6ce3bf63
...
...
@@ -54,7 +54,7 @@
@if ($order_info['sale_type'] == 1)
<label><input
class=
"order_advance_pay"
type=
"radio"
name=
"order_pay_type"
value=
"2"
>
预付首款
</label>
<label><input
class=
"order_account_period"
type=
"radio"
name=
"order_pay_type"
value=
"3"
>
账期
</label>
<label><input
class=
"order_cod"
type=
"radio"
name=
"order_pay_type"
value=
"4"
>
货到
深圳仓
付款
</label>
<label><input
class=
"order_cod"
type=
"radio"
name=
"order_pay_type"
value=
"4"
>
货到
猎芯
付款
</label>
@endif
</td>
</tr>
...
...
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