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
f45ba81a
Commit
f45ba81a
authored
Aug 26, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
e1fa4739
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
19 deletions
+30
-19
rukuDetails.vue
src/components/Materialman/rukuDetails.vue
+4
-2
rukuExamine.vue
src/components/Materialman/rukuExamine.vue
+9
-3
rukudan.vue
src/components/Materialman/rukudan.vue
+17
-14
No files found.
src/components/Materialman/rukuDetails.vue
View file @
f45ba81a
...
...
@@ -71,11 +71,11 @@
<th>
数量
</th>
</thead>
<tbody>
<tr
v-for=
"(item,index) in GetDetail.DetailList"
:key=
"index"
>
<tr
:class=
"index!=0?'trNobottom':''"
v-for=
"(item,index) in GetDetail.DetailList"
:key=
"index"
>
<td><span
@
click=
"getCheckDes(item)"
style=
"text-decoration: underline;cursor: pointer;"
>
{{
item
.
SuppliesNum
}}
</span></td>
<td>
{{
item
.
SuppliesName
}}
</td>
<td>
<
p
v-for=
"(x,y) in item.GoodsSpecificationList"
:key=
"y"
>
{{
x
}}{{
y
+
1
==
item
.
GoodsSpecificationList
.
length
?
''
:
','
}}
</p
>
<
span
v-for=
"(x,y) in item.GoodsSpecificationList"
:key=
"y"
>
{{
x
}}{{
y
+
1
==
item
.
GoodsSpecificationList
.
length
?
''
:
','
}}
</span
>
</td>
<td>
{{
item
.
CategoryName
}}
</td>
<td>
{{
item
.
BrandName
}}
</td>
...
...
@@ -109,6 +109,7 @@
<el-popover
popper-class=
"detailsIT_Journal"
width=
"250"
@
show=
"getdanjuList"
trigger=
"click"
>
<div
class=
"InfoChangeLog"
>
<div
class=
"changLog"
>
...
...
@@ -713,6 +714,7 @@
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
getDetail
();
this
.
Success
(
res
.
data
.
message
);
this
.
getdanjuList
()
this
.
addMsg
=
{
AuditDescription
:
''
,
ImageList
:[],
...
...
src/components/Materialman/rukuExamine.vue
View file @
f45ba81a
...
...
@@ -81,9 +81,15 @@
<span
class=
"ColorSpan greenSpan"
v-if=
"item.StockInState==1"
>
已
</span>
{{
item
.
StockInStateStr
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
StockInDate
}}
/
{{
item
.
StockInNum
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
WareHouseName
}}
/
{{
item
.
SupplierName
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<div>
{{
item
.
StockInDate
}}
</div>
<div>
{{
item
.
StockInNum
}}
</div>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<div>
{{
item
.
WareHouseName
}}
</div>
<div>
{{
item
.
SupplierName
}}
</div>
</td>
<td>
{{
delist
.
SuppliesNum
}}
</td>
<td
style=
"width:300px"
>
{{
delist
.
SuppliesName
}}
</td>
<td>
...
...
@@ -94,7 +100,7 @@
<td>
{{
delist
.
UnitPrice
}}
</td>
<td>
{{
delist
.
Money
}}
</td>
<td>
{{
delist
.
Number
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
FinanceId
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
FinanceId
>
0
?
item
.
FinanceId
:
'-'
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
...
...
src/components/Materialman/rukudan.vue
View file @
f45ba81a
...
...
@@ -58,15 +58,13 @@
<table
v-loading=
"loading"
style=
"margin-top:10px"
class=
"myTable noHoverTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<thead>
<th
width=
"75"
>
入库状态
</th>
<th>
入库时间
</th>
<th>
入库单编码
</th>
<th>
仓库名称
</th>
<th>
供应商名称
</th>
<th>
入库时间/编码
</th>
<th>
仓库/供应商名称
</th>
<th>
耗材编码
</th>
<th>
耗材名称
</th>
<th>
规格
</th>
<th>
耗材编码
</th>
<th>
分类名称
</th>
<th>
品牌名称
</th>
<th>
单价
</th>
...
...
@@ -85,22 +83,27 @@
<span
class=
"ColorSpan greenSpan"
v-if=
"item.StockInState==1"
>
已
</span>
{{
item
.
StockInStateStr
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
StockInDate
}}
</td>
<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
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<div>
{{
item
.
StockInDate
}}
</div>
<div>
{{
item
.
StockInNum
}}
</div>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<div>
{{
item
.
WareHouseName
}}
</div>
<div>
{{
item
.
SupplierName
}}
</div>
</td>
<td>
{{
delist
.
SuppliesNum
}}
</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
>
<td
width=
"180"
>
<
span
v-for=
"(x,y) in delist.GoodsSpecificationList"
:key=
"y"
>
{{
x
}}{{
y
+
1
==
delist
.
GoodsSpecificationList
.
length
?
''
:
','
}}
</span
>
</td>
<td>
{{
delist
.
SuppliesNum
}}
</td>
<td>
{{
delist
.
CategoryName
}}
</td>
<td>
{{
delist
.
BrandName
}}
</td>
<td>
{{
delist
.
UnitPrice
}}
</td>
<td>
{{
delist
.
Money
}}
</td>
<td>
{{
delist
.
Number
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
FinanceId
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
FinanceId
>
0
?
item
.
FinanceId
:
'-'
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
...
...
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