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
bb5c0856
Commit
bb5c0856
authored
Sep 15, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退库入库流程表单配置
parent
865e0541
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
67 additions
and
3 deletions
+67
-3
equipmenCheckNo.vue
...ts/JobResponseInTestProcess/component/equipmenCheckNo.vue
+4
-1
materialCheckNo.vue
...ts/JobResponseInTestProcess/component/materialCheckNo.vue
+5
-1
outSourceCheckNo.vue
...s/JobResponseInTestProcess/component/outSourceCheckNo.vue
+4
-0
index.vue
...nts/components/OutStorageUseApprovedObjectApply/index.vue
+1
-1
index.vue
...ents/components/OutStorageUseApprovedObjectTest/index.vue
+53
-0
No files found.
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/equipmenCheckNo.vue
View file @
bb5c0856
...
...
@@ -123,7 +123,6 @@
<el-form-item
label-width=
"100px"
label=
"不合格数"
prop=
"noPassAmount"
>
<el-input-number
v-model=
"form.noPassAmount"
style=
"width: 120px"
clearable
:min=
"0"
placeholder=
"不合格数"
...
...
@@ -348,6 +347,10 @@ export default {
if
(
isok
)
{
this
.
$api
.
recursion
(
'JobResponseInTest'
,
params
).
then
(
res
=>
{
this
.
$utils
.
showMessageSuccess
(
'保存成功!'
)
const
subTypeName
=
this
.
basicData
&&
this
.
basicData
.
subTypeName
||
''
if
(
subTypeName
===
'InStorageUseBackItem'
||
subTypeName
===
'InStorageOutBackItem'
||
subTypeName
===
'InStorageMatchBackItem'
)
{
this
.
$bus
.
$emit
(
'refreshBackItem'
)
}
resolve
(
true
)
}).
catch
(()
=>
{
resolve
(
false
)
...
...
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/materialCheckNo.vue
View file @
bb5c0856
...
...
@@ -884,7 +884,7 @@ export default {
}
post
(
'JobResponseInStorage/search'
,
param
).
then
(
res
=>
{
const
data
=
res
.
items
.
content
[
0
]
if
(
data
.
reportNo
)
{
if
(
data
&&
data
.
reportNo
)
{
this
.
chemicalDisplay
=
true
this
.
form
=
{
...
this
.
form
,
...
...
@@ -932,6 +932,10 @@ export default {
if
(
isok
)
{
this
.
$api
.
recursion
(
'JobResponseInTest'
,
params
).
then
(
res
=>
{
this
.
$utils
.
showMessageSuccess
(
'保存成功!'
)
const
subTypeName
=
this
.
basicData
&&
this
.
basicData
.
subTypeName
||
''
if
(
subTypeName
===
'InStorageUseBackItem'
||
subTypeName
===
'InStorageOutBackItem'
||
subTypeName
===
'InStorageMatchBackItem'
)
{
this
.
$bus
.
$emit
(
'refreshBackItem'
)
}
resolve
(
true
)
}).
catch
(()
=>
{
resolve
(
false
)
...
...
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/outSourceCheckNo.vue
View file @
bb5c0856
...
...
@@ -317,6 +317,10 @@ export default {
if
(
isok
)
{
this
.
$api
.
recursion
(
'JobResponseInTest'
,
params
).
then
(
res
=>
{
this
.
$utils
.
showMessageSuccess
(
'保存成功!'
)
const
subTypeName
=
this
.
basicData
&&
this
.
basicData
.
subTypeName
||
''
if
(
subTypeName
===
'InStorageUseBackItem'
||
subTypeName
===
'InStorageOutBackItem'
||
subTypeName
===
'InStorageMatchBackItem'
)
{
this
.
$bus
.
$emit
(
'refreshBackItem'
)
}
resolve
(
true
)
}).
catch
(()
=>
{
resolve
(
false
)
...
...
applications/dee-mes/src/privateComponents/components/OutStorageUseApprovedObjectApply/index.vue
View file @
bb5c0856
...
...
@@ -54,7 +54,7 @@ export default {
case
'InStorageOutBackItem'
:
// 供外退库入库
this
.
cmpOptions
=
{
typeName
:
'InStorageBack'
,
layKey
:
'InStorageBackApproved_
examine
'
layKey
:
'InStorageBackApproved_
apply
'
}
break
default
:
...
...
applications/dee-mes/src/privateComponents/components/OutStorageUseApprovedObject/index.vue
→
applications/dee-mes/src/privateComponents/components/OutStorageUseApprovedObject
Test
/index.vue
View file @
bb5c0856
<!--
* @Author: gjn
* @Date: 2023-09-
08 16
:22:41
* @Description:签审对象
— 审批中间环节(只读)
* @Date: 2023-09-
15 14
:22:41
* @Description:签审对象
_检验环节
-->
<
template
>
<div
class=
"OutStorageUseApprovedObject"
>
<div
class=
"OutStorageUseApprovedObject
Test
"
>
<dee-as-com
:key=
"refreshKey"
ref=
"applyTable"
style=
"border:none;"
model-name=
"OutStorageUse"
:lay-config=
"cmpOptions"
...
...
@@ -16,7 +18,7 @@
<
script
>
export
default
{
name
:
'OutStorageUseApprovedObject'
,
name
:
'OutStorageUseApprovedObject
Test
'
,
components
:
{},
props
:
{
basicData
:
{
...
...
@@ -27,41 +29,19 @@ export default {
data
()
{
return
{
cmpOptions
:
{
typeName
:
'OutStorageUseItem'
,
layKey
:
'OutStorageUseApprovedObject'
}
typeName
:
'InStorageBack'
,
layKey
:
'InStorageBackApproved_test'
},
refreshKey
:
1
}
},
computed
:
{},
watch
:
{
basicData
:
{
immediate
:
true
,
deep
:
true
,
handler
(
val
)
{
if
(
val
&&
val
.
subTypeName
)
{
switch
(
val
.
subTypeName
)
{
case
'OutStorageUse'
:
// 领用出库
this
.
cmpOptions
=
{
typeName
:
'OutStorageUseItem'
,
layKey
:
'OutStorageUseApprovedObject'
}
break
case
'InStorageUseBackItem'
:
// 领用退库入库
case
'InStorageMatchBackItem'
:
// 配套退库入库
case
'InStorageOutBackItem'
:
// 供外退库入库
this
.
cmpOptions
=
{
typeName
:
'InStorageBack'
,
layKey
:
'InStorageBackApproved_examine'
}
break
default
:
break
}
}
}
}
watch
:
{},
created
()
{
this
.
$bus
.
$on
(
'refreshBackItem'
,
(
data
)
=>
{
this
.
refreshKey
+=
1
})
},
created
()
{},
mounted
()
{},
// 组件方法
methods
:
{}
...
...
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