Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
813dd1b9
Commit
813dd1b9
authored
Jun 09, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
fa73942b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletions
+13
-1
bpo-admin/app/base/service/impl/econtractSve.js
+1
-1
bpo-admin/app/front/vues/pages/econtractall/econtractall.html
+11
-0
bpo-admin/app/front/vues/pages/econtractall/econtractall.js
+1
-0
No files found.
bpo-admin/app/base/service/impl/econtractSve.js
View file @
813dd1b9
...
@@ -231,7 +231,7 @@ class EcontractService extends ServiceBase {
...
@@ -231,7 +231,7 @@ class EcontractService extends ServiceBase {
sealId
=
eseal
.
sealId
;
sealId
=
eseal
.
sealId
;
}
}
let
today
=
new
Date
().
Format
(
"yyyy-MM-dd"
);
let
today
=
obj
.
signDay
||
new
Date
().
Format
(
"yyyy-MM-dd"
);
var
signParams
=
{
var
signParams
=
{
templateId
:
etemplate
.
templateid
,
//模板id,由创建模板接口调用返回的templateId 必填
templateId
:
etemplate
.
templateid
,
//模板id,由创建模板接口调用返回的templateId 必填
name
:
ecompany
.
name
,
//合同模板名称 必填
name
:
ecompany
.
name
,
//合同模板名称 必填
...
...
bpo-admin/app/front/vues/pages/econtractall/econtractall.html
View file @
813dd1b9
...
@@ -185,6 +185,17 @@
...
@@ -185,6 +185,17 @@
<div
style=
"width:2px;height:15px;float: left;background-color: #54C4A7"
></div>
<div
style=
"width:2px;height:15px;float: left;background-color: #54C4A7"
></div>
<span
style=
"font-size:15px;color: #333333;float: left;font-weight:bold;margin-left: 7px;"
>
签约信息
</span>
<span
style=
"font-size:15px;color: #333333;float: left;font-weight:bold;margin-left: 7px;"
>
签约信息
</span>
</div>
</div>
<el-form-item
label=
"签约日期:"
prop=
"signDay"
>
<el-date-picker
v-model=
"autoAggreement.signDay"
type=
"date"
style=
"width:200px;height: 36px;float:left;"
placeholder=
"非必填,默认今天"
format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
default-value=
""
>
</el-date-picker>
</el-form-item>
<el-form-item
label=
"模板名称:"
prop=
"etemplateName"
>
<el-form-item
label=
"模板名称:"
prop=
"etemplateName"
>
<el-select
<el-select
...
...
bpo-admin/app/front/vues/pages/econtractall/econtractall.js
View file @
813dd1b9
...
@@ -76,6 +76,7 @@
...
@@ -76,6 +76,7 @@
}
}
},
},
mounted
:
function
()
{
mounted
:
function
()
{
console
.
log
(
1
);
this
.
resetSearch
();
this
.
resetSearch
();
},
},
created
:
function
()
{},
created
:
function
()
{},
...
...
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