Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shhjwpgl-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
李苏
shhjwpgl-vue
Commits
025692c5
Commit
025692c5
authored
Sep 25, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
34b82676
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
58 additions
and
23 deletions
+58
-23
index.vue
src/views/handle/back/index.vue
+4
-2
index.vue
src/views/handle/destroy/index.vue
+4
-2
index.vue
src/views/handle/sale/index.vue
+5
-3
index.vue
src/views/handle/saveCancel/index.vue
+4
-2
index.vue
src/views/handle/seizure/index.vue
+4
-2
index.vue
src/views/handle/transfer/index.vue
+4
-2
index.vue
src/views/handle/unseal/index.vue
+4
-2
index.vue
src/views/warehousing/detain/index.vue
+7
-1
index.vue
src/views/warehousing/extension/index.vue
+4
-0
index.vue
src/views/warehousing/freeze/index.vue
+4
-2
index.vue
src/views/warehousing/registration/index.vue
+4
-1
index.vue
src/views/warehousing/save/index.vue
+6
-2
index.vue
src/views/warehousing/seal/index.vue
+4
-2
No files found.
src/views/handle/back/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -19,7 +19,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
ckdh
=
row
.
ckdh
}
},
data
()
{
return
{
...
...
src/views/handle/destroy/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -19,7 +19,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
ckdh
=
row
.
ckdh
}
},
data
()
{
return
{
...
...
src/views/handle/sale/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -19,7 +19,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
ckdh
=
row
.
ckdh
}
},
data
()
{
return
{
...
...
@@ -40,7 +42,7 @@
{
title
:
"部门"
,
field
:
"bm"
,
"transform"
:
{
"url"
:
"hjbm/query"
,
"label"
:
"bmmc"
,
...
...
src/views/handle/saveCancel/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -19,7 +19,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
ckdh
=
row
.
ckdh
}
},
data
()
{
return
{
...
...
src/views/handle/seizure/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -19,7 +19,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
ckdh
=
row
.
ckdh
}
},
data
()
{
return
{
...
...
src/views/handle/transfer/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -19,7 +19,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
ckdh
=
row
.
ckdh
}
},
data
()
{
return
{
...
...
src/views/handle/unseal/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -19,7 +19,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
ckdh
=
row
.
ckdh
}
},
data
()
{
return
{
...
...
src/views/warehousing/detain/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Jfzky
:app=
"ctx.basePage"
v-if=
"ctx.basePage.showDialog&&(ctx.basePage.DialogTitle=='查封转扣押')"
/>
...
...
@@ -19,12 +19,18 @@
import
Jfzky
from
'./jfzky.vue'
import
Bcdjzky
from
'./bcdjzky.vue'
export
default
{
destroyed
()
{
},
/* 赋值swlx主动查询*/
mounted
()
{
this
.
$refs
.
basepage
.
queryParams
.
swlx
=
'1'
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
rkdh
=
row
.
rkdh
},
jfzky
(
ctx
)
{
ctx
.
DialogWidth
=
'70vw'
ctx
.
DialogTitle
=
'查封转扣押'
...
...
src/views/warehousing/extension/index.vue
View file @
025692c5
<
template
>
<BasePage
:autoParams=
"autoParams"
:rowClass=
"rowClass"
:power=
"
{
add: false,
...
...
@@ -35,6 +36,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
rkdh
=
row
.
rkdh
},
rowClass
({
row
,
rowIndex
...
...
src/views/warehousing/freeze/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -19,7 +19,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
rkdh
=
row
.
rkdh
},
},
data
()
{
return
{
...
...
src/views/warehousing/registration/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Kyzdjbc
:app=
"ctx.basePage"
v-if=
"ctx.basePage.showDialog&&(ctx.basePage.DialogTitle=='扣押转登记保存')"
/>
...
...
@@ -22,6 +22,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
rkdh
=
row
.
rkdh
},
kyzdjbc
(
ctx
)
{
ctx
.
DialogWidth
=
'70vw'
ctx
.
DialogTitle
=
'扣押转登记保存'
...
...
src/views/warehousing/save/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -14,12 +14,16 @@
import
Edit
from
'./edit.vue'
export
default
{
/* 赋值swlx主动查询*/
mounted
()
{
this
.
$refs
.
basepage
.
queryParams
.
swlx
=
'2'
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
rkdh
=
row
.
rkdh
}
},
data
()
{
return
{
...
...
src/views/warehousing/seal/index.vue
View file @
025692c5
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
:autoParams=
"autoParams"
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -19,7 +19,9 @@
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
autoParams
(
params
,
row
){
params
.
master
.
rkdh
=
row
.
rkdh
}
},
data
()
{
return
{
...
...
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