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
419f7ac0
Commit
419f7ac0
authored
Jun 26, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库确认打印标签增加入库数量字段
parent
ee479044
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
index.vue
.../privateComponents/components/printTagForConfig/index.vue
+1
-0
No files found.
applications/dee-mes/src/privateComponents/components/printTagForConfig/index.vue
View file @
419f7ac0
...
@@ -397,6 +397,7 @@ export default {
...
@@ -397,6 +397,7 @@ export default {
{
label
:
'批号'
,
value
:
row
.
lotNo
},
{
label
:
'批号'
,
value
:
row
.
lotNo
},
{
label
:
'系列号/序列号'
,
value
:
row
.
serialNo
},
{
label
:
'系列号/序列号'
,
value
:
row
.
serialNo
},
{
label
:
'机型'
,
value
:
row
.
airModel
},
{
label
:
'机型'
,
value
:
row
.
airModel
},
{
label
:
'入库数量'
,
value
:
row
.
reqAmount
||
''
},
{
label
:
'验收单号'
,
value
:
row
.
inventory
&&
row
.
inventory
.
testNo
||
row
.
testNo
||
''
},
{
label
:
'验收单号'
,
value
:
row
.
inventory
&&
row
.
inventory
.
testNo
||
row
.
testNo
||
''
},
{
label
:
'保证保管期'
,
value
:
testResponse
.
guaranteePeriod
&&
testResponse
.
guaranteePeriod
.
replace
(
' 00:00:00'
,
''
)
},
{
label
:
'保证保管期'
,
value
:
testResponse
.
guaranteePeriod
&&
testResponse
.
guaranteePeriod
.
replace
(
' 00:00:00'
,
''
)
},
{
label
:
'贮存期'
,
value
:
testResponse
.
qualityPeriod
&&
testResponse
.
qualityPeriod
.
replace
(
' 00:00:00'
,
''
)
},
{
label
:
'贮存期'
,
value
:
testResponse
.
qualityPeriod
&&
testResponse
.
qualityPeriod
.
replace
(
' 00:00:00'
,
''
)
},
...
...
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