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
abd8b749
Commit
abd8b749
authored
Feb 18, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add some Missing fields,
other issues will be discussed and adjust later
parent
1453c9b9
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
5 deletions
+36
-5
edit.vue
src/views/ccgl/ckgl/ckd/top/edit.vue
+4
-1
index.vue
src/views/ccgl/ckgl/dbckd/top/index.vue
+6
-1
xq.vue
src/views/ccgl/cxfx/rqcx/xq.vue
+8
-3
index.vue
src/views/ccgl/kngl/wymrz/top/index.vue
+7
-0
edit.vue
src/views/ccgl/rkgl/sjrw/top/edit.vue
+11
-0
No files found.
src/views/ccgl/ckgl/ckd/top/edit.vue
View file @
abd8b749
<
template
>
<RelDialog
bigTitle
detailTable=
'CKTZMX'
@
getFormDetail=
'getFormDetail'
width=
"70%"
:type=
'type'
:editApp=
'editApp'
<RelDialog
bigTitle
detailTable=
'CKTZMX'
@
getForm
=
'getForm'
@
getForm
Detail=
'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,9 @@
export
default
{
mixins
:
[
editMixin
,
editMixin_expand
],
methods
:
{
getForm
(
val
){
val
.
djly
=
'M'
},
/* 需要整体row时的回调 */
computedRow
(
row
)
{
// this.$refs.editTableForEdit.$forceUpdate()
...
...
src/views/ccgl/ckgl/dbckd/top/index.vue
View file @
abd8b749
...
...
@@ -88,6 +88,11 @@
field
:
"hzName"
,
width
:
140
},
{
title
:
"拣货数量"
,
field
:
"jhsl"
,
width
:
140
},
// {
// title: "单据来源",
// field: "djly",
...
...
src/views/ccgl/cxfx/rqcx/xq.vue
View file @
abd8b749
...
...
@@ -85,8 +85,13 @@
},
{
title
:
"数量"
,
field
:
"packmxSl"
,
width
:
80
,
},
{
title
:
"装拖数量"
,
field
:
"ztsl"
,
width
:
14
0
,
width
:
8
0
,
}
],
queryParams
:
[],
...
...
src/views/ccgl/kngl/wymrz/top/index.vue
View file @
abd8b749
...
...
@@ -118,6 +118,13 @@
type
:
'input'
,
value
:
''
},
{
label
:
'单据来源'
,
prop
:
'djly'
,
span
:
5
,
type
:
'input'
,
value
:
''
},
{
label
:
'创建时间'
,
startProp
:
"start"
,
...
...
src/views/ccgl/rkgl/sjrw/top/edit.vue
View file @
abd8b749
...
...
@@ -53,6 +53,17 @@
// this.form.sjrid=this.userid
},
methods
:
{
getFormDetail
(){
if
(
this
.
type
!=
'add'
){
/* 1.@getFormDetail='getFormDetail' 存在触发时生效 */
/* 2.适配 EditTableForEdit 组件*/
/* 当编辑页面打开不是add时查询从表 主动赋值 */
this
.
$refs
.
editTableForEdit
.
editTableConfig
[
'editTableData'
]
=
this
.
formDetail
||
[]
}
if
(
this
.
type
==
'copy'
){
this
.
formDetail
.
forEach
(
item
=>
item
.
kwid
=
''
)
}
},
xzrkqdSave
(
obj
){
let
{
list
,
row
}
=
obj
this
.
form
.
swlxid
=
row
.
swlxid
...
...
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