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
5a372887
Commit
5a372887
authored
Jul 04, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整页面显示
parent
9fd3312a
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
33 additions
and
25 deletions
+33
-25
mx.vue
src/views/ccgl/ckgl/ckd/mx.vue
+3
-7
edit.vue
src/views/ccgl/rkgl/rkd/top/edit.vue
+1
-1
edit.vue
src/views/ccgl/thgl/ckth/top/edit.vue
+8
-4
index.vue
src/views/ccgl/thgl/ckth/top/index.vue
+5
-5
akck.vue
src/views/ccgl/thgl/rkth/top/akck.vue
+7
-3
edit.vue
src/views/ccgl/thgl/rkth/top/edit.vue
+8
-4
index.vue
src/views/ccgl/thgl/rkth/top/index.vue
+1
-1
No files found.
src/views/ccgl/ckgl/ckd/mx.vue
View file @
5a372887
...
...
@@ -152,7 +152,7 @@
value
})
=>
{
if
(
value
)
{
this
.
$post
(
'lxyl/ckgl/ck
dgb
/close/cktzmx'
,
{
this
.
$post
(
'lxyl/ckgl/ck
tz
/close/cktzmx'
,
{
id
:
ctx
.
singleItem
.
id
,
gbyy
:
value
}).
then
(
res
=>
{
...
...
@@ -177,12 +177,8 @@
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
res
=>
{
this
.
$post
(
'lxyl/ckgl/ckdgb/batchUnClose/cktzmx'
,
{
datas
:[
{
this
.
$post
(
'lxyl/ckgl/cktz/unclose/cktzmx'
,
{
id
:
ctx
.
singleItem
.
id
}
]
}).
then
(
res
=>
{
if
(
res
.
success
)
{
...
...
src/views/ccgl/rkgl/rkd/top/edit.vue
View file @
5a372887
...
...
@@ -220,7 +220,7 @@ import { Row } from 'element-ui'
"value"
:
""
,
"required"
:
true
,
"typeConfig"
:
{
"src"
:
"lxyl/
common/ck/queryC
kid"
,
"src"
:
"lxyl/
jcsj/uck/ck/queryCjc
kid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
...
...
src/views/ccgl/thgl/ckth/top/edit.vue
View file @
5a372887
<
template
>
<RelDialog
@
beforeCopyDetail=
'beforeCopyDetail'
bigTitle
detailTable=
'
CKTH
TZMX'
@
getFormDetail=
'getFormDetail'
width=
"70%"
:type=
'type'
:editApp=
'editApp'
<RelDialog
@
beforeCopyDetail=
'beforeCopyDetail'
bigTitle
detailTable=
'
RK
TZMX'
@
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"
>
...
...
@@ -217,10 +217,14 @@
"value"
:
""
,
"required"
:
true
,
"typeConfig"
:
{
"src"
:
"
jcsj/common/ck/queryC
kid"
,
"src"
:
"
lxyl/jcsj/uck/ck/queryCjc
kid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
},
change
:(
row
)
=>
{
this
.
form
.
hzName
=
row
.
hzName
this
.
form
.
hzid
=
row
.
hzid
}
}
},
...
...
@@ -255,7 +259,7 @@
}
},
{
label
:
'
货主
'
,
label
:
'
工厂
'
,
prop
:
'hzid'
,
span
:
8
,
type
:
'AuxInput'
,
...
...
@@ -373,7 +377,7 @@
},
{
title
:
"数量"
,
field
:
"sl"
,
field
:
"
ys
sl"
,
allowEdit
:
true
,
type
:
'inputNumber'
,
...
...
src/views/ccgl/thgl/ckth/top/index.vue
View file @
5a372887
...
...
@@ -62,7 +62,7 @@
// width: 140
// },
{
title
:
"货主
"
,
title
:
"工厂
"
,
field
:
"hzName"
,
width
:
140
},
...
...
src/views/ccgl/thgl/rkth/top/akck.vue
View file @
5a372887
<
template
>
<RelDialog
bigTitle
detailTable=
'
RKTHTZMX
'
@
getFormDetail=
'getFormDetail'
width=
"70%"
:type=
'type'
:editApp=
'editApp'
<RelDialog
bigTitle
detailTable=
'
CKTZQD
'
@
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"
>
<Kc
@
save=
'kcSave'
v-if=
"showDialog"
:app=
'this'
/>
...
...
@@ -126,10 +126,14 @@
"required"
:
true
,
readonly
:
true
,
"typeConfig"
:
{
"src"
:
"
jcsj/common/ck/queryC
kid"
,
"src"
:
"
lxyl/jcsj/uck/ck/queryCjc
kid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
},
change
:(
row
)
=>
{
this
.
form
.
hzName
=
row
.
hzName
this
.
form
.
hzid
=
row
.
hzid
}
}
},
...
...
@@ -164,7 +168,7 @@
}
},
{
label
:
'
货主
'
,
label
:
'
工厂
'
,
readonly
:
true
,
prop
:
'hzid'
,
span
:
8
,
...
...
src/views/ccgl/thgl/rkth/top/edit.vue
View file @
5a372887
<
template
>
<RelDialog
bigTitle
detailTable=
'
RKTH
TZMX'
@
getFormDetail=
'getFormDetail'
width=
"70%"
:type=
'type'
:editApp=
'editApp'
<RelDialog
bigTitle
detailTable=
'
CK
TZMX'
@
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"
>
<Kc
@
save=
'kcSave'
v-if=
"showDialog"
:app=
'this'
/>
...
...
@@ -126,10 +126,14 @@
"required"
:
true
,
readonly
:
true
,
"typeConfig"
:
{
"src"
:
"
jcsj/common/ck/queryC
kid"
,
"src"
:
"
lxyl/jcsj/uck/ck/queryCjc
kid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
},
change
:(
row
)
=>
{
this
.
form
.
hzName
=
row
.
hzName
this
.
form
.
hzid
=
row
.
hzid
}
}
},
...
...
@@ -164,7 +168,7 @@
}
},
{
label
:
'
货主
'
,
label
:
'
工厂
'
,
readonly
:
true
,
prop
:
'hzid'
,
span
:
8
,
...
...
@@ -228,7 +232,7 @@
},
{
title
:
"数量"
,
field
:
"sl"
,
field
:
"
yf
sl"
,
allowEdit
:
true
,
type
:
'inputNumber'
,
// width: 200,
...
...
src/views/ccgl/thgl/rkth/top/index.vue
View file @
5a372887
...
...
@@ -87,7 +87,7 @@
width
:
140
},
{
title
:
"
货主
"
,
title
:
"
工厂
"
,
field
:
"hzName"
,
width
:
140
},
...
...
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