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
3e8c1c32
Commit
3e8c1c32
authored
Nov 18, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改问题
parent
858be198
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
14 deletions
+10
-14
App.vue
src/App.vue
+1
-1
axios.js
src/boot/axios.js
+1
-5
CapitalAllocation.vue
src/pages/financial/financalDocument/CapitalAllocation.vue
+2
-2
CapitalAllocationDetail.vue
...es/financial/financalDocument/CapitalAllocationDetail.vue
+3
-3
FinancialDocumentsDetail.vue
...s/financial/financalDocument/FinancialDocumentsDetail.vue
+1
-1
addCapitalAllocation.vue
...pages/financial/financalDocument/addCapitalAllocation.vue
+2
-2
No files found.
src/App.vue
View file @
3e8c1c32
...
...
@@ -12,7 +12,7 @@ export default {
<
style
>
@import
url('~assets/css/font.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
il9ypki1in
.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
xkbuljsn3gc
.css')
;
html
,
body
,
...
...
src/boot/axios.js
View file @
3e8c1c32
...
...
@@ -33,11 +33,7 @@ Date.prototype.Format = function (fmt) {
};
Vue
.
use
(
ElementUI
)
Vue
.
use
(
Erpindex
)
Vue
.
use
(
Viewer
,{
defaultOptions
:
{
zIndex
:
9999
}
})
Vue
.
use
(
Viewer
);
Vue
.
component
(
VTable
.
name
,
VTable
)
Vue
.
component
(
VPagination
.
name
,
VPagination
)
...
...
src/pages/financial/financalDocument/CapitalAllocation.vue
View file @
3e8c1c32
...
...
@@ -324,7 +324,7 @@
if
(
!
this
.
msg
.
Status
)
this
.
msg
.
Status
=
0
;
if
(
!
this
.
msg
.
FrID
)
this
.
msg
.
FrID
=
0
;
this
.
msg
.
EmployeeId
=
this
.
EmId
;
this
.
GetLocalFile
(
"Financial_get_OutToFundTransfer"
,
this
.
msg
,
this
.
$t
(
'fnc.zjdbbiao'
)
+
".xls"
);}
,
getCompanyList
:
function
()
{
//获取公司列表
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
...
...
@@ -382,7 +382,7 @@
},
goURL
:
function
(
url
,
edit
,
id
)
{
// this.$router.push({ name: url,query:{edit: edit, id: id, blank: 'y', tab: '新增资金调拨'}})
var
tempStr
=
'/financial/financalDocument/'
+
url
;
var
tempStr
=
'/financial/financalDocument/'
+
url
+
'?edit='
+
edit
+
'&id='
+
id
;
this
.
$router
.
push
({
path
:
tempStr
});
...
...
src/pages/financial/financalDocument/CapitalAllocationDetail.vue
View file @
3e8c1c32
...
...
@@ -424,7 +424,7 @@
</div>
</div>
<viewer
:images=
"images"
:options=
'imageOptions'
@
inited=
"inited"
class=
"viewer"
ref=
"viewer"
>
<img
v-for=
"src in images"
:src=
"src"
:key=
"src.subCode"
>
<img
v-for=
"src in images"
:src=
"src"
:key=
"src.subCode"
style=
"display:none"
>
</viewer>
<div
class=
"_tit _tit2 w830px"
>
<p>
...
...
@@ -655,13 +655,13 @@
goPrintPageNew
(
type
,
id
,
Merge
,
OrderSource
){
if
(
type
===
1
){
let
routeData
=
this
.
$router
.
resolve
({
name
:
'
PrintPageN'
,
path
:
'/financial/financalDocument/
PrintPageN'
,
query
:
{
type
:
type
,
id
:
id
,
isKehu
:
0
,
Merge
:
Merge
,
OrderSource
:
OrderSource
?
OrderSource
:
-
1
,
Capital
:
1
}
});
window
.
open
(
routeData
.
href
,
"_blank"
);
}
else
{
let
routeData
=
this
.
$router
.
resolve
({
name
:
'
PrintPageN'
,
path
:
'/financial/financalDocument/
PrintPageN'
,
query
:
{
type
:
type
,
id
:
id
,
Merge
:
Merge
,
OrderSource
:
OrderSource
?
OrderSource
:
-
1
,
Capital
:
1
}
});
window
.
open
(
routeData
.
href
,
"_blank"
);
...
...
src/pages/financial/financalDocument/FinancialDocumentsDetail.vue
View file @
3e8c1c32
...
...
@@ -837,7 +837,7 @@
<p
style=
"font-size:24px;"
>
为了更好地打印效果,请点击页面上的“打印单据”再来进行打印,谢谢。
</p>
</div>
<viewer
:images=
"images"
:options=
'imageOptions'
@
inited=
"inited"
class=
"viewer"
ref=
"viewer"
>
<img
v-for=
"src in images"
:src=
"src"
:key=
"src"
>
<img
v-for=
"src in images"
:src=
"src"
:key=
"src"
style=
" display: none;"
>
</viewer>
<el-dialog
custom-class=
'w400'
title=
"特殊驳回"
:visible
.
sync=
"finacialDialog"
center
>
...
...
src/pages/financial/financalDocument/addCapitalAllocation.vue
View file @
3e8c1c32
...
...
@@ -361,7 +361,7 @@
<button
class=
"normalBtn"
@
click=
"AddFinancial()"
>
{{$t('fnc.tijiao')}}
</button>
</div>
<viewer
:images=
"images"
:options=
'imageOptions'
@
inited=
"inited"
class=
"viewer"
ref=
"viewer"
>
<img
v-for=
"src in images"
:src=
"src"
:key=
"src"
>
<img
v-for=
"src in images"
:src=
"src"
:key=
"src"
style=
"display:none"
>
</viewer>
</div>
</template>
...
...
@@ -412,7 +412,7 @@
}
},
created
(){
if
(
this
.
$route
.
query
.
edit
)
{
if
(
this
.
$route
.
query
.
edit
&&
this
.
$route
.
query
.
edit
!=
'undefined'
)
{
let
id
=
this
.
$route
.
query
.
id
this
.
getData
(
id
)
}
else
{
...
...
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