Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
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
中通客车项目
zhongtong-avi-web
Commits
4bb8089d
Commit
4bb8089d
authored
Nov 27, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fea(设备数据采集): 制件车间下 修改某些设备没有程序下发功能,型钢数控下料为料表下发;修改弹窗标题
parent
f8473458
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
12 deletions
+19
-12
ProgramIssued.vue
src/views/Workshop/Parts/components/ProgramIssued.vue
+11
-11
list.vue
src/views/Workshop/Parts/list.vue
+8
-1
No files found.
src/views/Workshop/Parts/components/ProgramIssued.vue
View file @
4bb8089d
<
template
>
<
template
>
<el-dialog
<el-dialog
title=
"程序下发
"
:title=
"equipType === 'STEEL_CNC_CUTTING' ? '料表下发': '程序下发'
"
v-drag-dialog
v-drag-dialog
:visible
.
sync=
"dialogToggle"
:visible
.
sync=
"dialogToggle"
:show-close=
"false"
:show-close=
"false"
:close-on-press-escape=
"false"
:close-on-press-escape=
"false"
:close-on-click-modal=
"false"
:close-on-click-modal=
"false"
width=
"600px"
>
width=
"600px"
>
<el-form
<el-form
label-width=
"100px"
label-width=
"100px"
...
@@ -87,16 +87,16 @@
...
@@ -87,16 +87,16 @@
</el-row>
</el-row>
</el-form>
</el-form>
<span
slot=
"footer"
class=
"dialog-footer text-center"
>
<span
slot=
"footer"
class=
"dialog-footer text-center"
>
<el-button
<el-button
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
icon=
"el-icon-check"
icon=
"el-icon-check"
:loading=
"loadingToggle"
:loading=
"loadingToggle"
@
click=
"doConfirmClick('form')"
>
@
click=
"doConfirmClick('form')"
>
确认
确认
</el-button>
</el-button>
<el-button
<el-button
size=
"small"
size=
"small"
icon=
"el-icon-close"
icon=
"el-icon-close"
@
click=
"doCancelClick('form')"
>
@
click=
"doCancelClick('form')"
>
取消
取消
...
@@ -203,7 +203,7 @@
...
@@ -203,7 +203,7 @@
this
.
loadingToggle
=
true
this
.
loadingToggle
=
true
let
queryParams
=
{
...
this
.
formData
}
let
queryParams
=
{
...
this
.
formData
}
this
.
$fetch
(
'equipment-controller/transfer-post'
,
queryParams
).
then
((
response
)
=>
{
this
.
$fetch
(
'equipment-controller/transfer-post'
,
queryParams
).
then
((
response
)
=>
{
this
.
$message
.
success
(
'
程序
下发成功!'
)
this
.
$message
.
success
(
'下发成功!'
)
this
.
loadingToggle
=
false
this
.
loadingToggle
=
false
this
.
$refs
[
formName
].
resetFields
()
this
.
$refs
[
formName
].
resetFields
()
this
.
dialogToggle
=
false
this
.
dialogToggle
=
false
...
@@ -243,4 +243,4 @@
...
@@ -243,4 +243,4 @@
<
style
>
<
style
>
</
style
>
</
style
>
\ No newline at end of file
src/views/Workshop/Parts/list.vue
View file @
4bb8089d
...
@@ -52,9 +52,16 @@
...
@@ -52,9 +52,16 @@
</el-button>
</el-button>
<el-button
<el-button
size=
"small"
size=
"small"
@
click=
"doProgramIssuedClick"
>
@
click=
"doProgramIssuedClick"
v-if=
"currentSearchCode !== 'WELDING_ROBOT' && currentSearchCode !== 'PRETREATMENT' && currentSearchCode !== 'DUSTING_LINE' && currentSearchCode !== 'STEEL_CNC_CUTTING'"
>
程序下发
程序下发
</el-button>
</el-button>
<el-button
size=
"small"
@
click=
"doProgramIssuedClick"
v-if=
"currentSearchCode === 'STEEL_CNC_CUTTING'"
>
料表下发
</el-button>
</div>
</div>
</div>
</div>
<div
class=
"general-list-main-pack pl-15 pr-15 pb-15"
>
<div
class=
"general-list-main-pack pl-15 pr-15 pb-15"
>
...
...
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