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
mes
mes-ui
Commits
aa3f4feb
Commit
aa3f4feb
authored
Apr 17, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改生产排产的列表字段
parent
c9970636
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
+18
-17
index.vue
src/views/mes/pro/scheduleList/index.vue
+18
-17
No files found.
src/views/mes/pro/scheduleList/index.vue
View file @
aa3f4feb
...
...
@@ -149,7 +149,7 @@
prop=
"processName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
<
!-- <
el-table-column
label="产品名称"
width="200"
align="center"
...
...
@@ -157,7 +157,7 @@
:show-overflow-tooltip="true"
/>
<el-table-column label="规格型号" align="center" prop="specification" />
<el-table-column
label=
"单位"
align=
"center"
prop=
"unitOfMeasure"
/>
<el-table-column label="单位" align="center" prop="unitOfMeasure" />
-->
<el-table-column
label=
"排产数量"
align=
"center"
prop=
"quantity"
/>
<el-table-column
label=
"计划开始时间"
...
...
@@ -191,7 +191,7 @@
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
<
!--
<
el
-
table
-
column
label
=
"需求日期"
align
=
"center"
prop
=
"requestDate"
...
...
@@ -200,7 +200,7 @@
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
parseTime
(
scope
.
row
.
requestDate
,
"{y
}
-{m
}
-{d
}
"
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
/el-table-column>
--
>
<
el
-
table
-
column
label
=
"操作"
width
=
"150px"
...
...
@@ -248,11 +248,11 @@
<
el
-
input
v
-
model
=
"form.taskName"
readonly
=
"readonly"
disabled
/>
<
/el-form-item
>
<
/el-col> --
>
<
el
-
col
:
span
=
"12"
>
<
!--
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"产品名称"
prop
=
"itemName"
>
<
el
-
input
v
-
model
=
"form.itemName"
readonly
=
"readonly"
disabled
/>
<
/el-form-item
>
<
/el-col
>
<
/el-col>
--
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"工序名称"
prop
=
"processName"
>
<
el
-
input
...
...
@@ -285,6 +285,17 @@
<
el
-
input
disabled
v
-
model
=
"form.workunitName"
><
/el-input
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"排产数量"
prop
=
"quantity"
>
<
el
-
input
-
number
:
step
=
"1"
:
min
=
"0"
disabled
v
-
model
=
"form.quantity"
placeholder
=
"请输入排产数量"
/>
<
/el-form-item
>
<
/el-col
>
<!--
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"生产时长"
prop
=
"duration"
>
...
...
@@ -321,17 +332,7 @@
<
/el-date-picker
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"排产数量"
prop
=
"quantity"
>
<
el
-
input
-
number
:
step
=
"1"
:
min
=
"0"
disabled
v
-
model
=
"form.quantity"
placeholder
=
"请输入排产数量"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"24"
>
...
...
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