Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
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
张伯涛
NLT-e-cigarette
Commits
9fe1438e
Commit
9fe1438e
authored
Aug 22, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ad5f5464
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
20 deletions
+7
-20
.env.production
.env.production
+1
-2
.env.test
.env.test
+1
-15
homePageTable.vue
src/views/homePageTable.vue
+3
-2
assembling.vue
src/views/productTraceability/assembling.vue
+2
-1
No files found.
.env.production
View file @
9fe1438e
...
@@ -3,6 +3,5 @@ ENV = 'production'
...
@@ -3,6 +3,5 @@ ENV = 'production'
# 生产环境
# 生产环境
# base api
# base api
# VUE_APP_BASE_API = 'http://172.20.23.96:8085'
VUE_APP_BASE_API = 'http://172.20.23.96:8085'
VUE_APP_BASE_API = 'http://124.71.16.228:8085'
.env.test
View file @
9fe1438e
...
@@ -3,18 +3,4 @@ ENV = 'test'
...
@@ -3,18 +3,4 @@ ENV = 'test'
# 测试环境
# 测试环境
# base api
# base api
VUE_APP_BASE_API
=
'http://zt.91isoft.com:10184'
VUE_APP_BASE_API
=
'http://124.71.16.228:8085'
#workFlow链接地址
VUE_APP_WORKFLOW
=
'http://zt.91isoft.com:10184/workFlow'
#internal链接地址
VUE_APP_INTERNAL
=
'http://zt.91isoft.com:10184/internal'
# login地址
VUE_APP_LOGIN
=
'http://login.91isoft.com:10181/#/login'
# 中台地址
VUE_APP_ZT
=
'http://zt.91isoft.com:10181'
# 内勤地址
VUE_APP_NQ
=
'http://nq.91isoft.com:10181'
# 根域名
VUE_APP_ROOT
=
'91isoft.com'
# 模板地址
VUE_APP_TEMPLATE
=
'http://zt.91isoft.com:10190/'
src/views/homePageTable.vue
View file @
9fe1438e
...
@@ -338,7 +338,7 @@
...
@@ -338,7 +338,7 @@
<
script
>
<
script
>
import
{
getTableData
,
getSnsVague
,
getSnsDetail
}
from
'@/api/system/monitoring'
import
{
getTableData
,
getSnsVague
,
getSnsDetail
}
from
'@/api/system/monitoring'
import
{
formAssembling
,
queryTestInfo
}
from
'@/api/assembling'
import
{
formAssembling
,
queryTestInfo
}
from
'@/api/assembling'
export
default
{
export
default
{
name
:
'HomePageTable'
,
name
:
'HomePageTable'
,
data
()
{
data
()
{
...
@@ -566,7 +566,8 @@ export default {
...
@@ -566,7 +566,8 @@ export default {
// this.SNRelationTableList = res.data
// this.SNRelationTableList = res.data
// })
// })
const
params
=
{
const
params
=
{
materSn
:
row
.
materSn
materSn
:
row
.
materSn
,
scanType
:
'1'
}
}
this
.
SNModelLoading1
=
true
this
.
SNModelLoading1
=
true
formAssembling
(
params
).
then
(
res
=>
{
formAssembling
(
params
).
then
(
res
=>
{
...
...
src/views/productTraceability/assembling.vue
View file @
9fe1438e
...
@@ -933,7 +933,8 @@ export default {
...
@@ -933,7 +933,8 @@ export default {
getDataFun
()
{
getDataFun
()
{
this
.
Loading
=
true
this
.
Loading
=
true
const
params
=
{
const
params
=
{
materSn
:
this
.
queryParams
.
materSn
materSn
:
this
.
queryParams
.
materSn
,
scanType
:
'1'
}
}
formAssembling
(
params
).
then
(
response
=>
{
formAssembling
(
params
).
then
(
response
=>
{
this
.
form
=
response
.
data
this
.
form
=
response
.
data
...
...
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