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
ad6b0118
Commit
ad6b0118
authored
Mar 21, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.20调整
parent
093eefe5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
32 deletions
+48
-32
edit.vue
src/views/ccgl/ckgl/ckd/top/edit.vue
+10
-1
edit.vue
src/views/ccgl/jcsj/hjwh/edit.vue
+14
-14
index.vue
src/views/ccgl/jcsj/hjwh/index.vue
+6
-6
edit.vue
src/views/ccgl/rkgl/rkd/top/edit.vue
+8
-1
index.vue
src/views/ccgl/rkgl/rkd/top/index.vue
+10
-10
No files found.
src/views/ccgl/ckgl/ckd/top/edit.vue
View file @
ad6b0118
<
template
>
<RelDialog
bigTitle
detailTable=
'CKTZMX'
@
getForm=
'getForm'
@
getFormDetail=
'getFormDetail'
width=
"70%"
:type=
'type'
:editApp=
'editApp'
<RelDialog
@
beforeCopyDetail=
'beforeCopyDetail'
bigTitle
detailTable=
'CKTZMX'
@
getForm=
'getForm'
@
getFormDetail=
'getFormDetail'
width=
"70%"
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
>
<el-row
:gutter=
"20"
:app=
"this"
class=
"editRow"
>
...
...
@@ -45,6 +45,15 @@
export
default
{
mixins
:
[
editMixin
,
editMixin_expand
],
methods
:
{
beforeCopyDetail
(
list
){
list
.
forEach
(
item
=>
{
item
.
jhsl
=
0
item
.
cksl
=
0
})
},
getForm
(
val
){
val
.
djly
=
'M'
},
...
...
src/views/ccgl/jcsj/hjwh/edit.vue
View file @
ad6b0118
...
...
@@ -89,20 +89,20 @@
// type: 'input',
// required: true,
// },
{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"jcsj/common/ck/queryCkid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
//
{
//
"label": "仓库",
//
"prop": "ckid",
//
"span": 12,
//
"type": "RelSelect",
//
"value": "",
//
"typeConfig": {
//
"src": "jcsj/common/ck/queryCkid",
//
"match": {
//
"value": "id",
//
"label": "name"
//
}
//
}
//
},
// {
// label: '备注',
// prop: 'bz',
...
...
src/views/ccgl/jcsj/hjwh/index.vue
View file @
ad6b0118
...
...
@@ -18,7 +18,7 @@
return
{
config
:
{
/* 基本配置*/
url
:
'
lxyl/
jcsj/hj'
,
url
:
'jcsj/hj'
,
tableTitle
:
[
{
...
...
@@ -78,11 +78,11 @@
// fieldType: "tybz",
// width: 200
// },
{
title
:
"仓库"
,
field
:
"ckName"
,
width
:
200
},
//
{
//
title: "仓库",
//
field: "ckName",
//
width: 200
//
},
{
title
:
"停用日期"
,
field
:
"tyrq"
,
...
...
src/views/ccgl/rkgl/rkd/top/edit.vue
View file @
ad6b0118
...
...
@@ -52,6 +52,7 @@
editMixin
,
editMixin_expand
}
from
'common'
import
{
Row
}
from
'element-ui'
export
default
{
mixins
:
[
editMixin
,
editMixin_expand
],
...
...
@@ -65,9 +66,11 @@
}
})
item
.
zt
sl
=
0
item
.
ys
sl
=
0
})
this
.
form
.
mpzt
=
'I'
this
.
form
.
bzzt
=
null
},
/* 需要整体row时的回调 */
computedRow
(
row
)
{
...
...
@@ -221,6 +224,10 @@
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
},
change
:(
row
)
=>
{
this
.
form
.
hzName
=
row
.
hzName
this
.
form
.
hzid
=
row
.
hzid
}
}
},
...
...
src/views/ccgl/rkgl/rkd/top/index.vue
View file @
ad6b0118
...
...
@@ -112,16 +112,16 @@
"value"
:
"id"
}
},
{
title
:
"过账状态"
,
field
:
"gzzt"
,
width
:
100
,
"transform"
:
{
"url"
:
"lxyl/common/init/gzzt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
//
{
//
title: "过账状态",
//
field: "gzzt",
//
width: 100,
//
"transform": {
//
"url": "lxyl/common/init/gzzt",
//
"label": "name",
//
"value": "id"
//
}
//
},
{
title
:
"部门"
,
field
:
"bmName"
,
...
...
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