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
7591e087
Commit
7591e087
authored
Feb 14, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
533a0edc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2657 additions
and
165 deletions
+2657
-165
ChoiceAddFinancialDocuments.vue
...inancial/financalDocument/ChoiceAddFinancialDocuments.vue
+388
-156
FinancialDocuments.vue
src/pages/financial/financalDocument/FinancialDocuments.vue
+16
-6
batchVoucher.vue
src/pages/financial/financalDocument/batchVoucher.vue
+2245
-0
ReturnperiodsList.vue
src/pages/financial/returnPassbook/ReturnperiodsList.vue
+2
-2
routes.js
src/router/routes.js
+5
-0
request.js
src/utils/request.js
+1
-1
No files found.
src/pages/financial/financalDocument/ChoiceAddFinancialDocuments.vue
View file @
7591e087
This diff is collapsed.
Click to expand it.
src/pages/financial/financalDocument/FinancialDocuments.vue
View file @
7591e087
...
...
@@ -603,7 +603,7 @@
</span>
<button
class=
"hollowFixedBtn"
@
click=
"resetPageIndex(),getPageList()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
@
click=
"goUrlWeituo('ChoiceAddFinancialDocuments')"
>
{{
$t
(
'pub.addBtn'
)
}}
</button>
<button
class=
"normalBtn"
@
click=
"goUrlWeituo('ChoiceAddFinancialDocuments')"
>
批量制单
</button>
<button
class=
"normalBtn"
@
click=
"goUrlWeituo('ChoiceAddFinancialDocuments'
,1
)"
>
批量制单
</button>
<button
class=
"normalBtn"
v-if=
"checkboxShow"
@
click=
"Financial_post_SetBatch"
>
{{
$t
(
'fnc.piltijiao'
)
}}
</button>
<button
class=
"normalBtn"
@
click=
"method5()"
>
{{
$t
(
'visa.v_daochu'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"goUrlWeituo('WorkEntrustmentMy')"
>
{{
$t
(
'fnc.gzweituo'
)
}}
</button>
...
...
@@ -2451,11 +2451,21 @@
// }
// })
},
goUrlWeituo
(
path
)
{
let
tempStr
=
'/financial/financalDocument/'
+
path
;
this
.
$router
.
push
({
path
:
tempStr
});
goUrlWeituo
(
path
,
type
)
{
if
(
type
){
let
tempStr
=
'/financial/financalDocument/'
+
path
;
this
.
$router
.
push
({
path
:
tempStr
,
query
:{
isFrom
:
type
}
});
}
else
{
let
tempStr
=
'/financial/financalDocument/'
+
path
;
this
.
$router
.
push
({
path
:
tempStr
});
}
},
goEit
(
type
,
id
,
edit
,
Conditon
,
pageIndex
,
item
,
iscopy
=
1
)
{
//iscopy是否复制 现在只做type为1和2
let
path
=
''
;
...
...
src/pages/financial/financalDocument/batchVoucher.vue
0 → 100644
View file @
7591e087
This diff is collapsed.
Click to expand it.
src/pages/financial/returnPassbook/ReturnperiodsList.vue
View file @
7591e087
...
...
@@ -99,8 +99,8 @@
@
click=
"goUrl(scope.row.Id)"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"生成财务单据"
placement=
"top"
>
<i
class=
"iconfont icon-
sousuo
"
<el-tooltip
class=
"item"
effect=
"dark"
v-if=
"scope.row.FinanceIds==''"
content=
"生成财务单据"
placement=
"top"
>
<i
class=
"iconfont icon-
add
"
@
click=
"setCommissionFinanace(scope.row.Id)"
></i>
</el-tooltip>
<!--
<el-tooltip
class=
"item"
effect=
"dark"
content=
"制单"
placement=
"top"
v-if=
'iscMaker==true'
>
...
...
src/router/routes.js
View file @
7591e087
...
...
@@ -532,6 +532,11 @@ const routes = [{
component
:
()
=>
import
(
"pages/financial/financalDocument/ChoiceAddFinancialDocuments.vue"
)
},
{
path
:
"/financial/financalDocument/batchVoucher"
,
component
:
()
=>
import
(
"pages/financial/financalDocument/batchVoucher.vue"
)
},
{
path
:
"/financial/financalDocument/addReceivablesDocuments"
,
component
:
()
=>
...
...
src/utils/request.js
View file @
7591e087
...
...
@@ -13,7 +13,7 @@ axios.defaults.headers["Content-Type"] = "application/json;charset=UTF-8"; //app
const
service
=
axios
.
create
({
baseURL
:
process
.
env
.
API
,
timeout
:
15
000
timeout
:
60
000
});
// request拦截器
...
...
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