Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
fukai
vue-gjjs
Commits
cb6ec3d9
Commit
cb6ec3d9
authored
Apr 17, 2023
by
zhangliding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
静态交易修改
parent
41c22af6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
16 deletions
+24
-16
Apf.js
src/views/Statics/Apf/model/Apf.js
+4
-0
ApfInfo.vue
src/views/Statics/Apf/views/Dbiapf/ApfInfo.vue
+1
-5
index.vue
src/views/Statics/Apf/views/Dbiapf/index.vue
+6
-4
Infsea.vue
src/views/Statics/Apf/views/Infapf/Infsea.vue
+12
-6
index.vue
src/views/Statics/Apf/views/Infapf/index.vue
+1
-1
No files found.
src/views/Statics/Apf/model/Apf.js
View file @
cb6ec3d9
...
...
@@ -18,6 +18,10 @@ export const Pattern = {
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"blur"
},
{
"max"
:
8
,
"message"
:
"最大长度8个字符"
,
"trigger"
:
"blur"
}
],
"ver"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"blur"
},
{
"max"
:
4
,
"message"
:
"最大长度4个字符"
,
"trigger"
:
"blur"
}
],
"cod"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"blur"
},
{
"max"
:
6
,
"message"
:
"最大长度6个字符"
,
"trigger"
:
"blur"
}
...
...
src/views/Statics/Apf/views/Dbiapf/ApfInfo.vue
View file @
cb6ec3d9
...
...
@@ -33,11 +33,7 @@
<c-input
v-model=
"model.pri"
placeholder=
"请输入优先级"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"版本号"
prop=
"ver"
>
<c-input
v-model=
"model.ver"
placeholder=
"请输入版本号"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
</div>
</
template
>
...
...
src/views/Statics/Apf/views/Dbiapf/index.vue
View file @
cb6ec3d9
...
...
@@ -90,8 +90,8 @@ export default {
created
()
{
if
(
this
.
type
!==
"add"
)
{
const
inr
=
this
.
$route
.
params
.
inr
;
const
data
=
{
inr
:
inr
};
queryById
(
data
).
then
((
res
)
=>
{
queryById
(
inr
).
then
((
res
)
=>
{
if
(
res
.
inr
)
{
this
.
model
=
res
;
}
else
{
...
...
@@ -139,9 +139,10 @@ export default {
cancelButtonText
:
"取消"
,
type
:
"warning"
,
})
.
then
(()
=>
{
const
data
=
{
inr
:
this
.
model
.
inr
}
;
deleteById
(
data
)
const
inr
=
this
.
$route
.
params
.
inr
;
deleteById
(
inr
)
.
then
((
res
)
=>
{
this
.
$message
.
success
(
"删除成功!"
);
this
.
goBack
(
true
);
...
...
@@ -163,6 +164,7 @@ export default {
goBack
(
update
)
{
this
.
$store
.
dispatch
(
"TagsView/delView"
,
this
.
$route
);
this
.
$router
.
push
({
name
:
"StaticsInfapf"
,
params
:
{
update
}
});
},
},
};
...
...
src/views/Statics/Apf/views/Infapf/Infsea.vue
View file @
cb6ec3d9
...
...
@@ -47,7 +47,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"text-align: left"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"a
ct
Add"
>
新增
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"a
pf
Add"
>
新增
</el-button>
</c-col>
<c-col
:span=
"12"
style=
"text-align: right"
>
<el-button
size=
"small"
@
click=
"handleReset"
>
重置
</el-button>
...
...
@@ -63,8 +63,8 @@
<c-col
:span=
"24"
>
<c-paging-table
:data=
"a
ct
Data"
:columns=
"a
ct
Columns"
:data=
"a
pf
Data"
:columns=
"a
pf
Columns"
:pageNumber=
"model.pageNum"
:pageSize=
"model.pageSize"
:total=
"model.total"
...
...
@@ -127,8 +127,8 @@ export default {
inject
:
[
"root"
],
data
()
{
return
{
a
ct
Data
:
[],
a
ct
Columns
:
[
a
pf
Data
:
[],
a
pf
Columns
:
[
{
label
:
'样式设置'
,
prop
:
'cod'
,
width
:
'auto'
},
{
label
:
'描述'
,
prop
:
'cod'
,
width
:
'auto'
},
],
...
...
@@ -138,6 +138,8 @@ export default {
},
activated
()
{
const
{
update
}
=
this
.
$route
.
params
console
.
log
(
"================================"
)
console
.
log
(
update
);
if
(
update
)
{
this
.
onInfapfSearch
()
}
...
...
@@ -161,7 +163,7 @@ export default {
* totalPage: 0
*/
const
list
=
res
.
list
this
.
a
ct
Data
=
list
this
.
a
pf
Data
=
list
this
.
model
.
pageNum
=
res
.
pageNumber
this
.
model
.
pageSize
=
res
.
pageSize
this
.
model
.
total
=
res
.
total
...
...
@@ -172,6 +174,9 @@ export default {
this
.
model
.
pageSize
=
pageSize
this
.
onInfapfSearch
()
},
apftypeChange
(
val
)
{
this
.
model
.
apftyp
=
val
;
},
getCodesByKey
(
key
)
{
return
codes
[
key
]
??
[];
},
...
...
@@ -179,6 +184,7 @@ export default {
this
.
$router
.
push
(
`/statics/dbaapf`
)
},
apfInfo
(
index
,
row
)
{
this
.
$router
.
push
(
`/statics/dbiapf/
${
row
.
inr
}
`
)
},
apfEdit
(
index
,
row
)
{
...
...
src/views/Statics/Apf/views/Infapf/index.vue
View file @
cb6ec3d9
...
...
@@ -25,7 +25,7 @@
import
Infsea
from
"./Infsea"
;
export
default
{
name
:
"StaticsInfa
ct
"
,
name
:
"StaticsInfa
pf
"
,
components
:
{
"m-infsea"
:
Infsea
,
},
...
...
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