Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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-ui
Commits
0c62226b
Commit
0c62226b
authored
May 14, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工艺规程相关
parent
7e2917fa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
15 deletions
+20
-15
index.vue
pages/technology/details/routinghcorder/index.vue
+1
-1
add.vue
pages/technology/details/routingqccard/add.vue
+10
-6
edit.vue
pages/technology/details/routingqccard/edit.vue
+7
-8
index.vue
pages/technology/details/routingqccard/index.vue
+1
-0
index.vue
pages/technology/details/routingsupporting/index.vue
+1
-0
No files found.
pages/technology/details/routinghcorder/index.vue
View file @
0c62226b
...
...
@@ -4,7 +4,7 @@
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<FormItem
prop=
"keys"
>
<Input
placeholder=
"请输入关键字更改单编号"
v-model=
"easySearch.keys.value"
/>
<Input
placeholder=
"请输入关键字更改单编号"
v-model=
"easySearch.keys.value"
v-width=
"260"
/>
</FormItem>
<FormItem>
<Button
type=
"primary"
@
click=
"search"
>
查询
</Button>
...
...
pages/technology/details/routingqccard/add.vue
View file @
0c62226b
...
...
@@ -85,12 +85,11 @@
<Dictionary
code=
"QC.checktype"
v-model=
"entity.checkType"
@
on-change=
"checkChange"
type=
"radio"
></Dictionary>
</FormItem>
</Col>
<Col
:span=
"12"
v-if=
"raidoDis"
>
<Col
:span=
"12"
>
<FormItem
:label=
"l('isphotograph')"
prop=
"isphotograph"
>
<Dictionary
code=
"Process.state"
v-model=
"entity.isphotograph"
type=
"radio"
></Dictionary>
</FormItem>
...
...
@@ -114,6 +113,11 @@
<FormItem
:label=
"l('qualityTemplateName')"
prop=
"qualityTemplateName"
>
<inputFile
v-model=
"tempFile"
:parms=
"parms"
/>
</FormItem>
</Col>
<Col
:span=
"8"
>
<FormItem
:label=
"l('status')"
prop=
"status"
>
<Dictionary
code=
"QC.status"
v-model=
"entity.status"
type=
"radio"
></Dictionary>
</FormItem>
</Col>
<!--
<files
ref=
"refFile"
:parms=
"parms"
files
singleFile
/>
...
...
@@ -188,13 +192,13 @@ export default {
routingDetailId
:
null
,
routingStepId
:
0
,
checkContent
:
""
,
checkType
:
null
,
checkType
:
1
,
checkParams
:
""
,
measurementUnit
:
""
,
fillintype
:
null
,
qualityTemplate
:
""
,
isphotograph
:
null
,
status
:
null
,
isphotograph
:
0
,
status
:
1
,
extend
:
""
,
remark
:
""
,
productionRequirement
:
""
,
...
...
@@ -333,7 +337,7 @@ export default {
}
else
{
this
.
raidoDis
=
true
;
if
(
this
.
entity
.
isphotograph
==
null
)
{
this
.
entity
.
isphotograph
=
1
;
this
.
entity
.
isphotograph
=
0
;
}
}
},
...
...
pages/technology/details/routingqccard/edit.vue
View file @
0c62226b
...
...
@@ -27,12 +27,11 @@
<Dictionary
code=
"QC.checktype"
v-model=
"entity.checkType"
@
on-change=
"checkChange"
type=
"radio"
></Dictionary>
</FormItem>
</Col>
<Col
:span=
"12"
v-if=
"raidoDis"
>
<Col
:span=
"12"
>
<FormItem
:label=
"l('isphotograph')"
prop=
"isphotograph"
>
<Dictionary
code=
"Process.state"
v-model=
"entity.isphotograph"
type=
"radio"
></Dictionary>
</FormItem>
...
...
@@ -65,6 +64,11 @@
-->
</FormItem>
</Col>
<Col
:span=
"8"
>
<FormItem
:label=
"l('status')"
prop=
"status"
>
<Dictionary
code=
"QC.status"
v-model=
"entity.status"
type=
"radio"
></Dictionary>
</FormItem>
</Col>
</Row>
<FormItem>
<Button
type=
"primary"
@
click=
"handleSubmit"
:disabled=
"disabled"
>
保存
</Button>
...
...
@@ -124,12 +128,7 @@ export default {
this
.
entity
=
r
.
result
;
this
.
$refs
.
inputfile
.
newName
=
this
.
entity
.
qualityTemplateName
;
this
.
$refs
.
inputfile
.
newPath
=
this
.
entity
.
qualityTemplate
;
if
(
r
.
result
.
checkType
==
1
||
r
.
result
.
checkType
==
2
)
{
this
.
raidoDis
=
false
;
this
.
entity
.
isphotograph
=
null
;
}
else
{
this
.
raidoDis
=
true
;
}
});
},
downFile
(
path
)
{
...
...
pages/technology/details/routingqccard/index.vue
View file @
0c62226b
...
...
@@ -7,6 +7,7 @@
<Input
placeholder=
"请输入检测要求/标准指标"
v-model=
"easySearch.keys.value"
v-width=
"260"
/>
</FormItem>
<FormItem>
...
...
pages/technology/details/routingsupporting/index.vue
View file @
0c62226b
...
...
@@ -7,6 +7,7 @@
<Input
placeholder=
"请输入关键字物料名称"
v-model=
"easySearch.keys.value"
v-width=
"260"
/>
</FormItem>
<FormItem>
...
...
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