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
a0df847b
Commit
a0df847b
authored
Aug 13, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补料申请新增增加字段
parent
4c91c553
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
index.vue
pages/mes/prodReport/index.vue
+5
-1
No files found.
pages/mes/prodReport/index.vue
View file @
a0df847b
...
...
@@ -707,6 +707,7 @@
<uni-th
width=
"100px"
align=
"center"
>
操作
</uni-th>
<uni-th
width=
"150px"
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-tr>
<scroll-view
scroll-y=
"true"
class=
"scroll-list"
:style=
"{ height: this.screenHeight/2 - 150 + 'px' }"
>
...
...
@@ -720,6 +721,7 @@
</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: 140px"
>
{{ line.isBackflush ==='Y'? '倒冲':'直发' }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 150px"
>
{{ line.applyNum }}
</uni-td>
</uni-tr>
</uni-table>
...
...
@@ -727,8 +729,9 @@
</scroll-view>
<uni-tr>
<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=
"150px"
align=
"center"
>
类型
</uni-th>
<uni-th
width=
"160px"
align=
"center"
>
状态
</uni-th>
</uni-tr>
<scroll-view
scroll-y=
"true"
class=
"scroll-list"
:style=
"{ height: this.screenHeight/2 - 200 + 'px' }"
>
...
...
@@ -737,6 +740,7 @@
<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: 100px"
>
{{ line.applyNum }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 140px"
>
{{ line.isBackflush ==='Y'? '倒冲':'直发' }}
</uni-td>
<uni-td
align=
"center"
style=
"width: 100px"
>
{{ line.attr1 }}
</uni-td>
</uni-tr>
</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