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
c996b867
Commit
c996b867
authored
Dec 19, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
排程日志重置查询条件BUG修复
生产版本规格说明书添加厚度mm字段
parent
53ff7fa0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
9 deletions
+23
-9
ProogingSpecificationSheet.vue
...ductionSolution/components/ProogingSpecificationSheet.vue
+17
-8
index.vue
src/views/mes/pro/scheduleLog/index.vue
+6
-1
No files found.
src/views/mes/pro/productionSolution/components/ProogingSpecificationSheet.vue
View file @
c996b867
...
...
@@ -123,6 +123,15 @@
</el-input>
</el-form-item>
</el-col>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
>
<el-form-item
label=
"厚度mm"
prop=
"thick"
>
<el-input
v-model=
"form.thick"
placeholder
type=
"number"
:precision=
"2"
/>
</el-form-item>
</el-col>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
><el-form-item
label=
"印张长度"
prop=
"printingPaperlenth"
><el-input
...
...
@@ -550,7 +559,7 @@
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
>
...
...
@@ -561,14 +570,14 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
>
<el-form-item
label=
"排版要求"
prop=
"dtaRemark"
>
<el-input
v-model=
"form.dtaRemark"
placeholder
/>
</el-form-item>
</el-col>
</el-row>
<!--
<el-row>
<el-col
:span=
"23"
>
<el-form-item
label=
"备注"
prop=
"remark"
>
...
...
@@ -698,6 +707,7 @@ export default {
layerNum
:
""
,
width
:
""
,
height
:
""
,
thick
:
""
,
printingPaperlenth
:
""
,
printPaperwidth
:
""
,
sendworkMultiple
:
""
,
...
...
@@ -720,7 +730,6 @@ export default {
backImg
:
""
,
blownFilmWidth
:
""
,
blownFilmThickness
:
""
,
printPaperwidth
:
""
,
inlay
:
""
,
customerConfirmedBy
:
""
,
customerConfirmedDate
:
""
,
...
...
@@ -761,7 +770,7 @@ export default {
/**更新行 */
updateRow
(
row
,
idx
)
{
Object
.
assign
(
this
.
form
,
row
);
this
.
currentRowIndex
=
idx
;
this
.
showFlag
=
true
;
...
...
@@ -780,7 +789,7 @@ export default {
},
getComData
()
{
return
this
.
form
;
},
/**重置表单 */
resetForm
()
{
...
...
@@ -797,6 +806,7 @@ export default {
layerNum
:
""
,
width
:
""
,
height
:
""
,
thick
:
""
,
printingPaperlenth
:
""
,
printPaperwidth
:
""
,
sendworkMultiple
:
""
,
...
...
@@ -819,7 +829,6 @@ export default {
backImg
:
""
,
blownFilmWidth
:
""
,
blownFilmThickness
:
""
,
printPaperwidth
:
""
,
inlay
:
""
,
customerConfirmedBy
:
""
,
customerConfirmedDate
:
""
,
...
...
@@ -839,7 +848,7 @@ export default {
dtaRemark
:
""
,
dta
:
""
,
};
},
/**重置组件状态 */
resetState
()
{
...
...
src/views/mes/pro/scheduleLog/index.vue
View file @
c996b867
...
...
@@ -148,11 +148,16 @@ export default {
},
/** 搜索按钮操作 */
handleQuery
()
{
this
.
queryParams
.
pageNum
=
1
;
this
.
getList
();
},
/** 重置按钮操作 */
resetQuery
()
{
this
.
queryParams
=
{
pageNum
:
1
,
pageSize
:
10
,
orderByColumn
:
'createTime'
,
isAsc
:
'desc'
}
this
.
resetForm
(
"queryForm"
);
this
.
handleQuery
();
},
...
...
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