Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
assets
Project
Project
Details
Activity
Releases
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
黄媛媛
assets
Commits
04a3ba90
Commit
04a3ba90
authored
Jul 31, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
3670cd3c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
7 deletions
+14
-7
InventoryBosun.vue
src/components/Materialman/InventoryBosun.vue
+3
-2
InventoryBoyi.vue
src/components/Materialman/InventoryBoyi.vue
+3
-2
InventoryDetail.vue
src/components/Materialman/InventoryDetail.vue
+8
-3
No files found.
src/components/Materialman/InventoryBosun.vue
View file @
04a3ba90
...
...
@@ -162,14 +162,15 @@
Backto
()
{
let
path
=
''
;
if
(
this
.
isFrom
==
1
){
path
=
'/Inventory
Details
'
path
=
'/Inventory
View
'
}
else
{
path
=
'/InventoryDetail'
}
this
.
$router
.
push
({
path
:
path
,
query
:
{
CheckId
:
this
.
msg
.
CheckId
CheckId
:
this
.
msg
.
CheckId
,
WarehouseId
:
this
.
saveMsg
.
WarehouseId
}
});
},
...
...
src/components/Materialman/InventoryBoyi.vue
View file @
04a3ba90
...
...
@@ -115,14 +115,15 @@
Backto
()
{
let
path
=
''
;
if
(
this
.
isFrom
==
1
){
path
=
'/Inventory
Details
'
path
=
'/Inventory
View
'
}
else
{
path
=
'/InventoryDetail'
}
this
.
$router
.
push
({
path
:
path
,
query
:
{
CheckId
:
this
.
msg
.
CheckId
CheckId
:
this
.
msg
.
CheckId
,
WarehouseId
:
this
.
saveMsg
.
WarehouseId
}
});
},
...
...
src/components/Materialman/InventoryDetail.vue
View file @
04a3ba90
...
...
@@ -14,7 +14,7 @@
<span
@
click=
"outerVisible=true"
style=
"margin-left:20px"
class=
"chaxunSpan"
>
盘点导入
</span>
<span
@
click=
"goBaosun('InventoryBosun')"
style=
"margin-left:20px"
class=
"chaxunSpan"
>
查看报损
</span>
<span
@
click=
"goBaosun('InventoryBoyi')"
style=
"margin-left:20px"
class=
"chaxunSpan"
>
查看报溢
</span>
<span
@
click=
"complePandian"
style=
"margin-left:20px"
class=
"chaxunSpan"
>
完成盘点
</span>
<span
@
click=
"complePandian"
v-if=
"isPandian"
style=
"margin-left:20px"
class=
"chaxunSpan"
>
完成盘点
</span>
</div>
<div
class=
"padContent"
>
...
...
@@ -188,7 +188,9 @@
//仓库id
WarehouseId
:
0
,
//CheckState用于管理操作按钮
CheckState
:
0
CheckState
:
0
,
//用于判断是否完成盘点
isPandian
:
true
};
},
mounted
()
{
...
...
@@ -270,7 +272,9 @@
"/api/supplies/SetSuppliesCheckComplete"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
isPandian
=
false
;
this
.
Success
(
res
.
data
.
message
);
this
.
getList
();
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
...
...
@@ -291,11 +295,12 @@
},
//上传
handleAvatarSuccess
(
res
,
file
)
{
this
.
$message
.
info
(
"上传中..."
);
if
(
res
.
resultCode
==
1
)
{
this
.
outerVisible
=
false
;
this
.
getList
();
}
else
{
this
.
Error
(
res
.
message
);
}
},
//耗材单个盘点保存
...
...
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