Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-h5app-drs
Overview
Overview
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
zhuxiaomei
patzn-cloud-web-h5app-drs
Commits
b9ba05d9
Commit
b9ba05d9
authored
Nov 02, 2020
by
zhuxiaomei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加详情
parent
d49db806
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
4 deletions
+44
-4
SamplingListAdd.vue
src/page/sampling-list/SamplingListAdd.vue
+10
-0
SamplingListAddNet.vue
src/page/sampling-list/SamplingListAddNet.vue
+10
-0
SamplingListDetail.vue
src/page/sampling-list/SamplingListDetail.vue
+12
-2
SamplingListDetailNet.vue
src/page/sampling-list/SamplingListDetailNet.vue
+12
-2
No files found.
src/page/sampling-list/SamplingListAdd.vue
View file @
b9ba05d9
...
...
@@ -381,6 +381,15 @@
</van-radio>
</van-radio-group>
</table-col>
<table-col>
<van-field
label-class=
"cus-field-class"
label-width=
"50%"
label-align=
"center"
v-model=
"sample.sampleDate"
label=
""
></van-field>
</table-col>
</table-row>
<table-row>
<table-col>
...
...
@@ -812,6 +821,7 @@
properties
:
''
,
propertiesRemark
:
''
,
dateType
:
''
,
sampleDate
:
''
,
standard
:
''
,
batchNo
:
''
,
specification
:
''
,
...
...
src/page/sampling-list/SamplingListAddNet.vue
View file @
b9ba05d9
...
...
@@ -380,6 +380,15 @@
label-class=
"cus-field-class"
label-width=
"50%"
label-align=
"center"
v-model=
"sample.sampleDate"
label=
""
></van-field>
</table-col>
<table-col>
<van-field
label-class=
"cus-field-class"
label-width=
"50%"
label-align=
"center"
v-model=
"sample.shelfLife"
label=
"保质期"
></van-field>
...
...
@@ -812,6 +821,7 @@
properties
:
''
,
propertiesRemark
:
''
,
dateType
:
''
,
sampleDate
:
''
,
shelfLife
:
''
,
standard
:
''
,
qualityGrade
:
''
,
...
...
src/page/sampling-list/SamplingListDetail.vue
View file @
b9ba05d9
...
...
@@ -381,6 +381,15 @@
</van-radio>
</van-radio-group>
</table-col>
<table-col>
<van-field
label-class=
"cus-field-class"
label-width=
"50%"
label-align=
"center"
v-model=
"sample.sampleDate"
label=
""
></van-field>
</table-col>
</table-row>
<table-row>
<table-col>
...
...
@@ -812,6 +821,7 @@
properties
:
''
,
propertiesRemark
:
''
,
dateType
:
''
,
sampleDate
:
''
,
standard
:
''
,
batchNo
:
''
,
specification
:
''
,
...
...
@@ -888,12 +898,12 @@
}
for
(
let
key
in
this
.
netTested
){
if
(
result
.
netTested
[
key
]){
this
.
netTested
=
result
.
netTested
[
key
]
this
.
netTested
[
key
]
=
result
.
netTested
[
key
]
}
}
for
(
let
key
in
this
.
sample
){
if
(
result
.
sample
[
key
]){
this
.
sample
=
result
.
sample
[
key
]
this
.
sample
[
key
]
=
result
.
sample
[
key
]
}
}
this
.
testedType
=
result
.
testedType
...
...
src/page/sampling-list/SamplingListDetailNet.vue
View file @
b9ba05d9
...
...
@@ -376,6 +376,15 @@
</van-radio-group>
</table-col>
<table-col>
<van-field
label-class=
"cus-field-class"
label-width=
"50%"
label-align=
"center"
v-model=
"sample.sampleDate"
label=
""
></van-field>
</table-col>
<table-col>
<van-field
readonly
label-class=
"cus-field-class"
label-width=
"50%"
...
...
@@ -812,6 +821,7 @@
properties
:
''
,
propertiesRemark
:
''
,
dateType
:
''
,
sampleDate
:
''
,
shelfLife
:
''
,
standard
:
''
,
qualityGrade
:
''
,
...
...
@@ -863,12 +873,12 @@
}
for
(
let
key
in
this
.
netTested
)
{
if
(
result
.
netTested
[
key
])
{
this
.
netTested
=
result
.
netTested
[
key
]
this
.
netTested
[
key
]
=
result
.
netTested
[
key
]
}
}
for
(
let
key
in
this
.
sample
)
{
if
(
result
.
sample
[
key
])
{
this
.
sample
=
result
.
sample
[
key
]
this
.
sample
[
key
]
=
result
.
sample
[
key
]
}
}
this
.
testedType
=
result
.
testedType
...
...
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