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
4bdb72e8
Commit
4bdb72e8
authored
Jun 24, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerObj
parent
489cf0c6
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
35 additions
and
17 deletions
+35
-17
index.vue
src/views/ccgl/ckgl/bfckd/top/index.vue
+1
-1
index.vue
src/views/ccgl/cqgl/cskc/top/index.vue
+1
-1
index.vue
src/views/ccgl/jcsj/ckgl/index.vue
+1
-1
index.vue
src/views/ccgl/jcsj/gys/gys/index.vue
+10
-4
index.vue
src/views/ccgl/jcsj/kh/khxx/index.vue
+8
-2
index.vue
src/views/ccgl/jcsj/kqgl/index.vue
+1
-1
index.vue
src/views/ccgl/jcsj/kwgl/index.vue
+1
-1
index.vue
src/views/ccgl/jcsj/swlx/index.vue
+1
-1
index.vue
src/views/ccgl/kngl/zt/top/index.vue
+1
-1
index.vue
src/views/ccgl/rkgl/rkd/top/index.vue
+1
-1
index.vue
src/views/jcsj/wl/wlxx/index.vue
+9
-3
No files found.
src/views/ccgl/ckgl/bfckd/top/index.vue
View file @
4bdb72e8
...
...
@@ -10,7 +10,7 @@
<
template
#
toolbar=
"ctx"
>
<el-button
@
click=
"qr(ctx.basePage)"
size=
'mini'
type=
"primary"
>
确认
</el-button>
<el-button
@
click=
"qxqr(ctx.basePage)"
size=
'mini'
type=
"primary"
>
取消确认
</el-button>
<ImportButton
style=
"margin-left: 10px;"
@
success=
"()=>
{
<ImportButton
v-if=
"ctx.basePage.powerObj['01']"
style=
"margin-left: 10px;"
@
success=
"()=>
{
ctx.basePage.refresh()
}" :url="'/lxyl/ckgl/bfcktz/import'" />
...
...
src/views/ccgl/cqgl/cskc/top/index.vue
View file @
4bdb72e8
...
...
@@ -7,7 +7,7 @@
<
template
#
toolbar=
"ctx"
>
<el-button
@
click=
"wc(ctx.basePage)"
size=
'mini'
type=
"primary"
>
完成
</el-button>
<el-button
@
click=
"qxwc(ctx.basePage)"
size=
'mini'
type=
"primary"
style=
"margin-right: 10px;"
>
取消完成
</el-button>
<ImportButton
@
success=
"()=>
{
<ImportButton
v-if=
"ctx.basePage.powerObj['01']"
@
success=
"()=>
{
ctx.basePage.refresh()
}" :url="'/wms/rkgl/cskc/import'" />
<!--
<el-button
@
click=
"qktjkw(ctx.basePage)"
size=
'mini'
type=
"primary"
>
清空推荐库位
</el-button>
-->
...
...
src/views/ccgl/jcsj/ckgl/index.vue
View file @
4bdb72e8
...
...
@@ -4,7 +4,7 @@
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
<
template
#
toolbar=
"ctx"
>
<ImportButton
@
success=
"()=>
{
<ImportButton
v-if=
"ctx.basePage.powerObj['01']"
@
success=
"()=>
{
ctx.basePage.refresh()
}" :url="'lxyl/jcsj/uck/import'" />
</
template
>
...
...
src/views/ccgl/jcsj/gys/gys/index.vue
View file @
4bdb72e8
...
...
@@ -26,11 +26,17 @@
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<ExportTempButton
:url=
"'jcsj/gys/excel/export'"
:exportName=
"'供应商信息导入模板.xlsx'"
></ExportTempButton>
<!--
<ExportTempButton
:url=
"'jcsj/gys/excel/export'"
:exportName=
"'供应商信息导入模板.xlsx'"
></ExportTempButton>
<ImportTempButton
@
success=
"()=>
{
$refs['TablePager'].pageQuery()
}" :url="'jcsj/gys/import'">
</ImportTempButton>
<el-button
@
click=
"tb()"
size=
'mini'
type=
"primary"
style=
"margin-left: 10px;"
>
同步
</el-button>
}" :url="'jcsj/gys/import'">
</ImportTempButton>
-->
<el-button
@
click=
"tb()"
size=
'mini'
type=
"primary"
>
同步
</el-button>
<ImportButton
v-if=
"powerObj['01']"
style=
"margin-left: 10px;"
@
success=
"()=>
{
$refs['TablePager'].pageQuery()
}" :url="'jcsj/gys/excel/import'" />
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
-->
<!-- 额外按钮-->
<!-- 表头设置 -->
...
...
@@ -40,7 +46,7 @@
<div
class=
"tablePagers"
>
<TablePager
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
@
getRow=
'getRow'
>
<template
slot=
"tabCustom"
>
<template
v-if=
"powerObj['02']"
slot=
"tabCustom"
>
<el-table-column
label=
"启用/停用"
width=
"90"
header-align=
"center"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
<el-switch
@
click
.
native=
"setEnable(scope.row.id)"
:value=
'tybz(scope)'
style=
"width: 80px;justify-content: center;"
...
...
src/views/ccgl/jcsj/kh/khxx/index.vue
View file @
4bdb72e8
...
...
@@ -34,10 +34,16 @@
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<ImportButton
v-if=
"ctx.basePage.powerObj['01']"
@
success=
"()=>
{
$refs['TablePager'].pageQuery()
}" :url="'jcsj/kh/excel/import'" />
<!--
<ExportTempButton
:url=
"'jcsj/kh/excel/export'"
:exportName=
"'客户信息导入模板.xlsx'"
></ExportTempButton>
<ImportTempButton
@
success=
"()=>
{
$refs['TablePager'].pageQuery()
}" :url="'jcsj/kh/import'">
</ImportTempButton>
}" :url="'jcsj/kh/import'">
</ImportTempButton>
-->
<el-button
@
click=
"tb()"
size=
'mini'
type=
"primary"
style=
"margin-left: 10px;"
>
同步
</el-button>
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
-->
<!-- 额外按钮-->
...
...
@@ -48,7 +54,7 @@
<div
class=
"tablePagers"
>
<TablePager
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
@
getRow=
'getRow'
>
<template
slot=
"tabCustom"
>
<template
v-if=
"powerObj['02']"
slot=
"tabCustom"
>
<el-table-column
label=
"启用/停用"
width=
"90"
header-align=
"center"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
<el-switch
@
click
.
native=
"setEnable(scope.row.id)"
:value=
'tybz(scope)'
style=
"width: 80px;justify-content: center;"
...
...
src/views/ccgl/jcsj/kqgl/index.vue
View file @
4bdb72e8
...
...
@@ -4,7 +4,7 @@
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
<
template
#
toolbar=
"ctx"
>
<ImportButton
@
success=
"()=>
{
<ImportButton
v-if=
"ctx.basePage.powerObj['01']"
@
success=
"()=>
{
ctx.basePage.refresh()
}" :url="'/lxyl/jcsj/kq/import'" />
...
...
src/views/ccgl/jcsj/kwgl/index.vue
View file @
4bdb72e8
...
...
@@ -8,7 +8,7 @@
</
template
>
<
template
#
toolbar=
"ctx"
>
<ImportButton
@
success=
"()=>
{
<ImportButton
v-if=
"ctx.basePage.powerObj['01']"
@
success=
"()=>
{
ctx.basePage.refresh()
}" :url="'lxyl/jcsj/kw/import'" />
<el-button
style=
"margin-left: 10px;"
@
click=
"qkkw(ctx.basePage)"
size=
'mini'
type=
"primary"
>
清空
</el-button>
...
...
src/views/ccgl/jcsj/swlx/index.vue
View file @
4bdb72e8
...
...
@@ -17,7 +17,7 @@
<div
class=
"tablePagers"
>
<TablePager
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
@
getRow=
'getRow'
>
<template
slot=
"tabCustom"
>
<template
v-if=
"powerObj['02']"
slot=
"tabCustom"
>
<el-table-column
label=
"启用/停用"
width=
"90"
header-align=
"center"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
<el-switch
@
click
.
native=
"setEnable(scope.row.id)"
:value=
'tybz(scope)'
style=
"width: 80px;justify-content: center;"
...
...
src/views/ccgl/kngl/zt/top/index.vue
View file @
4bdb72e8
...
...
@@ -7,7 +7,7 @@
<wlztDialog
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog&&ctx.basePage.DialogTitle=='物料组托'"
/>
</
template
>
<
template
#
toolbar=
"ctx"
>
<ImportButton
@
success=
"()=>
{
<ImportButton
v-if=
"ctx.basePage.powerObj['01']"
@
success=
"()=>
{
ctx.basePage.refresh()
}" :url="'/wms/kcgl/rqdj/import'" />
<el-button
@
click=
"zt(ctx.basePage)"
size=
'mini'
style=
"margin-left: 10px;"
type=
"primary"
>
组托
</el-button>
...
...
src/views/ccgl/rkgl/rkd/top/index.vue
View file @
4bdb72e8
...
...
@@ -9,7 +9,7 @@
</
template
>
<
template
#
toolbar=
"ctx"
>
<ImportButton
@
success=
"()=>
{
<ImportButton
v-if=
"ctx.basePage.powerObj['01']"
@
success=
"()=>
{
ctx.basePage.refresh()
}" :url="'/lxyl/rkgl/rktz/import'" />
<el-button
style=
"margin-left: 10px;"
@
click=
"qr(ctx.basePage)"
size=
'mini'
type=
"primary"
>
确认
</el-button>
...
...
src/views/jcsj/wl/wlxx/index.vue
View file @
4bdb72e8
...
...
@@ -26,10 +26,16 @@
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<AttachFileButton
:app=
'app'
></AttachFileButton>
<ExportTempButton
:url=
"'jcsj/wlxx/excel/export'"
:exportName=
"'物料信息导入模板.xlsx'"
></ExportTempButton>
<ImportButton
v-if=
"powerObj['01']"
style=
"margin-right: 10px;"
@
success=
"()=>
{
$refs['TablePager'].pageQuery()
}" :url="'jcsj/wlxx/excel/import'" />
<!--
<ExportTempButton
:url=
"'jcsj/wlxx/excel/export'"
:exportName=
"'物料信息导入模板.xlsx'"
></ExportTempButton>
<ImportTempButton
@
success=
"()=>
{
$refs['TablePager'].pageQuery()
}" :url="'jcsj/wlxx/import'">
</ImportTempButton>
}" :url="'jcsj/wlxx/import'">
</ImportTempButton>
-->
<el-button
@
click=
"tbwl()"
size=
'mini'
type=
"primary"
>
同步物料
</el-button>
<!-- 额外按钮-->
<!-- 表头设置 -->
...
...
@@ -39,7 +45,7 @@
<div
class=
"tablePagers"
>
<TablePager
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
@
getRow=
'getRow'
>
<template
slot=
"tabCustom"
>
<template
v-if=
"powerObj['02']"
slot=
"tabCustom"
>
<el-table-column
label=
"启用/停用"
width=
"90"
header-align=
"center"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
<el-switch
@
click
.
native=
"setEnable(scope.row.id)"
:value=
'tybz(scope)'
style=
"width: 80px;justify-content: center;"
...
...
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