Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
d33141bf
Commit
d33141bf
authored
Mar 30, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a8c0ede1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
CapitalAllocation.vue
src/components/FinancialModule/CapitalAllocation.vue
+6
-3
addCapitalAllocation.vue
src/components/FinancialModule/addCapitalAllocation.vue
+1
-2
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+5
-5
No files found.
src/components/FinancialModule/CapitalAllocation.vue
View file @
d33141bf
...
...
@@ -51,7 +51,8 @@
<div
class=
"query-box"
>
<ul>
<li>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"addBtn"
/>
<input
v-if=
"btnShow"
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"addBtn"
/>
<input
v-else
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"goURL('addCapitalAllocation')"
/>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"getList()"
/>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('visa.v_daochu')"
@
click=
"method5()"
/>
</li>
...
...
@@ -213,8 +214,10 @@
</div>
<el-dialog
title=
"资金调拨类型"
:visible
.
sync=
"isCapitalAllocation"
width=
"450px"
>
<div
style=
"text-align: center;"
>
<input
v-if=
"btnShow"
type=
"button"
class=
"normalBtn"
value=
"日本资金调拨"
@
click=
"goAddurl('addCapitalAllocation',1)"
/>
<input
v-if=
"btnShow"
type=
"button"
class=
"normalBtn"
value=
"台湾资金调拨"
@
click=
"goAddurl('addCapitalAllocation',2)"
/>
<template
v-if=
"btnShow"
>
<input
type=
"button"
class=
"normalBtn"
value=
"日本资金调拨"
@
click=
"goAddurl('addCapitalAllocation',1)"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"台湾资金调拨"
@
click=
"goAddurl('addCapitalAllocation',2)"
/>
</
template
>
<input
type=
"button"
class=
"normalBtn"
value=
"通用资金调拨"
@
click=
"goURL('addCapitalAllocation')"
/>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
...
...
src/components/FinancialModule/addCapitalAllocation.vue
View file @
d33141bf
...
...
@@ -423,8 +423,7 @@ export default {
let
userInfo
=
this
.
getLocalStorage
();
this
.
msg
.
RB_Depart_Id
=
userInfo
.
RB_Department_Id
;
this
.
msg
.
RB_Branch_Id
=
userInfo
.
RB_Branch_id
;
// 是否日本调拨
// fengs: 1日本调拨 2台湾调拨
if
(
this
.
$route
.
query
.
fengs
){
if
(
this
.
$route
.
query
.
fengs
==
1
){
this
.
msg
.
RB_Branch_Id
=
1218
;
...
...
src/components/SalesVisa/components/visaOrderList.vue
View file @
d33141bf
...
...
@@ -608,7 +608,7 @@
</
template
>
</el-table-column>
<
template
slot=
"append"
>
<div
class=
"row justify-sb
"
style=
"padding:10px;"
>
<div
class=
"row justify-sb"
style=
"padding:10px;"
>
<div
class=
"cF1416C"
>
<div
v-if=
"item.remark"
style=
"min-width: 200px;max-width: 300px;"
>
{{
$t
(
'pub.pubRemark'
)
}}
:
{{
item
.
remark
}}
...
...
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