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
b50de70f
Commit
b50de70f
authored
Jul 16, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打印工单打印日期调整
parent
8f1b80df
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
productOrderSpecification.vue
...ews/mes/pro/workorder/print/productOrderSpecification.vue
+3
-1
No files found.
src/views/mes/pro/workorder/print/productOrderSpecification.vue
View file @
b50de70f
...
...
@@ -199,19 +199,21 @@
录入日期:
{{
pageFooter
.
entryTime
}}
</div>
<div>
打印日期:
{{
pageFooter
.
entryTim
e
}}
打印日期:
{{
dat
e
}}
</div>
</div>
</div>
</
template
>
<
script
>
import
dayjs
from
'dayjs'
import
VueBarcode
from
'vue-barcode'
export
default
{
components
:
{
VueBarcode
},
props
:
[
'productionSolutionTable'
],
data
()
{
return
{
date
:
dayjs
().
format
(
'YYYY-MM-DD'
),
// pageHeader: {
// "itemTypeName": null,
// "arrangeCode": 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