Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
465723f0
Commit
465723f0
authored
Nov 17, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0e84720a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
addCapitalAllocation.vue
...pages/financial/financalDocument/addCapitalAllocation.vue
+4
-3
erpindex.js
src/utils/erpindex.js
+3
-3
No files found.
src/pages/financial/financalDocument/addCapitalAllocation.vue
View file @
465723f0
...
...
@@ -158,7 +158,8 @@
<div
class=
"page_addCapitalAllocation"
v-loading=
"loading"
>
<div
class=
"_top"
>
<p>
{{
BillName
}}
</p>
<p><span>
{{
msg
.
TemplateId
==
34
?
$t
(
'fnc.zongbu'
):
$t
(
'fnc.fgongsi'
)
}}{{
$t
(
'fnc.zjdbodan'
)
}}
</span></p>
<!--
<p><span>
{{
msg
.
TemplateId
==
34
?
$t
(
'fnc.zongbu'
):
$t
(
'fnc.fgongsi'
)
}}{{
$t
(
'fnc.zjdbodan'
)
}}
</span></p>
-->
<p><span>
{{
$t
(
'fnc.zjdbodan'
)
}}
</span></p>
</div>
<div
class=
"_conten"
>
<ul
v-if=
"inList.length"
>
...
...
@@ -415,8 +416,8 @@
}
else
{
this
.
initMsg
()
let
userInfo
=
this
.
getLocalStorage
();
this
.
msg
.
RB_Depart_Id
=
userInfo
.
RB_Department_
Id
;
this
.
msg
.
RB_Branch_Id
=
userInfo
.
RB_Branch_i
d
;
this
.
msg
.
RB_Depart_Id
=
userInfo
.
Dept
Id
;
this
.
msg
.
RB_Branch_Id
=
userInfo
.
School_I
d
;
if
(
this
.
$route
.
query
.
fengs
){
this
.
msg
.
RB_Branch_Id
=
1218
;
}
...
...
src/utils/erpindex.js
View file @
465723f0
...
...
@@ -73,7 +73,7 @@ export default{
Vue
.
prototype
.
getLocalStorage
=
function
()
{
var
localStorageData
=
window
.
localStorage
[
"loginUserInfo"
];
if
(
localStorageData
!==
undefined
&&
localStorageData
!=
'undefined'
)
{
return
JSON
.
parse
(
localStorageData
);
return
JSON
.
parse
(
localStorageData
)
.
data
;
}
else
{
return
null
;
}
...
...
@@ -84,8 +84,8 @@ export default{
let
mallUrl
=
""
;
//商城API
let
locationName
=
window
.
location
.
hostname
;
// domainUrl = "http://127.0.0.1";
//
domainUrl = "http://192.168.1.13:8083";
domainUrl
=
"http://192.168.1.48:8015"
;
domainUrl
=
"http://192.168.1.13:8083"
;
//
domainUrl = "http://192.168.1.48:8015";
//domainUrl = "http://192.168.1.21:8069";
let
javaUrldo
=
""
;
...
...
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