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
4c9d14f5
Commit
4c9d14f5
authored
Aug 27, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3dfb2cec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
+19
-2
rukudan.vue
src/components/Materialman/rukudan.vue
+19
-2
No files found.
src/components/Materialman/rukudan.vue
View file @
4c9d14f5
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
<div>
{{
item
.
WareHouseName
}}
</div>
<div>
{{
item
.
WareHouseName
}}
</div>
<div>
{{
item
.
SupplierName
}}
</div>
<div>
{{
item
.
SupplierName
}}
</div>
</td>
</td>
<td>
{{
delist
.
SuppliesNum
}}
</td>
<td
@
click=
"getCheckDes(delist)"
style=
"text-decoration: underline;cursor: pointer;"
>
{{
delist
.
SuppliesNum
}}
</td>
<td
style=
"width:300px"
>
{{
delist
.
SuppliesName
}}
</td>
<td
style=
"width:300px"
>
{{
delist
.
SuppliesName
}}
</td>
<td
width=
"180"
>
<td
width=
"180"
>
<span
v-for=
"(x,y) in delist.GoodsSpecificationList"
:key=
"y"
>
{{
x
}}{{
y
+
1
==
delist
.
GoodsSpecificationList
.
length
?
''
:
','
}}
</span>
<span
v-for=
"(x,y) in delist.GoodsSpecificationList"
:key=
"y"
>
{{
x
}}{{
y
+
1
==
delist
.
GoodsSpecificationList
.
length
?
''
:
','
}}
</span>
...
@@ -328,12 +328,20 @@
...
@@ -328,12 +328,20 @@
</div>
</div>
</el-form>
</el-form>
</el-dialog>
</el-dialog>
<el-dialog
title=
"物料详情"
top=
"0"
:visible
.
sync=
"CheckDetailState"
width=
"1150px"
>
<wlDetails
ref=
"mychild"
></wlDetails>
</el-dialog>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
export
default
{
import
wlDetails
from
"@/components/global/wlDetails.vue"
;
export
default
{
name
:
'Supplierman'
,
name
:
'Supplierman'
,
components
:
{
wlDetails
},
data
(){
data
(){
return
{
return
{
morequery
:
false
,
morequery
:
false
,
...
@@ -402,6 +410,8 @@ export default {
...
@@ -402,6 +410,8 @@ export default {
},
},
WarehouseList
:[],
WarehouseList
:[],
ISoperation
:
false
,
ISoperation
:
false
,
PropertyId
:
''
,
CheckDetailState
:
false
,
}
}
},
},
created
(){
created
(){
...
@@ -425,6 +435,13 @@ export default {
...
@@ -425,6 +435,13 @@ export default {
"入库单.xls"
"入库单.xls"
);
);
},
},
getCheckDes
(
item
){
this
.
PropertyId
=
item
.
SuppliesId
;
this
.
CheckDetailState
=
true
;
setTimeout
(()
=>
{
this
.
$refs
.
mychild
.
InitData
(
this
.
PropertyId
);
},
10
)
},
Huifu
(
item
){
Huifu
(
item
){
if
(
item
.
itemOperation
==
true
){
if
(
item
.
itemOperation
==
true
){
this
.
Error
(
'此仓库在盘点中,无法操作!'
)
this
.
Error
(
'此仓库在盘点中,无法操作!'
)
...
...
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