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
2100ba51
Commit
2100ba51
authored
Nov 28, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a3049d43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+6
-2
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
2100ba51
...
@@ -1271,7 +1271,7 @@
...
@@ -1271,7 +1271,7 @@
<th>
发票单位
</th>
<th>
发票单位
</th>
<th
width=
"80px"
v-if=
"(GetDetail.CreateBy==userInfo.EmployeeId
<th
width=
"80px"
v-if=
"(GetDetail.CreateBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||
ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1
)"
>
||
BXInvoiceShow
)"
>
<el-tooltip
content=
"添加一行"
placement=
"top"
>
<el-tooltip
content=
"添加一行"
placement=
"top"
>
<i
class=
"el-icon-circle-plus"
style=
"color:#5cb6ff;cursor: pointer;"
@
click=
"BXInvoiceAdd()"
></i></el-tooltip>
<i
class=
"el-icon-circle-plus"
style=
"color:#5cb6ff;cursor: pointer;"
@
click=
"BXInvoiceAdd()"
></i></el-tooltip>
<el-tooltip
content=
"提交保存"
placement=
"top"
>
<el-tooltip
content=
"提交保存"
placement=
"top"
>
...
@@ -1289,7 +1289,7 @@
...
@@ -1289,7 +1289,7 @@
<td
height=
"26px"
><el-input
class=
"w190 _border_b_1"
v-model=
"BXitem.KRemark"
placeholder=
"请输入发票单位"
></el-input></td>
<td
height=
"26px"
><el-input
class=
"w190 _border_b_1"
v-model=
"BXitem.KRemark"
placeholder=
"请输入发票单位"
></el-input></td>
<td
height=
"26px"
style=
"text-align: center;"
><i
v-if=
"(GetDetail.CreateBy==userInfo.EmployeeId
<td
height=
"26px"
style=
"text-align: center;"
><i
v-if=
"(GetDetail.CreateBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||
ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1
)"
class=
"el-icon-delete"
style=
"color:red;cursor: pointer;"
@
click=
"BXInvoiceDel(BXIndex)"
></i></td>
||
BXInvoiceShow
)"
class=
"el-icon-delete"
style=
"color:red;cursor: pointer;"
@
click=
"BXInvoiceDel(BXIndex)"
></i></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
...
@@ -2466,6 +2466,7 @@ class="w135 _border_b_1">
...
@@ -2466,6 +2466,7 @@ class="w135 _border_b_1">
ShareMoney
:
null
,
ShareMoney
:
null
,
KRemark
:
''
KRemark
:
''
},
},
BXInvoiceShow
:
false
,
InvoiceBXRepeatList
:
[],
//报销发票重复
InvoiceBXRepeatList
:
[],
//报销发票重复
InvoiceVoucherListImg
:
[],
InvoiceVoucherListImg
:
[],
isCostTypeId
:
false
,
//地接费(领取)用款计划
isCostTypeId
:
false
,
//地接费(领取)用款计划
...
@@ -4669,6 +4670,9 @@ else if (Type==2) {
...
@@ -4669,6 +4670,9 @@ else if (Type==2) {
if
(
ActionMenuCode
.
indexOf
(
'SeeOrderLog'
)
!=
-
1
){
if
(
ActionMenuCode
.
indexOf
(
'SeeOrderLog'
)
!=
-
1
){
this
.
isSeeOrderLog
=
1
this
.
isSeeOrderLog
=
1
}
}
if
(
ActionMenuCode
.
indexOf
(
'F_Query_AllIncomPay'
)
!=
-
1
){
this
.
BXInvoiceShow
=
true
;
}
},
},
mounted
()
{
mounted
()
{
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
...
...
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