Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-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
ximai
mes-ui
Commits
b2ce96dc
Commit
b2ce96dc
authored
Apr 10, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领料单新建领料方式
parent
094c0404
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
index.vue
src/views/mes/pro/request/index.vue
+8
-1
No files found.
src/views/mes/pro/request/index.vue
View file @
b2ce96dc
...
@@ -126,6 +126,11 @@
...
@@ -126,6 +126,11 @@
<el-table-column
label=
"编排单号"
align=
"center"
prop=
"arrangeCode"
/>
<el-table-column
label=
"编排单号"
align=
"center"
prop=
"arrangeCode"
/>
<el-table-column
label=
"领用数量"
align=
"center"
prop=
"applyNum"
/>
<el-table-column
label=
"领用数量"
align=
"center"
prop=
"applyNum"
/>
<el-table-column
label=
"创建人"
align=
"center"
prop=
"createBy"
/>
<el-table-column
label=
"创建人"
align=
"center"
prop=
"createBy"
/>
<el-table-column
label=
"领料方式"
align=
"center"
prop=
"materialType"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.pro_material_from"
:value=
"scope.row.materialType"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"180"
>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"180"
>
<!-- <template slot-scope="scope">
<!-- <template slot-scope="scope">
<span>{{ parseTime(scope.row.CreateTime, '{y}-{m}-{d}') }}</span>
<span>{{ parseTime(scope.row.CreateTime, '{y}-{m}-{d}') }}</span>
...
@@ -250,7 +255,7 @@ import { listMaterialRequest, getMaterialRequest, delMaterialRequest, addMateria
...
@@ -250,7 +255,7 @@ import { listMaterialRequest, getMaterialRequest, delMaterialRequest, addMateria
export
default
{
export
default
{
name
:
"MaterialRequest"
,
name
:
"MaterialRequest"
,
dicts
:
[
'pro_requisition_type'
],
dicts
:
[
'pro_requisition_type'
,
'pro_material_from'
],
data
()
{
data
()
{
return
{
return
{
// 遮罩层
// 遮罩层
...
@@ -290,6 +295,7 @@ export default {
...
@@ -290,6 +295,7 @@ export default {
workorderCode
:
null
,
},
workorderCode
:
null
,
},
// 表单参数
// 表单参数
form
:
{},
form
:
{},
optType
:
null
,
// 表单校验
// 表单校验
rules
:
{
rules
:
{
}
}
...
@@ -330,6 +336,7 @@ export default {
...
@@ -330,6 +336,7 @@ export default {
applyNum
:
null
,
applyNum
:
null
,
arrangeCode
:
null
,
arrangeCode
:
null
,
workorderCode
:
null
,
workorderCode
:
null
,
materialType
:
null
,
createTime
:
null
,
createTime
:
null
,
remark
:
null
,
remark
:
null
,
attr1
:
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