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
9fd601d2
Commit
9fd601d2
authored
Aug 14, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库单增加字段
parent
5eecd8e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
rukudan.vue
src/components/Materialman/rukudan.vue
+7
-1
No files found.
src/components/Materialman/rukudan.vue
View file @
9fd601d2
...
...
@@ -27,6 +27,9 @@
</li>
<li>
<el-input
class=
"w200"
size=
"small"
v-model=
"msg.SupplierName"
placeholder=
"供应商"
@
keyup
.
enter
.
native=
"msg.pageIndex=1,getList()"
></el-input>
</li>
<li>
<el-input
class=
"w200"
size=
"small"
v-model=
"msg.FinanceId"
placeholder=
"财务单Id"
@
keyup
.
enter
.
native=
"msg.pageIndex=1,getList()"
></el-input>
</li>
<li>
<el-select
size=
"small"
filterable
clearable
v-model=
"msg.WarehouseId"
placeholder=
"仓库"
@
change=
"msg.pageIndex=1,getList()"
>
...
...
@@ -59,6 +62,7 @@
<th>
入库单编码
</th>
<th>
仓库名称
</th>
<th>
供应商名称
</th>
<th>
财务单ID
</th>
<th>
耗材名称
</th>
<th>
规格
</th>
...
...
@@ -84,6 +88,7 @@
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
StockInNum
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
WareHouseName
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
SupplierName
}}
</td>
<td
>
{{
item
.
FinanceId
}}
</td>
<td
style=
"width:300px"
>
{{
delist
.
SuppliesName
}}
</td>
<td>
<p
v-for=
"(x,y) in delist.GoodsSpecificationList"
:key=
"y"
>
{{
x
}}{{
y
+
1
==
delist
.
GoodsSpecificationList
.
length
?
''
:
','
}}
</p>
...
...
@@ -371,7 +376,8 @@ export default {
SuppliesNum
:
""
,
BrandName
:
''
,
CategoryId
:
''
,
SupplierName
:
''
SupplierName
:
''
,
FinanceId
:
''
,
},
wuliaodig
:
false
,
wlcheckList
:[],
...
...
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