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
d7600d60
Commit
d7600d60
authored
Jun 06, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
1313228d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
signedFinance.vue
src/components/SalesModule/signedFinance.vue
+15
-3
No files found.
src/components/SalesModule/signedFinance.vue
View file @
d7600d60
...
...
@@ -970,6 +970,8 @@ input[type="number"] {
<!--
<td
v-if=
"hbState || checkboxShow || BOSSBtn || BOSSBtn2"
><input
type=
"checkbox"
:value=
"item.FrID"
v-model=
"checkList"
@
change=
"ckeckedOne"
></td>
-->
<td>
{{
item
.
BranchName
}}
</td>
<td
class=
"Bill_par"
>
<span
slot=
"reference"
class=
"text_d PingFangSC"
@
click=
"goUrl(item.FrID)"
>
{{
item
.
FrID
}}
</span>
<!--
<el-popover
popper-class=
"detailsIT_Journal"
placement=
"bottom-start"
...
...
@@ -986,8 +988,8 @@ input[type="number"] {
<
template
v-else-if=
"item.Is_Merge==1"
>
<my-HB-Bill
:ID=
"item.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-HB-Bill>
</
template
>
<span
slot=
"reference"
class=
"text_d PingFangSC"
>
{{item.FrID}}
</span>
</el-popover>
<span
slot=
"reference"
class=
"text_d PingFangSC"
>
{{item.FrID}}
</span>
</el-popover>
-->
</td>
<td>
<span
class=
"_bg__"
:class=
"item.Type==1 || item.Type==5?'_bg_green':'_bg_red'"
>
{{item.TypeName}}
</span>
...
...
@@ -1268,6 +1270,16 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
}
},
methods
:
{
goUrl
(
id
)
{
this
.
$router
.
push
({
path
:
"/FinancialDocumentsDetail"
,
query
:
{
id
,
blank
:
"y"
,
tab
:
id
+
"单据详情"
}
});
},
Financial_post_GetFinancLogList
(
id
)
{
// 获取单据日志
if
(
this
.
checkboxShow
)
return
;
...
...
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