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
9be542ee
Commit
9be542ee
authored
Mar 05, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领料申请添加字段
parent
a3494bfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
index.vue
src/views/mes/pro/request/index.vue
+22
-2
No files found.
src/views/mes/pro/request/index.vue
View file @
9be542ee
...
...
@@ -33,6 +33,15 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"生产工单"
prop=
"workorderCode"
>
<el-input
v-model=
"queryParams.workorderCode"
placeholder=
"请输入生产工单"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"创建人"
prop=
"createBy"
>
<el-input
v-model=
"queryParams.createBy"
...
...
@@ -108,6 +117,7 @@
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"产品编号"
align=
"center"
prop=
"itemCode"
/>
<el-table-column
label=
"产品名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"生产工单"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
label=
"领料类型"
align=
"center"
prop=
"applyType"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.pro_requisition_type"
:value=
"scope.row.applyType"
/>
...
...
@@ -206,6 +216,13 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"生产工单"
prop=
"workorderCode"
>
<el-input
v-model=
"form.workorderCode"
type=
"textarea"
placeholder=
"请输入生产工单"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"创建时间"
prop=
"createTime"
>
<el-date-picker
clearable
v-model=
"form.createTime"
...
...
@@ -214,7 +231,8 @@
placeholder=
"请选择异常时间"
>
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"cancel"
v-if=
"optType =='view' "
>
返回
</el-button>
...
...
@@ -265,7 +283,8 @@ export default {
attr1
:
null
,
attr2
:
null
,
attr3
:
null
,
attr4
:
null
,
},
attr4
:
null
,
workorderCode
:
null
,
},
// 表单参数
form
:
{},
// 表单校验
...
...
@@ -305,6 +324,7 @@ export default {
taskId
:
null
,
applyNum
:
null
,
arrangeCode
:
null
,
workorderCode
:
null
,
createTime
:
null
,
remark
:
null
,
attr1
:
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