Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
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
TFMOM
TF-MOM-WEB
Commits
2c84f05f
Commit
2c84f05f
authored
Sep 23, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供外出库bug修改
parent
23f46414
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
index.vue
...ents/components/OutStorageAdjustOccupyReqAmount/index.vue
+1
-1
index.vue
...nts/components/OutStorageUseApprovedObjectApply/index.vue
+6
-0
index.vue
...c/privateComponents/components/getSortiesSelect/index.vue
+1
-0
No files found.
applications/dee-mes/src/privateComponents/components/OutStorageAdjustOccupyReqAmount/index.vue
View file @
2c84f05f
...
...
@@ -5,7 +5,7 @@
*/
<
template
>
<div
class=
"outStorageAdjustOccupy-reqAmount"
>
<el-input-number
v-model=
"reqAmount"
:min=
"0"
:max=
"maxNum"
@
change=
"handleChange"
/>
<el-input-number
v-model=
"reqAmount"
:min=
"0"
size=
"small"
:max=
"maxNum"
@
change=
"handleChange"
/>
</div>
</
template
>
<
script
>
...
...
applications/dee-mes/src/privateComponents/components/OutStorageUseApprovedObjectApply/index.vue
View file @
2c84f05f
...
...
@@ -69,6 +69,12 @@ export default {
layKey
:
'flowForm'
}
break
case
'OutStorageOut'
:
// 供外出库
this
.
cmpOptions
=
{
typeName
:
'OutStorageOut'
,
layKey
:
'flowView'
}
break
default
:
break
}
...
...
applications/dee-mes/src/privateComponents/components/getSortiesSelect/index.vue
View file @
2c84f05f
...
...
@@ -93,6 +93,7 @@ export default {
},
methods
:
{
getData
(
val
)
{
if
(
!
val
||
!
val
.
includes
(
'+'
))
return
// 编辑界面时报错修改
const
params
=
{
searchItems
:
{
items
:
[{
'fieldName'
:
'aircraftTypeId'
,
operator
:
'EQ'
,
value
:
val
.
split
(
'+'
)[
0
]
}],
...
...
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