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
42a2b40f
Commit
42a2b40f
authored
Jun 07, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a8038267
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
signedFinance.vue
src/components/SalesModule/signedFinance.vue
+1
-1
signedFinanceALL.vue
src/components/SalesModule/signedFinanceALL.vue
+1
-1
signedFinanceCheck.vue
src/components/SalesModule/signedFinanceCheck.vue
+1
-1
No files found.
src/components/SalesModule/signedFinance.vue
View file @
42a2b40f
...
...
@@ -1461,7 +1461,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
this
.
saveMsg
.
forEach
(
item
=>
{
let
dataObj
=
{
Content
:
item
.
Content
,
ID
:
0
,
ID
:
item
.
ID
?
item
.
ID
:
0
,
Type
:
item
.
Type
,
Url
:
item
.
Url
}
...
...
src/components/SalesModule/signedFinanceALL.vue
View file @
42a2b40f
...
...
@@ -939,7 +939,7 @@ export default {
// let userInfo = this.getLocalStorage();
// msg.EmployeeIdUser = userInfo.EmployeeId
var
fileName
=
"签约客户表.xls"
;
this
.
GetLocalFile
(
""
,
msg
,
fileName
);
this
.
GetLocalFile
(
"
customer_post_GetSigningCustomerOutToExcel
"
,
msg
,
fileName
);
},
lookDetail
(
item
,
type
)
{
let
path
=
''
...
...
src/components/SalesModule/signedFinanceCheck.vue
View file @
42a2b40f
...
...
@@ -1401,7 +1401,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
this
.
saveMsg
.
forEach
(
item
=>
{
let
dataObj
=
{
Content
:
item
.
Content
,
ID
:
0
,
ID
:
item
.
ID
?
item
.
ID
:
0
,
Type
:
item
.
Type
,
Url
:
item
.
Url
}
...
...
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