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
824cf469
authored
Dec 25, 2018
by
PRY5YKGJ82EZEPX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新pcb后台
parent
17995b8b
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
app/Http/Controllers/WebController.php
app/Map/PcbOrderInvoiceMap.php
app/Map/PcbOrderMap.php
app/Map/PcbOrderShippingMap.php
app/Model/Pcb/PcbActionLogModel.php
app/Model/Pcb/PcbOrderModel.php
app/Model/Pcb/PcbPurchaseModel.php
app/Http/Controllers/WebController.php
View file @
824cf469
...
...
@@ -2,9 +2,9 @@
namespace
App\Http\Controllers
;
use
App\
m
ap\PcbOrderInvoiceMap
;
use
App\
m
ap\PcbOrderMap
;
use
App\
m
ap\PcbOrderShippingMap
;
use
App\
M
ap\PcbOrderInvoiceMap
;
use
App\
M
ap\PcbOrderMap
;
use
App\
M
ap\PcbOrderShippingMap
;
use
App\Model\PaymentDaysModel
;
use
Illuminate\Http\Request
;
...
...
app/Map/PcbOrderInvoiceMap.php
View file @
824cf469
<?php
namespace
App\
m
ap
;
namespace
App\
M
ap
;
class
PcbOrderInvoiceMap
{
//发票类型 2普通发票 3增值税专用发票 4增值税普通发票',
...
...
app/Map/PcbOrderMap.php
View file @
824cf469
<?php
namespace
App\
m
ap
;
namespace
App\
M
ap
;
class
PcbOrderMap
{
//类型 :1付预付款单 2退预付款单 3收款 4付款
...
...
app/Map/PcbOrderShippingMap.php
View file @
824cf469
<?php
namespace
App\
m
ap
;
namespace
App\
M
ap
;
class
PcbOrderShippingMap
{
//发货信息:-1 未配送 1 配送中 2 已签
...
...
app/Model/Pcb/PcbActionLogModel.php
View file @
824cf469
...
...
@@ -2,7 +2,7 @@
namespace
App\Model\Pcb
;
use
App\
m
ap\PcbOrderMap
;
use
App\
M
ap\PcbOrderMap
;
use
Illuminate\Database\Eloquent\Model
;
use
Request
;
use
DB
;
...
...
app/Model/Pcb/PcbOrderModel.php
View file @
824cf469
...
...
@@ -2,7 +2,7 @@
namespace
App\Model\Pcb
;
use
App\
m
ap\PcbOrderMap
;
use
App\
M
ap\PcbOrderMap
;
use
Illuminate\Database\Eloquent\Model
;
use
Request
;
use
DB
;
...
...
app/Model/Pcb/PcbPurchaseModel.php
View file @
824cf469
...
...
@@ -2,7 +2,7 @@
namespace
App\Model\Pcb
;
use
App\
m
ap\PcbOrderMap
;
use
App\
M
ap\PcbOrderMap
;
use
Illuminate\Database\Eloquent\Model
;
use
Request
;
use
DB
;
...
...
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