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
452adc3d
Commit
452adc3d
authored
Apr 07, 2024
by
15008242619
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://94.191.100.41/tfmom/tf-mom-web
into dev
parents
a2efb5a8
81974e9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
index.vue
...eComponents/components/DeploymentCardInfoSelect/index.vue
+3
-1
footer.vue
...s/src/views/taskExecution/components/LacClaims/footer.vue
+5
-5
No files found.
applications/dee-mes/src/privateComponents/components/DeploymentCardInfoSelect/index.vue
View file @
452adc3d
...
...
@@ -728,7 +728,9 @@ export default {
this
.
form
.
inventory
=
resDeduplicate
this
.
requestOp
=
resDeduplicate
.
map
(
item
=>
{
let
disabled
=
false
if
(
item
.
qualityPeriod
)
{
// 用户的创建时间
<
当天时间
去掉校验
// 如果用户的创建时间是当天日期时间,需要校验保质期
if
(
item
.
qualityPeriod
&&
(
new
Date
().
getTime
()
<=
Date
.
parse
(
this
.
form
.
createTimeTo
)))
{
disabled
=
new
Date
().
getTime
()
>
Date
.
parse
(
item
.
qualityPeriod
)
}
if
(
this
.
subTypeName
===
'AssignCardPaint'
)
{
...
...
applications/dee-mes/src/views/taskExecution/components/LacClaims/footer.vue
View file @
452adc3d
...
...
@@ -256,13 +256,13 @@ export default {
type
:
'warning'
// customClass: 'lacclaims-footer-message'
}).
then
(()
=>
{
const
params
=
{
id
:
row
.
id
,
// 记实id
operator
:
'REMOVE'
}
//
const params = {
//
id: row.id, // 记实id
//
operator: 'REMOVE'
//
}
// 发送请求
// `ExtScanCodeRecord/removeScanCode?id=${row.extScanCodeRecords[0].id}&reqName=${row.extMaterial.resType2.typeName}`
post
(
'/ExtScanCodeRecord/recursion'
,
params
)
post
(
`/ExtScanCodeRecord/removeScanCode?id=
${
row
.
id
}
`
,
{}
)
.
then
((
res
)
=>
{
if
(
res
.
message
.
includes
(
'成功'
))
{
this
.
$parent
.
$parent
.
$parent
.
$refs
.
header
.
getTableData
()
...
...
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