Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
eeb13e6e
Commit
eeb13e6e
authored
Jul 20, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
de7b5d5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
printManage.vue
src/components/empower/printManage.vue
+6
-2
No files found.
src/components/empower/printManage.vue
View file @
eeb13e6e
...
...
@@ -56,7 +56,7 @@
}
</
style
>
<
template
>
<div
class=
"printManage"
>
<div
class=
"printManage"
>
<div
class=
"tpEdit_header"
>
<div>
<span
style=
"color:rgb(64, 158, 255);cursor:pointer;"
@
click=
"CommonJump('procurementMange')"
>
采购管理
</span><span
...
...
@@ -75,7 +75,8 @@
</el-select>
</div>
<div
style=
"margin-top:10px"
v-for=
"(i,j) in dataList"
:key=
"j"
>
<div
v-if=
"dataList.length==0"
style=
"width:100%;text-align: center;margin:30px 0"
>
暂无打印标签
</div>
<div
style=
"margin-top:10px"
v-for=
"(i,j) in dataList"
:key=
"j"
v-if=
"dataList.length>0"
v-loading=
"fullscreenLoading"
>
<div
style=
"margin:20px 0;font-size:16px;color:rgb(64, 158, 255)"
>
<span
>
商品名称:
{{
i
.
GoodsName
}}
</span>
</div>
...
...
@@ -182,6 +183,7 @@ export default {
data
()
{
return
{
loading
:
false
,
fullscreenLoading
:
false
,
Detaildata
:{},
msg
:{
ProcurementId
:
0
,
...
...
@@ -234,7 +236,9 @@ export default {
},
getList
(){
//获取采购单 入库商品标签
this
.
fullscreenLoading
=
true
this
.
assetsApipost
(
"/api/property/GetProcurementStockInLableList"
,
this
.
msg
,
res
=>
{
this
.
fullscreenLoading
=
false
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
data
.
forEach
(
x
=>
{
...
...
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