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
21a36c67
Commit
21a36c67
authored
Jun 29, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调拨/调整
parent
9d86a403
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
43 deletions
+44
-43
akck.vue
src/views/ccgl/ckgl/ckd/top/akck.vue
+16
-16
akck.vue
src/views/ccgl/ckgl/dbckd/top/akck.vue
+27
-26
index.vue
src/views/ccgl/cxfx/rqcx/index.vue
+1
-1
No files found.
src/views/ccgl/ckgl/ckd/top/akck.vue
View file @
21a36c67
...
...
@@ -191,22 +191,22 @@
}
}
},
{
label
:
'货主'
,
prop
:
'hzid'
,
span
:
8
,
required
:
true
,
type
:
'AuxInput'
,
typeConfig
:
{
isRequest
:
true
,
code
:
'HZID'
,
label
:
'hzName'
,
transform
:
{
value
:
'id'
,
label
:
'name'
}
}
},
//
{
//
label: '货主',
//
prop: 'hzid',
//
span: 8,
//
required: true,
//
type: 'AuxInput',
//
typeConfig: {
//
isRequest: true,
//
code: 'HZID',
//
label: 'hzName',
//
transform: {
//
value: 'id',
//
label: 'name'
//
}
//
}
//
},
{
label
:
'备注'
,
prop
:
'bz'
,
...
...
src/views/ccgl/ckgl/dbckd/top/akck.vue
View file @
21a36c67
...
...
@@ -178,27 +178,27 @@
}
}
},
{
label
:
'货主'
,
readonly
:
true
,
prop
:
'hzid'
,
span
:
8
,
required
:
true
,
type
:
'AuxInput'
,
typeConfig
:
{
isRequest
:
true
,
code
:
'HZID'
,
label
:
'hzName'
,
transform
:
{
value
:
'id'
,
label
:
'name'
}
}
},
//
{
//
label: '货主',
//
readonly:true,
//
prop: 'hzid',
//
span: 8,
//
required: true,
//
type: 'AuxInput',
//
typeConfig: {
//
isRequest: true,
//
code: 'HZID',
//
label: 'hzName',
//
transform: {
//
value: 'id',
//
label: 'name'
//
}
//
}
//
},
{
label
:
'备注'
,
prop
:
'bz'
,
span
:
16
,
span
:
24
,
type
:
'input'
,
},
...
...
@@ -234,21 +234,22 @@
width
:
100
,
allowEdit
:
false
},
{
title
:
"制令号"
,
field
:
"zlh"
,
type
:
'inputText'
,
width
:
180
,
allowEdit
:
false
},
{
title
:
"调拨数量"
,
field
:
"bcsl"
,
allowEdit
:
fals
e
,
allowEdit
:
tru
e
,
type
:
'inputNumber'
,
width
:
200
,
blur
:
toFixed
(
null
),
},
{
title
:
"制令号"
,
field
:
"zlh"
,
type
:
'inputText'
,
width
:
180
,
allowEdit
:
false
},
/* 不可编辑*/
// {
// title: "出库数量",
...
...
src/views/ccgl/cxfx/rqcx/index.vue
View file @
21a36c67
...
...
@@ -235,7 +235,7 @@
let
arr
=
trimmedStr
.
split
(
","
);
queryParams
.
rqInfos
=
arr
}
},
ckxq
(){
if
(
this
.
singleItem
&&
this
.
singleItem
.
id
){
...
...
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