Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
Project
Project
Details
Activity
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
ximai
mes-pda-scan
Commits
3cec088b
Commit
3cec088b
authored
Jul 25, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加工作中心显示
parent
b133221f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
recoilMaterialList.vue
pages/recoil/recoilMaterialList.vue
+10
-2
No files found.
pages/recoil/recoilMaterialList.vue
View file @
3cec088b
...
...
@@ -5,10 +5,15 @@
<view
class=
"headerTitle"
>
<view
class=
""
>
<view
class=
"items"
>
反冲料申请:
{{
goods
List
[
0
]
&&
goodsList
[
0
]
.
applyNo
}}
</view
>
反冲料申请:
{{
goods
Info
&&
goodsInfo
.
applyNo
}}
</view
>
<view
class=
"items"
>
计划日期:
{{
goodsList
[
0
]
&&
goodsList
[
0
].
startTime
}}
</view
>
{{
goodsInfo
.
workstationCode
}}
/
{{
goodsInfo
.
workstationName
}}
</view
>
<view
class=
"items"
>
计划日期:
{{
goodsInfo
&&
goodsInfo
.
startTime
}}
</view
>
</view>
</view>
...
...
@@ -108,6 +113,9 @@ export default {
};
},
computed
:
{
goodsInfo
()
{
return
this
.
goodsList
[
0
]
||
{}
},
totalNum
()
{
let
num
=
0
;
let
i
=
null
,
...
...
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