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
33e5e809
authored
Feb 18, 2022
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
下单添加发票抬头类型判断
parent
c8e7a192
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
app/Http/Controllers/AddOrderController.php
app/Model/InvoiceCompanyModel.php
public/js/add_order.js
app/Http/Controllers/AddOrderController.php
View file @
33e5e809
This diff is collapsed.
Click to expand it.
app/Model/InvoiceCompanyModel.php
View file @
33e5e809
...
...
@@ -8,8 +8,8 @@ use DB;
class
InvoiceCompanyModel
extends
Model
{
protected
$connection
=
'
web
'
;
protected
$table
=
'
lie_
invoice_company'
;
protected
$connection
=
'
crm
'
;
protected
$table
=
'invoice_company'
;
protected
$primaryKey
=
'id'
;
public
$timestamps
=
false
;
...
...
public/js/add_order.js
View file @
33e5e809
This diff is collapsed.
Click to expand it.
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