Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rebort-h5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
rebort-h5
Commits
7a343406
Commit
7a343406
authored
Jun 27, 2024
by
周亚武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加事项
parent
c75f20eb
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
94 additions
and
62 deletions
+94
-62
public/index.html
public/index.html
+2
-2
src/views/Apply/fillScanMaterial.vue
src/views/Apply/fillScanMaterial.vue
+91
-59
src/views/Apply/formList.vue
src/views/Apply/formList.vue
+1
-1
No files found.
public/index.html
View file @
7a343406
...
...
@@ -34,13 +34,13 @@
// //正式环境
// api: "https://rapi.egovrobot.com/",
// rocrUrl: "http
s
://rocr.egovrobot.com/",
// rocrUrl: "http://rocr.egovrobot.com/",
// webSocketUrl : "wss://rapi.egovrobot.com/websocket/",
// aiCaseUrl: "http://112.19.80.237:11044/"
//测试环境
api
:
'
https://api.egovrobot.com/
'
,
rocrUrl
:
"
http
s
://rocr.egovrobot.com/
"
,
rocrUrl
:
"
http://rocr.egovrobot.com/
"
,
webSocketUrl
:
"
wss://api.egovrobot.com/websocket/
"
,
aiCaseUrl
:
"
http://192.168.0.173:8099/
"
};
...
...
src/views/Apply/fillScanMaterial.vue
View file @
7a343406
This diff is collapsed.
Click to expand it.
src/views/Apply/formList.vue
View file @
7a343406
...
...
@@ -149,7 +149,7 @@ export default{
methods
:{
goFillScan
(
formIndex
){
//表列表事件
if
(
formIndex
==
5
||
formIndex
==
6
||
formIndex
==
16
||
formIndex
==
17
||
formIndex
==
18
||
formIndex
==
19
||
formIndex
==
20
){
if
(
formIndex
==
5
||
formIndex
==
6
){
this
.
$router
.
push
({
path
:
'
/contractScan
'
,
query
:{
formIndex
:
formIndex
}});
}
else
{
this
.
$router
.
push
({
path
:
'
/fillScanMaterial
'
,
query
:{
formIndex
:
formIndex
}});
...
...
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