Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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-pad
Commits
24e447c0
Commit
24e447c0
authored
Aug 15, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补料类型的物料类型的分类
parent
96def781
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
index.vue
pages/mes/prodReport/index.vue
+4
-0
No files found.
pages/mes/prodReport/index.vue
View file @
24e447c0
...
@@ -711,6 +711,7 @@
...
@@ -711,6 +711,7 @@
<uni-th
width=
"100px"
align=
"center"
>
操作
</uni-th>
<uni-th
width=
"100px"
align=
"center"
>
操作
</uni-th>
<uni-th
width=
"150px"
align=
"center"
>
产品物料编码
</uni-th>
<uni-th
width=
"150px"
align=
"center"
>
产品物料编码
</uni-th>
<uni-th
width=
"250px"
align=
"center"
>
产品物料名称
</uni-th>
<uni-th
width=
"250px"
align=
"center"
>
产品物料名称
</uni-th>
<uni-th
width=
"150px"
align=
"center"
>
物料类型
</uni-th>
<uni-th
width=
"170px"
align=
"center"
>
补取数量
</uni-th>
<uni-th
width=
"170px"
align=
"center"
>
补取数量
</uni-th>
</uni-tr>
</uni-tr>
<scroll-view
scroll-y=
"true"
class=
"scroll-list"
:style=
"{ height: this.screenHeight/2 - 150 + 'px' }"
>
<scroll-view
scroll-y=
"true"
class=
"scroll-list"
:style=
"{ height: this.screenHeight/2 - 150 + 'px' }"
>
...
@@ -724,6 +725,7 @@
...
@@ -724,6 +725,7 @@
</uni-td>
</uni-td>
<uni-td
align=
"center"
style=
"width: 140px"
>
{{ line.itemCode.substring(line.itemCode.length - 8, line.itemCode.length) }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 140px"
>
{{ line.itemCode.substring(line.itemCode.length - 8, line.itemCode.length) }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 160px"
>
{{ line.itemName }}({{ line.specification }})/{{ line.unitOfMeasure }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 160px"
>
{{ line.itemName }}({{ line.specification }})/{{ line.unitOfMeasure }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 140px"
>
{{ line.isBackflush==='Y'?'倒冲':'直发'}}
</uni-td>
<uni-td
align=
"center"
style=
"width: 150px"
>
{{ line.applyNum }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 150px"
>
{{ line.applyNum }}
</uni-td>
</uni-tr>
</uni-tr>
</uni-table>
</uni-table>
...
@@ -733,6 +735,7 @@
...
@@ -733,6 +735,7 @@
<uni-th
width=
"200px"
align=
"center"
>
申请单号
</uni-th>
<uni-th
width=
"200px"
align=
"center"
>
申请单号
</uni-th>
<uni-th
width=
"200px"
align=
"center"
>
产品物料名称
</uni-th>
<uni-th
width=
"200px"
align=
"center"
>
产品物料名称
</uni-th>
<uni-th
width=
"160px"
align=
"center"
>
申请数量
</uni-th>
<uni-th
width=
"160px"
align=
"center"
>
申请数量
</uni-th>
<uni-th
width=
"110px"
align=
"center"
>
物料类型
</uni-th>
<uni-th
width=
"160px"
align=
"center"
>
状态
</uni-th>
<uni-th
width=
"160px"
align=
"center"
>
状态
</uni-th>
</uni-tr>
</uni-tr>
<scroll-view
scroll-y=
"true"
class=
"scroll-list"
:style=
"{ height: this.screenHeight/2 - 200 + 'px' }"
>
<scroll-view
scroll-y=
"true"
class=
"scroll-list"
:style=
"{ height: this.screenHeight/2 - 200 + 'px' }"
>
...
@@ -741,6 +744,7 @@
...
@@ -741,6 +744,7 @@
<uni-td
align=
"center"
style=
"width: 125px"
>
{{line.applyNo}}
</uni-td>
<uni-td
align=
"center"
style=
"width: 125px"
>
{{line.applyNo}}
</uni-td>
<uni-td
align=
"center"
style=
"width: 150px"
>
{{ line.sapItemCode.substring(line.sapItemCode.length - 8, line.sapItemCode.length) }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 150px"
>
{{ line.sapItemCode.substring(line.sapItemCode.length - 8, line.sapItemCode.length) }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 100px"
>
{{ line.applyNum }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 100px"
>
{{ line.applyNum }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 100px"
>
{{ line.isBackflush==='Y'?'倒冲':'直发'}}
</uni-td>
<uni-td
align=
"center"
style=
"width: 100px"
>
{{ line.attr1 }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 100px"
>
{{ line.attr1 }}
</uni-td>
</uni-tr>
</uni-tr>
</uni-table>
</uni-table>
...
...
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