Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
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
李苏
lxyl-vue
Commits
c28f88f3
Commit
c28f88f3
authored
Jul 15, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wlxxInfo/zlh
parent
5ea26693
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
41 deletions
+58
-41
index.vue
src/views/ccgl/zlgl/kcyhd/top/index.vue
+58
-41
No files found.
src/views/ccgl/zlgl/kcyhd/top/index.vue
View file @
c28f88f3
...
@@ -6,9 +6,11 @@
...
@@ -6,9 +6,11 @@
<Xzgw
@
saveGw=
'saveGw'
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog&&ctx.basePage.DialogTitle=='选择工位'"
/>
<Xzgw
@
saveGw=
'saveGw'
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog&&ctx.basePage.DialogTitle=='选择工位'"
/>
</
template
>
</
template
>
<
template
#
toolbar=
"ctx"
>
<
template
#
toolbar=
"ctx"
>
<el-button
v-if=
"ctx.basePage.powerObj['01']"
@
click=
"showAdd(ctx.basePage)"
size=
'mini'
type=
"primary"
>
新增
</el-button>
<el-button
v-if=
"ctx.basePage.powerObj['01']"
@
click=
"showAdd(ctx.basePage)"
size=
'mini'
type=
"primary"
>
新增
</el-button>
<!--
<el-button
@
click=
"cxjyrw(ctx.basePage)"
size=
'mini'
type=
"primary"
>
创建检验任务
</el-button>
-->
<!--
<el-button
@
click=
"cxjyrw(ctx.basePage)"
size=
'mini'
type=
"primary"
>
创建检验任务
</el-button>
-->
<el-button
v-if=
"ctx.basePage.powerObj['21']"
@
click=
"cjxjrw(ctx.basePage)"
size=
'mini'
type=
"primary"
>
创建下架任务
</el-button>
<el-button
v-if=
"ctx.basePage.powerObj['21']"
@
click=
"cjxjrw(ctx.basePage)"
size=
'mini'
type=
"primary"
>
创建下架任务
</el-button>
</
template
>
</
template
>
...
@@ -123,6 +125,21 @@
...
@@ -123,6 +125,21 @@
type
:
'input'
,
type
:
'input'
,
value
:
''
value
:
''
}
}
],
[{
label
:
'物料'
,
prop
:
'wlxxInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'指令号'
,
prop
:
'zlh'
,
span
:
6
,
type
:
'input'
,
value
:
''
}
]
]
],
],
...
@@ -162,11 +179,11 @@
...
@@ -162,11 +179,11 @@
}
}
}, */
}, */
saveGw
(
form
){
saveGw
(
form
)
{
let
ctx
=
this
.
$refs
.
basePage
let
ctx
=
this
.
$refs
.
basePage
this
.
$post
(
'lxyl/ukcyhd/genXjrw'
,
{
this
.
$post
(
'lxyl/ukcyhd/genXjrw'
,
{
id
:
ctx
.
singleItem
.
id
,
id
:
ctx
.
singleItem
.
id
,
gwid
:
form
.
gwid
gwid
:
form
.
gwid
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
)
this
.
$success
(
'操作成功'
)
...
...
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