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
06c09c7c
Commit
06c09c7c
authored
Jul 27, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
65f10d00
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
outboundApplication.vue
src/components/assetsman/outboundApplication.vue
+2
-0
outboundDetails.vue
src/components/assetsman/outboundDetails.vue
+4
-8
No files found.
src/components/assetsman/outboundApplication.vue
View file @
06c09c7c
...
...
@@ -51,6 +51,8 @@
</
template
>
</vxe-table-column>
<vxe-table-column
field=
"CreateDateStr"
title=
"申请时间"
></vxe-table-column>
<vxe-table-column
field=
"address"
title=
"操作"
>
<
template
v-slot=
"{ row }"
>
...
...
src/components/assetsman/outboundDetails.vue
View file @
06c09c7c
...
...
@@ -72,14 +72,10 @@
:data=
"tableData.WarehouseOutGoodsList"
>
<vxe-table-column
field=
"OrderNo"
title=
"订单号"
width=
'300'
></vxe-table-column>
<vxe-table-column
field=
"GoodsName"
title=
"商品名称"
></vxe-table-column>
<vxe-table-column
field=
"Specification"
title=
"规则"
width=
'300'
></vxe-table-column>
<vxe-table-column
field=
"Number"
title=
"数量"
width=
'130'
>
<template
v-slot=
"
{ row }">
<span
v-if=
"tableData.ApplyStatus!=1"
>
{{
row
.
Number
}}
</span>
<el-input
v-if=
"tableData.ApplyStatus==1"
class=
"w100"
size=
"small"
type=
"number"
v-model=
"row.Number"
placeholder=
"请输入"
@
input=
'changeNum(row,$event)'
:min=
"1"
></el-input>
</
template
>
</vxe-table-column>
<vxe-table-column
field=
"Specification"
title=
"规格"
width=
'250'
></vxe-table-column>
<vxe-table-column
field=
"Number"
title=
"数量"
width=
'100'
>
</vxe-table-column>
<vxe-table-column
field=
"NewSpecification"
title=
"出库规格"
width=
'250'
></vxe-table-column>
<vxe-table-column
field=
"NewNumber"
title=
"出库数量"
width=
'100'
>
</vxe-table-column>
<vxe-table-column
field=
"Name"
title=
"出库状态"
width=
'180'
>
<template
v-slot=
"
{ row }">
<span
class=
"commonStyle hoverSpan1"
></span>
...
...
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