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
82b1015f
Commit
82b1015f
authored
Jul 16, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e404a0d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
32 deletions
+38
-32
empowerManage.vue
src/components/empower/empowerManage.vue
+1
-1
printManage.vue
src/components/empower/printManage.vue
+9
-7
outboundManage.vue
src/components/orderMan/outboundManage.vue
+28
-24
No files found.
src/components/empower/empowerManage.vue
View file @
82b1015f
...
...
@@ -49,7 +49,7 @@
<el-table-column
prop=
"DomainName"
label=
"域名"
></el-table-column>
<el-table-column
prop=
"Account"
label=
"关联erp账号"
></el-table-column>
<el-table-column
prop=
"MallUserName"
label=
"电商员工姓名"
></el-table-column>
<
el-table-column
prop=
"EmpName"
label=
"创建人姓名"
></el-table-column
>
<
!-- <el-table-column prop="EmpName" label="创建人姓名"></el-table-column> --
>
<el-table-column
label=
"状态"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Status==1"
>
待审核
</span>
...
...
src/components/empower/printManage.vue
View file @
82b1015f
...
...
@@ -52,7 +52,7 @@
height
:
360px
;
border
:
1px
solid
#000
;
padding
:
10px
;
}
</
style
>
<
template
>
...
...
@@ -130,7 +130,8 @@
<div
class=
"xuanzhong"
id =
'xuanzhong'
style=
"display:none"
>
<!--
<div
v-for=
"(item,index) in checkList"
:key=
"index"
class=
"xuanzhong_item"
:id =
"item.page"
>
-->
<div
v-for=
"(item,index) in checkList"
:key=
"index"
:id =
"item.page"
style=
" width: 283px; height: 283px;padding: 10px;display: flex;flex-direction: column; justify-content: space-around;"
>
<div
style=
" width:100%; height:40px;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;"
>
<!--
<div
style=
" width:100%; height:40px;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;"
>
-->
<div
style=
" width:100%; height:30px;text-overflow: ellipsis; line-height: 20px;"
>
{{
item
.
GoodsName
}}
</div>
<div
style=
' width:100%; display: flex;flex-direction: row;align-items: center;margin-top:10px'
>
...
...
@@ -346,16 +347,17 @@ export default {
setTimeout
(()
=>
{
that
.
batchprint
(
num
)
},
200
)
if
(
conunt
==
num
){
}
else
{
console
.
log
(
'打印完成'
)
that
.
loading
=
false
;
that
.
checkList
=
[];
that
.
dataList
.
forEach
((
x
,
i
)
=>
{
x
.
Ischeck
=
false
;
})
}
}
else
{
return
}
}
else
{
...
...
@@ -363,7 +365,7 @@ export default {
}
}
LODOP
.
PRINT
()
// LODOP.PREVIEW()//预览打印
}
// else{
...
...
src/components/orderMan/outboundManage.vue
View file @
82b1015f
...
...
@@ -23,14 +23,6 @@
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</div>
<!-- 选择是否公账 -->
<el-dialog
title=
"请选择"
:visible
.
sync=
"choiceFin"
width=
"400px"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
size=
"small"
@
click=
"choiceFin=false"
>
取消
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"setFince()"
>
确定
</el-button>
</span>
</el-dialog>
</div>
</
template
>
...
...
@@ -40,7 +32,7 @@
data
()
{
return
{
loading
:
false
,
choiceFin
:
false
,
tableData
:[],
total
:
0
,
outobj
:{
...
...
@@ -96,24 +88,36 @@
},
outapplyfor
(){
if
(
this
.
ERPEmpId
==
0
){
this
.
Error
(
'您还未授权,暂不能出库'
);
let
that
=
this
if
(
that
.
ERPEmpId
==
0
){
that
.
Error
(
'您还未授权,暂不能出库'
);
}
else
{
if
(
this
.
outobj
.
WarehouseOutGoodsList
.
length
==
0
)
{
this
.
Info
(
'请选择商品'
);
if
(
that
.
outobj
.
WarehouseOutGoodsList
.
length
==
0
)
{
that
.
Info
(
'请选择商品'
);
return
}
this
.
loading
=
true
;
this
.
assetsApipost
(
"/api/WarehouseOut/SetWarehouseOutApply"
,
this
.
outobj
,
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
outobj
.
WarehouseOutGoodsList
=
[]
this
.
getList
();
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
})
that
.
$confirm
(
'是否申请出库?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
that
.
loading
=
true
;
that
.
assetsApipost
(
"/api/WarehouseOut/SetWarehouseOutApply"
,
that
.
outobj
,
res
=>
{
that
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
Success
(
res
.
data
.
message
);
that
.
outobj
.
WarehouseOutGoodsList
=
[]
that
.
getList
();
}
else
{
that
.
Error
(
res
.
data
.
message
);
}
})
}).
catch
(()
=>
{
});
}
...
...
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