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
80da2cd7
Commit
80da2cd7
authored
May 18, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of
http://git.mes123.com/zhouyx/mes-ui
into product
parents
393ce81d
38c9a967
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
31 deletions
+29
-31
add.vue
pages/bug/component/add.vue
+1
-0
index.vue
pages/handle/examine3/index.vue
+1
-1
processview.vue
pages/processDesign/Process/processview.vue
+27
-30
No files found.
pages/bug/component/add.vue
View file @
80da2cd7
...
...
@@ -33,6 +33,7 @@
<i-quill
v-model=
"bugForm.content"
:height=
"600"
v-paste=
"handleImg"
/>
</FormItem>
</Row>
...
...
pages/handle/examine3/index.vue
View file @
80da2cd7
<
template
>
<div
style=
"padding:40px 0"
>
<Detail
:idVal=
"detailId"
/>
<Process
ref=
"userProcess"
:idVal=
"detailId"
/>
<Process
ref=
"userProcess"
:idVal=
"detailId"
style=
"width:80%"
/>
<div
class=
"footers"
v-if=
"footerStatu === '2'"
style=
"text-align:left;"
>
<Form
:model=
"formMyCheck"
...
...
pages/processDesign/Process/processview.vue
View file @
80da2cd7
...
...
@@ -15,17 +15,17 @@
</Col>
<Col
span=
"9"
>
<div
class=
"iview_cont"
>
<label
v-text=
"formValidate.code"
></label>
</div>
</Col>
<Col
span=
"5"
>
<div
class=
"row_label box"
></div>
</Col>
<Col
span=
"3"
>
<div
class=
"row_label"
>
任务类型
</div>
</Col>
<Col
span=
"
4
"
>
<Col
span=
"
9
"
>
<div
class=
"iview_cont border_none"
>
<label
v-text=
"formValidate.task_type_str"
></label>
</div>
</Col>
...
...
@@ -36,17 +36,17 @@
</Col>
<Col
span=
"9"
>
<div
class=
"iview_cont"
>
<label
v-text=
"formValidate.versiondesc"
></label>
</div>
</Col>
<Col
span=
"5"
>
<div
class=
"row_label box"
></div>
</Col>
<Col
span=
"3"
>
<div
class=
"row_label"
>
研制方式
</div>
</Col>
<Col
span=
"
4
"
>
<Col
span=
"
9
"
>
<div
class=
"iview_cont border_none"
>
<label
v-text=
"formValidate.development_mode_str"
></label>
</div>
</Col>
...
...
@@ -262,7 +262,7 @@
<h2>
工艺内容
</h2>
</Row>
<Row
class=
"table_row row03 auto_row"
>
<div
style=
"min-height:300px"
class=
"tex_in10"
>
{{formValidate.remark}}
</div>
<div
style=
"min-height:300px"
v-html=
"formValidate.remark"
class=
"tex_in10"
>
</div>
</Row>
<Row
class=
"table_row center row_title"
>
<h2>
工艺附图(magics文件或打印数据文件eosjz截图)
</h2>
...
...
@@ -353,12 +353,12 @@
</div>
</template>
<
script
>
import
service
from
'@/plugins/request'
import
service
from
"@/plugins/request"
;
export
default
{
name
:
'processview'
,
name
:
"processview"
,
data
()
{
return
{
filesurl
:
''
,
filesurl
:
""
,
downUrl
:
fileUrlDown
,
formValidate
:
{
// name: '可乐叉烧',
...
...
@@ -466,7 +466,7 @@ export default {
// }
]
}
}
}
;
},
props
:
{
//设置工艺、创建工艺
...
...
@@ -477,26 +477,23 @@ export default {
},
methods
:
{
loaddata
(
headerID
)
{
var
url
=
`
${
designUrl
}
/routingheader/getprocessinfo?headerid=`
+
headerID
service
.
get
(
`
${
url
}
`
).
then
((
response
)
=>
{
this
.
formValidate
=
response
.
result
var
url
=
`
${
designUrl
}
/routingheader/getprocessinfo?headerid=`
+
headerID
;
service
.
get
(
`
${
url
}
`
).
then
(
response
=>
{
this
.
formValidate
=
response
.
result
;
if
(
this
.
formValidate
.
change_order_code
==
''
)
{
this
.
formValidate
.
change_order_date
=
''
if
(
this
.
formValidate
.
change_order_code
==
""
)
{
this
.
formValidate
.
change_order_date
=
""
;
}
if
(
typeof
this
.
formValidate
.
production_batch
==
"undefined"
)
{
this
.
formValidate
.
production_batch
=
" "
;
}
if
(
typeof
(
this
.
formValidate
.
production_batch
)
==
"undefined"
)
{
this
.
formValidate
.
production_batch
=
' '
}
if
(
typeof
(
this
.
formValidate
.
print_data_name
)
==
"undefined"
)
{
this
.
formValidate
.
print_data_name
=
' '
}
})
if
(
typeof
this
.
formValidate
.
print_data_name
==
"undefined"
)
{
this
.
formValidate
.
print_data_name
=
" "
;
}
});
}
}
}
}
;
</
script
>
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