Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
yunxin
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
adf40c67
authored
Apr 12, 2019
by
PRY5YKGJ82EZEPX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1.0
parent
c4fd5781
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
app/Http/Controllers/HandleController.php
public/pc/js/controller/ForgetPassword.js
public/pc/js/controller/OrderDetail.js
app/Http/Controllers/HandleController.php
View file @
adf40c67
...
...
@@ -5,6 +5,7 @@ namespace App\Http\Controllers;
use
App\Jobs\JopExportAbnormlList
;
use
App\Jobs\JopExportGoodsList
;
use
App\Jobs\JopExportOrderList
;
use
App\Jobs\JopExportPutawayList
;
use
App\Jobs\PreSaleOrder
;
use
App\Jobs\PushFinancePeriod
;
use
App\Jobs\SafeStock
;
...
...
@@ -93,7 +94,7 @@ class HandleController extends Controller
}
private
function
c
(){
$s
=
(
new
JopExport
Abnorml
List
(
$_GET
[
'id'
]))
->
handle
();
$s
=
(
new
JopExport
Putaway
List
(
$_GET
[
'id'
]))
->
handle
();
print_r
(
$s
);
die
();
echo
dispatch
(
new
JopExportOrderList
(
$_GET
[
'id'
]));
...
...
public/pc/js/controller/ForgetPassword.js
View file @
adf40c67
...
...
@@ -32,7 +32,7 @@ var yunxin_forget_mobile;
return
false
;
}
if
(
!
(
/^1
[
3|4|5|8
][
0-9
]\d{4,8}
$/
.
test
(
opt
.
getMobile
()))){
$
(
".error"
).
show
().
text
(
"
不是完整的11位手机号或者正确的手机号前七位
"
);
$
(
".error"
).
show
().
text
(
"
手机号不正确
"
);
return
false
;
}
}
...
...
public/pc/js/controller/OrderDetail.js
View file @
adf40c67
...
...
@@ -15,7 +15,7 @@
$
(
".putaway_time"
).
html
(
other
.
putaway_time
);
$
(
".pay_type_name"
).
html
(
other
.
pay_type_name
);
$
(
".status"
).
html
(
other
.
status
);
$
(
".settle"
).
html
(
other
.
settle
);
$
(
".settle"
).
html
(
other
.
picking_amount
);
$
(
".currency"
).
html
(
other
.
currency
);
var
html
;
...
...
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