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
63d2000d
authored
Nov 27, 2019
by
allen
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
自采 立创 展示 0就是自采
parent
c024477b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
app/Model/OrderModel.php
public/js/add_order.js
resources/views/detail/content.blade.php
app/Model/OrderModel.php
View file @
63d2000d
...
@@ -307,7 +307,7 @@ class OrderModel extends Model
...
@@ -307,7 +307,7 @@ class OrderModel extends Model
// 自采标记
// 自采标记
$self_supplier_type
=
array
(
$self_supplier_type
=
array
(
'0'
=>
'
无
'
,
'0'
=>
'
自采
'
,
'1'
=>
'自采'
,
'1'
=>
'自采'
,
'2'
=>
'立创'
,
'2'
=>
'立创'
,
);
);
...
...
public/js/add_order.js
View file @
63d2000d
...
@@ -295,7 +295,7 @@
...
@@ -295,7 +295,7 @@
}
else
if
(
data
.
self_supplier_type
==
2
){
}
else
if
(
data
.
self_supplier_type
==
2
){
$
(
'.self_supplier_type'
).
text
(
'立创'
);
$
(
'.self_supplier_type'
).
text
(
'立创'
);
}
else
{
}
else
{
$
(
'.self_supplier_type'
).
text
(
'
无
'
);
$
(
'.self_supplier_type'
).
text
(
'
自采
'
);
}
}
// if (goods_type == 1) {
// if (goods_type == 1) {
...
...
resources/views/detail/content.blade.php
View file @
63d2000d
...
@@ -532,7 +532,7 @@
...
@@ -532,7 +532,7 @@
@elseif($v['self_supplier_type'] == 2)
@elseif($v['self_supplier_type'] == 2)
立创
立创
@else
@else
无
自采
@endif
@endif
</td>
</td>
...
...
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