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
fe11526c
Commit
fe11526c
authored
Jul 31, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c51f49b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
consumablesInventory.vue
src/components/Materialman/consumablesInventory.vue
+22
-1
No files found.
src/components/Materialman/consumablesInventory.vue
View file @
fe11526c
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
<img
v-if=
"row.CheckState==1"
@
click=
"SeeDetails(row,'/InventoryDetail')"
style=
"width:24px;height:24px"
src=
"../../assets/img/shtg.png"
alt=
""
/>
<img
v-if=
"row.CheckState==1"
@
click=
"SeeDetails(row,'/InventoryDetail')"
style=
"width:24px;height:24px"
src=
"../../assets/img/shtg.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=
"
Export(row)
"
style=
"width:24px;height:24px"
src=
"../../assets/img/xz.png"
alt=
""
/>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"复盘"
placement=
"top"
v-if=
"row.CheckState==2"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"复盘"
placement=
"top"
v-if=
"row.CheckState==2"
>
<img
v-if=
"row.CheckState == 2"
@
click=
"analyse(row)"
style=
"width:24px;height:24px"
src=
"../../assets/img/cz.png"
alt=
""
/>
<img
v-if=
"row.CheckState == 2"
@
click=
"analyse(row)"
style=
"width:24px;height:24px"
src=
"../../assets/img/cz.png"
alt=
""
/>
...
@@ -211,6 +211,10 @@ export default {
...
@@ -211,6 +211,10 @@ export default {
WarehouseId
:
0
,
WarehouseId
:
0
,
CheckState
:
0
,
CheckState
:
0
,
},
},
repeatMsg
:{
},
getWareHouseList
:[],
getWareHouseList
:[],
getCheckStatusList
:[],
getCheckStatusList
:[],
dialogtitle
:
"新增"
,
dialogtitle
:
"新增"
,
...
@@ -434,6 +438,23 @@ export default {
...
@@ -434,6 +438,23 @@ export default {
},
},
null
null
);
);
},
Export
(
row
){
let
msg
=
{
pageIndex
:
1
,
pageSize
:
99999999
,
CheckId
:
row
.
Id
,
SuppliesId
:
''
,
SuppliesName
:
''
,
CheckStatus
:
0
,
IsSelectCheckLoss
:
0
,
//是否只查询盘点盈亏的 1是 0否
IsSelectHaveInventory
:
0
,
//是否只查询有库存数量的 1是 0否
};
this
.
JavaGetLocalFile
(
"/api/supplies/GetSuppliesCheckDetailToExcel"
,
msg
,
"盘点明细.xls"
);
}
}
}
}
};
};
...
...
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