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
fd289ed3
Commit
fd289ed3
authored
Oct 31, 2020
by
zhangchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段接口
parent
d49db806
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
101 additions
and
18 deletions
+101
-18
package-lock.json
package-lock.json
+84
-1
sampling-place.js
src/api/drs/sampling-place.js
+1
-1
SamplingListAdd.vue
src/page/sampling-list/SamplingListAdd.vue
+2
-2
SamplingListAddNet.vue
src/page/sampling-list/SamplingListAddNet.vue
+6
-6
SamplingListDetail.vue
src/page/sampling-list/SamplingListDetail.vue
+2
-2
SamplingListDetailNet.vue
src/page/sampling-list/SamplingListDetailNet.vue
+6
-6
No files found.
package-lock.json
View file @
fd289ed3
...
...
@@ -1716,6 +1716,7 @@
"thread-loader"
:
"^2.1.3"
,
"url-loader"
:
"^2.2.0"
,
"vue-loader"
:
"^15.9.2"
,
"vue-loader-v16"
:
"npm:vue-loader@^16.0.0-beta.7"
,
"vue-style-loader"
:
"^4.1.2"
,
"webpack"
:
"^4.0.0"
,
"webpack-bundle-analyzer"
:
"^3.8.0"
,
...
...
@@ -8244,7 +8245,8 @@
"version"
:
"2.2.2"
,
"resolved"
:
"https://registry.npm.taobao.org/picomatch/download/picomatch-2.2.2.tgz"
,
"integrity"
:
"sha1-IfMz6ba46v8CRo9RRupAbTRfTa0="
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"pify"
:
{
"version"
:
"4.0.1"
,
...
...
@@ -11203,6 +11205,87 @@
}
}
},
"vue-loader-v16"
:
{
"version"
:
"npm:vue-loader@16.0.0-beta.9"
,
"resolved"
:
"https://registry.npm.taobao.org/vue-loader/download/vue-loader-16.0.0-beta.9.tgz?cache=0&sync_timestamp=1603783124187&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-loader%2Fdownload%2Fvue-loader-16.0.0-beta.9.tgz"
,
"integrity"
:
"sha1-UlEsthwpaCfJnA1UOYvvhL5ESPw="
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"chalk"
:
"^4.1.0"
,
"hash-sum"
:
"^2.0.0"
,
"loader-utils"
:
"^2.0.0"
},
"dependencies"
:
{
"ansi-styles"
:
{
"version"
:
"4.3.0"
,
"resolved"
:
"https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-4.3.0.tgz"
,
"integrity"
:
"sha1-7dgDYornHATIWuegkG7a00tkiTc="
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"color-convert"
:
"^2.0.1"
}
},
"chalk"
:
{
"version"
:
"4.1.0"
,
"resolved"
:
"https://registry.npm.taobao.org/chalk/download/chalk-4.1.0.tgz"
,
"integrity"
:
"sha1-ThSHCmGNni7dl92DRf2dncMVZGo="
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"ansi-styles"
:
"^4.1.0"
,
"supports-color"
:
"^7.1.0"
}
},
"color-convert"
:
{
"version"
:
"2.0.1"
,
"resolved"
:
"https://registry.npm.taobao.org/color-convert/download/color-convert-2.0.1.tgz"
,
"integrity"
:
"sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM="
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"color-name"
:
"~1.1.4"
}
},
"color-name"
:
{
"version"
:
"1.1.4"
,
"resolved"
:
"https://registry.npm.taobao.org/color-name/download/color-name-1.1.4.tgz"
,
"integrity"
:
"sha1-wqCah6y95pVD3m9j+jmVyCbFNqI="
,
"dev"
:
true
,
"optional"
:
true
},
"has-flag"
:
{
"version"
:
"4.0.0"
,
"resolved"
:
"https://registry.npm.taobao.org/has-flag/download/has-flag-4.0.0.tgz"
,
"integrity"
:
"sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s="
,
"dev"
:
true
,
"optional"
:
true
},
"loader-utils"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npm.taobao.org/loader-utils/download/loader-utils-2.0.0.tgz"
,
"integrity"
:
"sha1-5MrOW4FtQloWa18JfhDNErNgZLA="
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"big.js"
:
"^5.2.2"
,
"emojis-list"
:
"^3.0.0"
,
"json5"
:
"^2.1.2"
}
},
"supports-color"
:
{
"version"
:
"7.2.0"
,
"resolved"
:
"https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611719015&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz"
,
"integrity"
:
"sha1-G33NyzK4E4gBs+R4umpRyqiWSNo="
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"has-flag"
:
"^4.0.0"
}
}
}
},
"vue-navigation"
:
{
"version"
:
"1.1.4"
,
"resolved"
:
"https://registry.npmjs.org/vue-navigation/-/vue-navigation-1.1.4.tgz"
,
...
...
src/api/drs/sampling-place.js
View file @
fd289ed3
...
...
@@ -8,6 +8,6 @@ export default {
pageApp
:
data
=>
http
.
post
(
'/drs/v1/sampling_place/page_app'
,
data
).
then
(
res
=>
res
),
edit
:
data
=>
http
.
put
(
'/drs/v1/sampling_place/'
+
data
.
id
,
data
.
obj
).
then
(
res
=>
res
),
listPlaces
:
data
=>
http
.
post
(
'/drs/v1/sampling_place/list_places'
,
data
).
then
(
res
=>
res
),
addMulti
:
data
=>
http
.
put
(
'/drs/v1/sampling_place/up
load
_multi_selected'
,
data
).
then
(
res
=>
res
),
addMulti
:
data
=>
http
.
put
(
'/drs/v1/sampling_place/up
date
_multi_selected'
,
data
).
then
(
res
=>
res
),
}
src/page/sampling-list/SamplingListAdd.vue
View file @
fd289ed3
...
...
@@ -583,7 +583,7 @@
label-class=
"cus-field-class"
label-width=
"25%"
label-align=
"center"
v-model=
"formObj.pro
l
icense"
v-model=
"formObj.pro
L
icense"
label=
"生产许可证号"
></van-field>
</table-col>
...
...
@@ -765,7 +765,7 @@
taskType
:
''
,
proName
:
''
,
proAddress
:
''
,
pro
l
icense
:
''
,
pro
L
icense
:
''
,
proTel
:
''
,
thirdPartyName
:
''
,
...
...
src/page/sampling-list/SamplingListAddNet.vue
View file @
fd289ed3
...
...
@@ -137,7 +137,7 @@
label-class=
"cus-field-class"
label-width=
"25%"
label-align=
"center"
v-model=
"netTested.
samplingPlace
"
v-model=
"netTested.
address
"
label=
"单位地址"
></van-field>
</table-col>
...
...
@@ -389,7 +389,7 @@
label-class=
"cus-field-class"
label-width=
"50%"
label-align=
"center"
v-model=
"
formObj.dateBatch
"
v-model=
"
sample.batchNo
"
label=
"生产批号"
></van-field>
</table-col>
...
...
@@ -577,7 +577,7 @@
label-class=
"cus-field-class"
label-width=
"25%"
label-align=
"center"
v-model=
"formObj.pro
l
icense"
v-model=
"formObj.pro
L
icense"
label=
"生产许可证号"
></van-field>
</table-col>
...
...
@@ -757,11 +757,10 @@
source
:
''
,
taskType
:
''
,
sampleName
:
''
,
dateBatch
:
''
,
proName
:
''
,
proAddress
:
''
,
pro
l
icense
:
''
,
pro
L
icense
:
''
,
proTel
:
''
,
thirdPartyName
:
''
,
...
...
@@ -786,7 +785,7 @@
plantformAddress
:
''
,
legalPerson
:
''
,
name
:
''
,
samplingPlace
:
''
,
address
:
''
,
estore
:
''
,
sampleSite
:
''
,
permitType
:
''
,
...
...
@@ -801,6 +800,7 @@
sample
:
{
trademark
:
''
,
num
:
''
,
batchNo
:
''
,
firstClass
:
''
,
secondClass
:
''
,
thirdClass
:
''
,
...
...
src/page/sampling-list/SamplingListDetail.vue
View file @
fd289ed3
...
...
@@ -583,7 +583,7 @@
label-class=
"cus-field-class"
label-width=
"25%"
label-align=
"center"
v-model=
"formObj.pro
l
icense"
v-model=
"formObj.pro
L
icense"
label=
"生产许可证号"
></van-field>
</table-col>
...
...
@@ -765,7 +765,7 @@
taskType
:
''
,
proName
:
''
,
proAddress
:
''
,
pro
l
icense
:
''
,
pro
L
icense
:
''
,
proTel
:
''
,
thirdPartyName
:
''
,
...
...
src/page/sampling-list/SamplingListDetailNet.vue
View file @
fd289ed3
...
...
@@ -137,7 +137,7 @@
label-class=
"cus-field-class"
label-width=
"25%"
label-align=
"center"
v-model=
"netTested.
samplingPlace
"
v-model=
"netTested.
address
"
label=
"单位地址"
></van-field>
</table-col>
...
...
@@ -389,7 +389,7 @@
label-class=
"cus-field-class"
label-width=
"50%"
label-align=
"center"
v-model=
"
formObj.dateBatch
"
v-model=
"
sample.batchNo
"
label=
"生产批号"
></van-field>
</table-col>
...
...
@@ -577,7 +577,7 @@
label-class=
"cus-field-class"
label-width=
"25%"
label-align=
"center"
v-model=
"formObj.pro
l
icense"
v-model=
"formObj.pro
L
icense"
label=
"生产许可证号"
></van-field>
</table-col>
...
...
@@ -757,11 +757,10 @@
source
:
''
,
taskType
:
''
,
sampleName
:
''
,
dateBatch
:
''
,
proName
:
''
,
proAddress
:
''
,
pro
l
icense
:
''
,
pro
L
icense
:
''
,
proTel
:
''
,
thirdPartyName
:
''
,
...
...
@@ -786,7 +785,7 @@
plantformAddress
:
''
,
legalPerson
:
''
,
name
:
''
,
samplingPlace
:
''
,
address
:
''
,
estore
:
''
,
sampleSite
:
''
,
permitType
:
''
,
...
...
@@ -801,6 +800,7 @@
sample
:
{
trademark
:
''
,
num
:
''
,
batchNo
:
''
,
firstClass
:
''
,
secondClass
:
''
,
thirdClass
:
''
,
...
...
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