Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
max_android_panel
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xin
max_android_panel
Commits
d251c994
Commit
d251c994
authored
Sep 29, 2018
by
Zhang Xin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix css bug
parent
f3304357
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
client/actions/TokeStokeContainer.js
+1
-2
client/components/BreakageComponent/defaultComponent/DefaultComponnet.jsx
+2
-2
client/components/ReplenishComponent/ReplenishScanPage/ReplenishScanPage.jsx
+1
-1
client/containers/TakeStokeContainer/TakeStokeContainer.jsx
+1
-1
No files found.
client/actions/TokeStokeContainer.js
View file @
d251c994
...
...
@@ -2,8 +2,7 @@ import fetch from 'isomorphic-fetch'
import
tokeActionType
from
'../actiontype/TokeStokeContainer'
import
{
getTaskList
}
from
'./common'
console
.
log
(
tokeActionType
,
'dhakjshdjhasjhdjshj'
)
let
domain1
=
ENV
.
domain
;
let
domain
=
'http://192.168.10.128:8080/web/'
let
domain
=
ENV
.
domain
;
//点击提交后台核对商品数量
const
checkProductQuantity
=
(
data
)
=>
{
let
{
commonInfo
,
tokeProductInfo
}
=
data
;
...
...
client/components/BreakageComponent/defaultComponent/DefaultComponnet.jsx
View file @
d251c994
...
...
@@ -10,13 +10,13 @@ class DefaultComponent extends React.Component{
<
p
className=
{
'currentTarget col333 font40'
}
><
span
>
任务目标:
</
span
>
请仔细检查非货道区是否有遗留的商品
</
p
>
<
Button
text=
{
'有,扫码上报'
}
btnContainer=
{
'col333 font30
'
}
btnContainer=
{
'col333 font30
bordere5e5e5'
}
style=
{
{
marginTop
:
UTILPATH
.
getRemByPx
(
150
),
marginLeft
:
'50%'
,
transform
:
'translate(-50%)'
}
}
option=
{
this
.
skipInputCode
.
bind
(
this
)
}
/>
<
Button
text=
{
'没有'
}
btnContainer=
{
'col333 font30
'
}
btnContainer=
{
'col333 font30
bordere5e5e5'
}
style=
{
{
marginTop
:
UTILPATH
.
getRemByPx
(
30
),
marginLeft
:
'50%'
,
transform
:
'translate(-50%)'
}
}
option=
{
this
.
props
.
pullTaskList
}
/>
...
...
client/components/ReplenishComponent/ReplenishScanPage/ReplenishScanPage.jsx
View file @
d251c994
...
...
@@ -237,7 +237,7 @@ export default class ReplenishScanPage extends React.Component{
let
btnDom
=
<
Button
btnContainer=
{
"replenishContainerQrcode font32 backff775c colfff"
}
key=
{
"replenishContainerWrongQrcode"
}
text=
{
"关闭"
}
option=
{
this
.
hidePop
}
/>
let
popDom
=
<
PopModel
popupTitle=
{
"扫描货品异常"
}
classContainer=
{
"replenishPopInfo"
}
>
<
div
className=
{
"icon iconfont icon-wrong font150"
}
/>
<
div
className=
{
"icon iconfont icon-wrong font150
colf00
"
}
/>
<
div
className=
{
"text font40 col000"
}
>
<
p
>
此货品不在本次补货范围内,请放入物流回收箱!
</
p
>
</
div
>
...
...
client/containers/TakeStokeContainer/TakeStokeContainer.jsx
View file @
d251c994
...
...
@@ -104,7 +104,7 @@ class TakeStokeContaniner extends React.Component {
let
{
type
}
=
nextProps
.
TokeStokeState
;
switch
(
type
){
case
1
:
this
.
setState
({
number
:
1
,
showButton
:
true
})
this
.
setState
({
number
:
1
,
showButton
:
true
,
initNum
:
0
})
break
;
case
2
:
this
.
setState
({
number
:
type
})
...
...
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