Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
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
pda
pda-ui
Commits
8889fa95
Commit
8889fa95
authored
May 07, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领料申请bug修复
parent
f44f5745
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/mes/pro/request/index.vue
+5
-5
No files found.
src/views/mes/pro/request/index.vue
View file @
8889fa95
<
template
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"100px"
>
<el-form-item
label=
"产品编号"
prop=
"
i
temCode"
>
<el-form-item
label=
"产品编号"
prop=
"
sapI
temCode"
>
<el-input
v-model=
"queryParams.
i
temCode"
v-model=
"queryParams.
sapI
temCode"
placeholder=
"请输入产品编号"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
...
...
@@ -121,7 +121,7 @@
<el-table
v-loading=
"loading"
:data=
"materialRequestList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"产品编号"
align=
"center"
prop=
"
i
temCode"
width=
"150"
/>
<el-table-column
label=
"产品编号"
align=
"center"
prop=
"
sapI
temCode"
width=
"150"
/>
<el-table-column
label=
"产品名称"
align=
"center"
prop=
"itemName"
width=
"100"
/>
<el-table-column
label=
"生产工单"
align=
"center"
prop=
"workorderCode"
width=
"150"
/>
<el-table-column
label=
"工作单元"
align=
"center"
prop=
"workunitName"
width=
"100"
/>
...
...
@@ -196,8 +196,8 @@
label-width=
"80px"
>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"产品编号"
prop=
"
i
temCode"
>
<el-input
v-model=
"form.
i
temCode"
placeholder=
"请输入产品编号"
/>
<el-form-item
label=
"产品编号"
prop=
"
sapI
temCode"
>
<el-input
v-model=
"form.
sapI
temCode"
placeholder=
"请输入产品编号"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
...
...
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