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
8d1703fb
Commit
8d1703fb
authored
Jul 31, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
2465684e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
125 additions
and
42 deletions
+125
-42
InventoryDetail.vue
src/components/Materialman/InventoryDetail.vue
+114
-31
consumablesInventory.vue
src/components/Materialman/consumablesInventory.vue
+11
-11
No files found.
src/components/Materialman/InventoryDetail.vue
View file @
8d1703fb
This diff is collapsed.
Click to expand it.
src/components/Materialman/consumablesInventory.vue
View file @
8d1703fb
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
<img
v-if=
"row.CheckState==2"
@
click=
"SeeDetails(row,'/InventoryDetails')"
style=
"width:24px;height:24px"
src=
"../../assets/img/chakan.png"
alt=
""
/>
<img
v-if=
"row.CheckState==2"
@
click=
"SeeDetails(row,'/InventoryDetails')"
style=
"width:24px;height:24px"
src=
"../../assets/img/chakan.png"
alt=
""
/>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"盘点明细"
placement=
"top"
v-if=
"row.CheckState==1"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"盘点明细"
placement=
"top"
v-if=
"row.CheckState==1"
>
<img
v-if=
"row.CheckState==1"
@
click=
"SeeDetails(row,'/InventoryDetail')"
style=
"width:24px;height:24px"
src=
"../../assets/img/s
z
.png"
alt=
""
/>
<img
v-if=
"row.CheckState==1"
@
click=
"SeeDetails(row,'/InventoryDetail')"
style=
"width:24px;height:24px"
src=
"../../assets/img/s
htg
.png"
alt=
""
/>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"下载明细"
placement=
"top"
v-if=
"row.CheckState==1"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"下载明细"
placement=
"top"
v-if=
"row.CheckState==1"
>
<img
v-if=
"row.CheckState == 1"
@
click=
""
style=
"width:24px;height:24px"
src=
"../../assets/img/xz.png"
alt=
""
/>
<img
v-if=
"row.CheckState == 1"
@
click=
""
style=
"width:24px;height:24px"
src=
"../../assets/img/xz.png"
alt=
""
/>
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
:close-on-click-modal=
"false"
:close-on-click-modal=
"false"
:visible
.
sync=
"dialogState"
:visible
.
sync=
"dialogState"
top=
"0"
top=
"0"
width=
"6
2
0px"
width=
"6
8
0px"
>
>
<el-form
<el-form
class=
"MyEditForm"
class=
"MyEditForm"
...
@@ -150,16 +150,17 @@
...
@@ -150,16 +150,17 @@
</el-option>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
class=
"dateList"
label=
""
style=
"width:3
0
0px"
>
<el-form-item
class=
"dateList"
label=
""
style=
"width:3
6
0px"
>
<span
class=
"label"
>
计划时间
</span>
<span
class=
"label"
>
计划时间
</span>
<div>
<div>
<el-date-picker
style=
"width:3
0
0px"
<el-date-picker
style=
"width:3
6
0px"
v-model=
"dateList"
v-model=
"dateList"
type=
"daterange"
type=
"date
time
range"
range-separator=
"至"
range-separator=
"至"
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd
HH:mm:ss
"
start-placeholder=
"开始日期"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
end-placeholder=
"结束日期"
:default-time=
"['09:30:00', '18:00:00']"
>
>
</el-date-picker>
</el-date-picker>
</div>
</div>
...
@@ -269,7 +270,8 @@ export default {
...
@@ -269,7 +270,8 @@ export default {
path
:
path
,
path
:
path
,
query
:
{
query
:
{
CheckId
:
item
.
Id
,
CheckId
:
item
.
Id
,
WarehouseId
:
item
.
WarehouseId
WarehouseId
:
item
.
WarehouseId
,
CheckState
:
item
.
CheckState
}
}
});
});
...
@@ -289,7 +291,7 @@ export default {
...
@@ -289,7 +291,7 @@ export default {
this
.
dialogdisabled
=
false
this
.
dialogdisabled
=
false
},
},
Edit
(
item
)
{
Edit
(
item
)
{
this
.
dialogdisabled
=
true
this
.
dialogdisabled
=
true
this
.
dialogtitle
=
"编辑"
;
this
.
dialogtitle
=
"编辑"
;
this
.
dialogState
=
true
;
this
.
dialogState
=
true
;
let
itemdata
=
Object
.
assign
({},
item
)
let
itemdata
=
Object
.
assign
({},
item
)
...
@@ -297,9 +299,7 @@ export default {
...
@@ -297,9 +299,7 @@ export default {
this
.
addMsg
.
WarehouseId
=
itemdata
.
WarehouseId
;
this
.
addMsg
.
WarehouseId
=
itemdata
.
WarehouseId
;
this
.
addMsg
.
StartDate
=
itemdata
.
StartDate
;
this
.
addMsg
.
StartDate
=
itemdata
.
StartDate
;
this
.
addMsg
.
EndDate
=
itemdata
.
EndDate
;
this
.
addMsg
.
EndDate
=
itemdata
.
EndDate
;
this
.
dateList
=
[];
this
.
dateList
=
[
this
.
addMsg
.
StartDate
,
this
.
addMsg
.
EndDate
];
this
.
dateList
[
0
]
=
this
.
addMsg
.
StartDate
;
this
.
dateList
[
1
]
=
this
.
addMsg
.
EndDate
;
},
},
Delete
(
item
)
{
Delete
(
item
)
{
let
Id
=
item
.
Id
;
let
Id
=
item
.
Id
;
...
...
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