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
62b656ee
Commit
62b656ee
authored
Aug 26, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出库的样式的修改
parent
1f213f02
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
28 deletions
+25
-28
chuk.png
src/assets/img/chuk.png
+0
-0
InventoryChange.vue
src/components/Materialman/InventoryChange.vue
+23
-21
outboundApplication.vue
src/components/assetsman/outboundApplication.vue
+2
-7
No files found.
src/assets/img/chuk.png
0 → 100644
View file @
62b656ee
1.41 KB
src/components/Materialman/InventoryChange.vue
View file @
62b656ee
...
@@ -7,10 +7,7 @@
...
@@ -7,10 +7,7 @@
<img
v-show=
"!morequery"
style=
"width:12px;height:12px"
src=
"../../assets/img/more.png"
alt=
""
>
<img
v-show=
"!morequery"
style=
"width:12px;height:12px"
src=
"../../assets/img/more.png"
alt=
""
>
<img
v-show=
"morequery"
class=
"roatImg"
style=
"width:12px;height:12px"
src=
"../../assets/img/more.png"
alt=
""
>
<img
v-show=
"morequery"
class=
"roatImg"
style=
"width:12px;height:12px"
src=
"../../assets/img/more.png"
alt=
""
>
</span>
</span>
<span
@
click=
"getList"
style=
"margin-left:20px"
class=
"chaxunSpan"
>
查询
</span>
<span
@
click=
"msg.pageIndex=1,getList()"
style=
"margin-left:20px"
class=
"chaxunSpan"
>
查询
</span>
<span
@
click=
"Export('GetInventoryPageListToExcel','库存')"
style=
"margin-left:20px"
class=
"addSpan"
>
导出
</span>
</div>
</div>
<div
class=
"padContent"
>
<div
class=
"padContent"
>
<ul
v-show=
"morequery"
class=
"queryul"
>
<ul
v-show=
"morequery"
class=
"queryul"
>
...
@@ -35,6 +32,19 @@
...
@@ -35,6 +32,19 @@
</el-option>
</el-option>
</el-select>
</el-select>
</li>
</li>
<li>
<el-date-picker
@
change=
"msg.pageIndex=1,getList()"
v-model=
"dateList"
type=
"daterange"
range-separator=
"至"
value-format=
"yyyy-MM-dd"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
</el-date-picker>
</li>
</ul>
</ul>
<vxe-table
stripe
style=
"margin-top:15px"
:loading=
"loading"
<vxe-table
stripe
style=
"margin-top:15px"
:loading=
"loading"
:data=
"tableData"
>
:data=
"tableData"
>
...
@@ -45,7 +55,7 @@
...
@@ -45,7 +55,7 @@
</vxe-table-column>
</vxe-table-column>
<vxe-table-column
field=
"SuppliesName"
title=
"耗材名称"
width=
'300'
>
<vxe-table-column
field=
"SuppliesName"
title=
"耗材名称"
width=
'300'
>
<
template
v-slot=
"{ row }"
>
<
template
v-slot=
"{ row }"
>
<span
class=
"underline"
@
click=
"getCheckDes(row)"
>
{{
row
.
SuppliesName
}}
</span>
<span
>
{{
row
.
SuppliesName
}}
</span>
</
template
>
</
template
>
</vxe-table-column>
</vxe-table-column>
<vxe-table-column
field=
"SuppliesName"
title=
"规格"
width=
'200'
>
<vxe-table-column
field=
"SuppliesName"
title=
"规格"
width=
'200'
>
...
@@ -103,7 +113,7 @@
...
@@ -103,7 +113,7 @@
Mobile
:
''
,
Mobile
:
''
,
},
},
dialogState
:
false
,
dialogState
:
false
,
dateList
:[],
getWareHouseList
:[],
getWareHouseList
:[],
wuliaomsg
:{
wuliaomsg
:{
pageIndex
:
1
,
pageIndex
:
1
,
...
@@ -125,22 +135,7 @@
...
@@ -125,22 +135,7 @@
this
.
getwuliaoList
();
this
.
getwuliaoList
();
},
},
methods
:{
methods
:{
getCheckDes
(
item
){
let
PropertyId
=
item
.
SuppliesId
;
this
.
CheckDetailState
=
true
;
setTimeout
(()
=>
{
this
.
$refs
.
mychild
.
InitData
(
PropertyId
);
},
10
)
},
Export
(
url
,
name
){
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
this
.
JavaGetLocalFile
(
`/api/Supplies/
${
url
}
`
,
msg
,
`
${
name
}
报表.xls`
);
},
// 仓库列表
// 仓库列表
getWareHouse
(){
getWareHouse
(){
this
.
apiJavaPost
(
"/api/Supplies/GetWareHouseList"
,{
Name
:
''
},
this
.
apiJavaPost
(
"/api/Supplies/GetWareHouseList"
,{
Name
:
''
},
...
@@ -172,6 +167,13 @@
...
@@ -172,6 +167,13 @@
},
},
getList
(){
getList
(){
this
.
loading
=
true
;
this
.
loading
=
true
;
if
(
this
.
dateList
&&
this
.
dateList
.
length
>
0
)
{
this
.
msg
.
StartTime
=
this
.
dateList
[
0
];
this
.
msg
.
EndTime
=
this
.
dateList
[
1
];
}
else
{
this
.
msg
.
StartTime
=
""
;
this
.
msg
.
EndTime
=
""
;
}
this
.
apiJavaPost
(
"/api/Supplies/GetSuppliesInventoryPageList"
,
this
.
msg
,
this
.
apiJavaPost
(
"/api/Supplies/GetSuppliesInventoryPageList"
,
this
.
msg
,
res
=>
{
res
=>
{
this
.
loading
=
false
;
this
.
loading
=
false
;
...
...
src/components/assetsman/outboundApplication.vue
View file @
62b656ee
...
@@ -95,14 +95,9 @@
...
@@ -95,14 +95,9 @@
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看详情"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看详情"
placement=
"top"
>
<img
@
click=
"SeeDetails(item,'/outboundDetails')"
style=
"width:24px;height:24px;margin-right:10px;"
src=
"../../assets/img/chakan.png"
alt=
""
/>
<img
@
click=
"SeeDetails(item,'/outboundDetails')"
style=
"width:24px;height:24px;margin-right:10px;"
src=
"../../assets/img/chakan.png"
alt=
""
/>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"出库"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"出库"
placement=
"top"
v-if=
"item.ApplyStatus==2&&(item.OutStatus==0||item.OutStatus==1)"
>
<span
class=
"outBand_div"
v-if=
"item.ApplyStatus==2&&(item.OutStatus==0||item.OutStatus==1)"
@
click=
"goUrl('outboundOperate',item.ID)"
>
<img
@
click=
"goUrl('outboundOperate',item.ID)"
style=
"width:24px;height:24px;margin-right:10px;"
src=
"../../assets/img/chuk.png"
alt=
""
v-if=
"item.ApplyStatus==2&&(item.OutStatus==0||item.OutStatus==1)"
/>
<i
class=
"iconfont icon-chuku"
></i>
</span>
</el-tooltip>
</el-tooltip>
</td>
</td>
</tr>
</tr>
...
...
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