Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
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
pda
pda-ui
Commits
564e7671
Commit
564e7671
authored
Jun 19, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
切换页签保存数据
parent
3bbc5c53
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
proofingInfo.vue
src/views/mes/pro/workorder/proofingInfo.vue
+13
-1
No files found.
src/views/mes/pro/workorder/proofingInfo.vue
View file @
564e7671
...
...
@@ -357,7 +357,7 @@ export default {
return
{
loading
:
false
,
optType
:
undefined
,
workorderId
:
null
,
bomList
:
[],
// 表单参数
form
:
{
...
...
@@ -371,6 +371,7 @@ export default {
orderSource
:
null
,
sourceCode
:
null
,
productId
:
null
,
startDate
:
null
,
productCode
:
null
,
productName
:
null
,
productSpc
:
null
,
...
...
@@ -457,6 +458,16 @@ export default {
return
titles
[
this
.
mode
];
},
},
activated
()
{
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
workorderId
&&
this
.
workorderId
!==
this
.
$route
.
query
.
workorderId
)
{
this
.
resetForm
()
this
.
workorderId
=
this
.
$route
.
query
.
workorderId
}
this
.
getFormInfo
();
if
(
this
.
mode
==
"apply"
)
{
this
.
gCode
();
}
},
created
()
{
this
.
getFormInfo
();
if
(
this
.
mode
==
"apply"
)
{
...
...
@@ -750,6 +761,7 @@ export default {
createBy
:
null
,
createTime
:
null
,
updateBy
:
null
,
startDate
:
null
,
updateTime
:
null
,
packType
:
null
,
packUnitOfMeasure
:
null
,
...
...
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