Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-pda-scan
Commits
79a4011a
Commit
79a4011a
authored
Jul 04, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 修改
parent
0179cf7f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
10 deletions
+25
-10
pages.json
pages.json
+0
-7
confirComplete.vue
pages/confirComplete/confirComplete.vue
+5
-0
outsourcedReturn.vue
pages/outsourcedReturn/outsourcedReturn.vue
+3
-0
produceReturnList.vue
pages/produceReturn/produceReturnList.vue
+4
-1
purchaseStorage.vue
pages/purchaseStorage/purchaseStorage.vue
+8
-1
salesReturnsList.vue
pages/salesReturns/salesReturnsList.vue
+3
-0
index.js
store/index.js
+2
-1
No files found.
pages.json
View file @
79a4011a
...
@@ -173,13 +173,6 @@
...
@@ -173,13 +173,6 @@
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
},
},
{
"path"
:
"pages/packing/packingList"
,
"style"
:
{
"navigationBarTitleText"
:
"委外退料"
,
"enablePullDownRefresh"
:
false
}
},
{
{
"path"
:
"pages/posting/posting"
,
"path"
:
"pages/posting/posting"
,
"style"
:
{
"style"
:
{
...
...
pages/confirComplete/confirComplete.vue
View file @
79a4011a
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<view
class=
"page"
>
<view
class=
"page"
>
<StickyNavBar>
<StickyNavBar>
<NavBar
title=
"完工入库扫描"
></NavBar>
<NavBar
title=
"完工入库扫描"
></NavBar>
<FactorySelect
v-model=
"warehouseCode"
/>
<view
class=
"selectSheet"
>
<view
class=
"selectSheet"
>
<u-row
>
<u-row
>
<u-col
span=
"12"
>
<u-col
span=
"12"
>
...
@@ -47,6 +49,8 @@ import ContentLoadingMore from '@/components/ContentLoadingMore/index.vue';
...
@@ -47,6 +49,8 @@ import ContentLoadingMore from '@/components/ContentLoadingMore/index.vue';
import
BottomBtn
from
'@/components/BottomBtn/index.vue'
;
import
BottomBtn
from
'@/components/BottomBtn/index.vue'
;
import
{
parseTime
}
from
"@/utils/ruoyi"
;
import
{
parseTime
}
from
"@/utils/ruoyi"
;
import
scanningList
from
"./scanningList.vue"
import
scanningList
from
"./scanningList.vue"
import
FactorySelect
from
'@/components/FactorySelect/FactorySelect.vue'
export
default
{
export
default
{
components
:
{
components
:
{
...
@@ -61,6 +65,7 @@ export default {
...
@@ -61,6 +65,7 @@ export default {
show
:
true
,
show
:
true
,
nlpla
:
''
,
nlpla
:
''
,
wxparams
:
''
,
wxparams
:
''
,
warehouseCode
:
''
,
btnArr
:
[
btnArr
:
[
{
{
style
:
''
,
style
:
''
,
...
...
pages/outsourcedReturn/outsourcedReturn.vue
View file @
79a4011a
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<view
class=
"page"
>
<view
class=
"page"
>
<StickyNavBar>
<StickyNavBar>
<NavBar
title=
"委外退料"
></NavBar>
<NavBar
title=
"委外退料"
></NavBar>
<FactorySelect
v-model=
"warehouseCode"
/>
<view
class=
"btn"
>
<view
class=
"btn"
>
<uni-easyinput
<uni-easyinput
prefixIcon=
"search"
prefixIcon=
"search"
...
@@ -51,6 +53,7 @@ export default {
...
@@ -51,6 +53,7 @@ export default {
totalNum
:
0
,
totalNum
:
0
,
show
:
true
,
show
:
true
,
wxparams
:
''
,
wxparams
:
''
,
warehouseCode
:
''
,
btnArr
:
[
btnArr
:
[
{
{
style
:
''
,
style
:
''
,
...
...
pages/produceReturn/produceReturnList.vue
View file @
79a4011a
...
@@ -14,8 +14,10 @@
...
@@ -14,8 +14,10 @@
</checkbox-group>
</checkbox-group>
</view>
</view>
</view>
</view>
<FactorySelect
v-model=
"warehouseCode"
/>
<view
class=
"btn"
>
<view
class=
"btn"
>
<uni-easyinput
prefixIcon=
"search"
class=
"topSearch"
v-model=
"nlpla"
focus
placeholder=
"请扫描库位"
@
change=
"handleInputNlpla"
></uni-easyinput>
<uni-easyinput
prefixIcon=
"search"
class=
"topSearch"
v-model=
"nlpla"
focus
placeholder=
"请扫描库位"
></uni-easyinput>
<uni-easyinput
<uni-easyinput
prefixIcon=
"search"
prefixIcon=
"search"
:disabled=
"isDisabled"
:disabled=
"isDisabled"
...
@@ -65,6 +67,7 @@ export default {
...
@@ -65,6 +67,7 @@ export default {
show
:
true
,
show
:
true
,
nlpla
:
''
,
nlpla
:
''
,
wxparams
:
''
,
wxparams
:
''
,
warehouseCode
:
''
,
btnArr
:
[
btnArr
:
[
{
{
style
:
''
,
style
:
''
,
...
...
pages/purchaseStorage/purchaseStorage.vue
View file @
79a4011a
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<view
class=
"page"
>
<view
class=
"page"
>
<StickyNavBar>
<StickyNavBar>
<NavBar
title=
"采购入库扫描"
></NavBar>
<NavBar
title=
"采购入库扫描"
></NavBar>
<FactorySelect
v-model=
"warehouseCode"
@
change=
"warehouseChange"
/>
<view
class=
"btn"
>
<view
class=
"btn"
>
<uni-easyinput
prefixIcon=
"search"
class=
"topSearch"
v-model=
"nlpla"
focus
placeholder=
"请扫描库位"
@
change=
"handleInputNlpla"
></uni-easyinput>
<uni-easyinput
prefixIcon=
"search"
class=
"topSearch"
v-model=
"nlpla"
focus
placeholder=
"请扫描库位"
@
change=
"handleInputNlpla"
></uni-easyinput>
<uni-easyinput
<uni-easyinput
...
@@ -38,13 +39,15 @@ import listItem from "./listItem.vue"
...
@@ -38,13 +39,15 @@ import listItem from "./listItem.vue"
import
StickyNavBar
from
'@/components/StickyNavBar/index.vue'
;
import
StickyNavBar
from
'@/components/StickyNavBar/index.vue'
;
import
ContentLoadingMore
from
'@/components/ContentLoadingMore/index.vue'
;
import
ContentLoadingMore
from
'@/components/ContentLoadingMore/index.vue'
;
import
BottomBtn
from
'@/components/BottomBtn/index.vue'
;
import
BottomBtn
from
'@/components/BottomBtn/index.vue'
;
import
FactorySelect
from
'@/components/FactorySelect/FactorySelect.vue'
import
{
parseTime
}
from
"@/utils/ruoyi"
;
import
{
parseTime
}
from
"@/utils/ruoyi"
;
export
default
{
export
default
{
components
:
{
components
:
{
StickyNavBar
,
StickyNavBar
,
ContentLoadingMore
,
ContentLoadingMore
,
BottomBtn
,
BottomBtn
,
listItem
listItem
,
FactorySelect
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -53,6 +56,7 @@ export default {
...
@@ -53,6 +56,7 @@ export default {
show
:
true
,
show
:
true
,
nlpla
:
''
,
nlpla
:
''
,
wxparams
:
''
,
wxparams
:
''
,
warehouseCode
:
''
,
btnArr
:
[
btnArr
:
[
{
{
style
:
''
,
style
:
''
,
...
@@ -78,6 +82,9 @@ export default {
...
@@ -78,6 +82,9 @@ export default {
// this.getPlnr('100001240428000002|00100000000000019.500|10002442800001');
// this.getPlnr('100001240428000002|00100000000000019.500|10002442800001');
},
},
methods
:
{
methods
:
{
warehouseChange
(
e
)
{
console
.
log
(
this
.
warehouseCode
,
'----'
);
},
deleGonds
(
detail
)
{
deleGonds
(
detail
)
{
this
.
goodsList
.
forEach
((
ele
,
idx
)
=>
{
this
.
goodsList
.
forEach
((
ele
,
idx
)
=>
{
if
(
detail
.
PLNR
===
ele
.
PLNR
){
if
(
detail
.
PLNR
===
ele
.
PLNR
){
...
...
pages/salesReturns/salesReturnsList.vue
View file @
79a4011a
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<view>
<view>
<StickyNavBar>
<StickyNavBar>
<NavBar
title=
"销售退货上架"
></NavBar>
<NavBar
title=
"销售退货上架"
></NavBar>
<FactorySelect
v-model=
"warehouseCode"
/>
<view
class=
"btn"
>
<view
class=
"btn"
>
<uni-easyinput
prefixIcon=
"search"
class=
"topSearch"
v-model=
"nlpla"
focus
placeholder=
"请扫描库位"
@
change=
"handleInputNlpla"
></uni-easyinput>
<uni-easyinput
prefixIcon=
"search"
class=
"topSearch"
v-model=
"nlpla"
focus
placeholder=
"请扫描库位"
@
change=
"handleInputNlpla"
></uni-easyinput>
<uni-easyinput
<uni-easyinput
...
@@ -72,6 +73,7 @@
...
@@ -72,6 +73,7 @@
import
StickyNavBar
from
'@/components/StickyNavBar/index.vue'
;
import
StickyNavBar
from
'@/components/StickyNavBar/index.vue'
;
import
ContentLoadingMore
from
'@/components/ContentLoadingMore/index.vue'
;
import
ContentLoadingMore
from
'@/components/ContentLoadingMore/index.vue'
;
import
BottomBtn
from
'@/components/BottomBtn/index.vue'
;
import
BottomBtn
from
'@/components/BottomBtn/index.vue'
;
export
default
{
export
default
{
components
:
{
components
:
{
StickyNavBar
,
StickyNavBar
,
...
@@ -85,6 +87,7 @@ export default {
...
@@ -85,6 +87,7 @@ export default {
show
:
true
,
show
:
true
,
nlpla
:
''
,
nlpla
:
''
,
wxparams
:
''
,
wxparams
:
''
,
warehouseCode
:
''
,
btnArr
:
[
btnArr
:
[
{
{
style
:
''
,
style
:
''
,
...
...
store/index.js
View file @
79a4011a
...
@@ -16,7 +16,7 @@ try{
...
@@ -16,7 +16,7 @@ try{
}
}
// 需要永久存储,且下次APP启动需要取出的,在state中的变量名
// 需要永久存储,且下次APP启动需要取出的,在state中的变量名
let
saveStateKeys
=
[
'vuex_user'
,
'vuex_token'
,
'vuex_remember'
,
'vuex_locale'
,
'vuex_isAgent'
,
'vuex_workstation'
,
'vuex_task'
];
let
saveStateKeys
=
[
'vuex_user'
,
'vuex_
user_factory'
,
'vuex_
token'
,
'vuex_remember'
,
'vuex_locale'
,
'vuex_isAgent'
,
'vuex_workstation'
,
'vuex_task'
];
// 保存变量到本地存储中
// 保存变量到本地存储中
const
saveLifeData
=
function
(
key
,
value
){
const
saveLifeData
=
function
(
key
,
value
){
...
@@ -41,6 +41,7 @@ const store = new Vuex.Store({
...
@@ -41,6 +41,7 @@ const store = new Vuex.Store({
vuex_remember
:
lifeData
.
vuex_remember
?
lifeData
.
vuex_remember
:
''
,
vuex_remember
:
lifeData
.
vuex_remember
?
lifeData
.
vuex_remember
:
''
,
vuex_locale
:
lifeData
.
vuex_locale
?
lifeData
.
vuex_locale
:
''
,
vuex_locale
:
lifeData
.
vuex_locale
?
lifeData
.
vuex_locale
:
''
,
vuex_isAgent
:
lifeData
.
vuex_isAgent
?
lifeData
.
vuex_isAgent
:
''
,
vuex_isAgent
:
lifeData
.
vuex_isAgent
?
lifeData
.
vuex_isAgent
:
''
,
vuex_user_factory
:
lifeData
.
vuex_user_factory
||
'1000'
,
// 如果vuex_version无需保存到本地永久存储,无需lifeData.vuex_version方式
// 如果vuex_version无需保存到本地永久存储,无需lifeData.vuex_version方式
vuex_config
:
config
,
vuex_config
:
config
,
...
...
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