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
32209195
Commit
32209195
authored
Jun 12, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
a17265fa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
22 deletions
+33
-22
edit.vue
src/views/ccgl/rkgl/spk/top/edit.vue
+27
-22
index.vue
src/views/ccgl/rkgl/spk/top/wym/index.vue
+6
-0
No files found.
src/views/ccgl/rkgl/spk/top/edit.vue
View file @
32209195
...
...
@@ -141,6 +141,7 @@ export default {
return
{
Wym
:
Wym
,
form
:
{
otherid
:
null
// djly:'M'
},
/* 常规edit数据 */
...
...
@@ -163,27 +164,6 @@ export default {
},
},
},
{
label
:
"库位"
,
prop
:
"kwid"
,
span
:
8
,
required
:
true
,
type
:
"AuxInput"
,
typeConfig
:
{
queryParams
:
()
=>
{
return
{
ckid
:
this
.
form
.
ckid
,
};
},
isRequest
:
false
,
code
:
"WMSKWWH"
,
label
:
"kwCode"
,
transform
:
{
value
:
"id"
,
label
:
"code"
,
},
},
},
{
label
:
"容器"
,
prop
:
"rqid"
,
...
...
@@ -199,6 +179,7 @@ export default {
label
:
"code"
,
},
give
:
(
item
)
=>
{
this
.
form
.
otherid
=
item
.
kwid
this
.
$post
(
"wms/rkgl/sjrw/queryRqmxByCodeNotValid"
,
{
code
:
item
.
code
,
}).
then
((
res
)
=>
{
...
...
@@ -224,6 +205,30 @@ export default {
},
},
},
{
label
:
"库位"
,
prop
:
"kwid"
,
span
:
8
,
required
:
true
,
type
:
"AuxInput"
,
typeConfig
:
{
queryParams
:
()
=>
{
console
.
log
(
this
,
'sadasdasdsa'
)
return
{
ckid
:
this
.
form
.
ckid
,
id
:
this
.
form
.
otherid
};
},
isRequest
:
false
,
code
:
"WMSPKKWWH"
,
label
:
"kwCode"
,
transform
:
{
value
:
"id"
,
label
:
"code"
,
},
},
},
{
label
:
"入库单"
,
prop
:
"lydjid"
,
...
...
src/views/ccgl/rkgl/spk/top/wym/index.vue
View file @
32209195
...
...
@@ -85,6 +85,12 @@
span
:
6
,
type
:
'input'
,
},
{
label
:
'制令号'
,
prop
:
'zlh'
,
span
:
6
,
type
:
'input'
,
},
{
label
:
'物料'
,
prop
:
'wlid'
,
...
...
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