Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
c0e4b303
Commit
c0e4b303
authored
Dec 17, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'测试问题'
parent
0456bfc1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+3
-4
enclosure.vue
src/pages/userBindNew/org/enclosure.vue
+5
-5
No files found.
src/pages/contractSigning/contract-detail.vue
View file @
c0e4b303
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-12-1
3 10:48:23
* @LastEditTime: 2019-12-1
7 16:34:42
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
...
...
@@ -458,10 +458,9 @@ export default {
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'get_sign_url'
let
param
=
{
// confirm_id: vm.confirm_id,
confirm_id
:
1295
,
confirm_id
:
vm
.
confirm_id
,
}
vm
.
hlsPopup
.
showLoading
(
'
提交数据中!
'
)
vm
.
hlsPopup
.
showLoading
(
'
请稍后
'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
info
.
msg
===
'success'
)
{
...
...
src/pages/userBindNew/org/enclosure.vue
View file @
c0e4b303
...
...
@@ -2,7 +2,7 @@
* @Description: 附件信息
* @Author: your name
* @Date: 2019-09-20 09:35:11
* @LastEditTime: 2019-12-17 1
4:24:15
* @LastEditTime: 2019-12-17 1
7:12:58
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -266,7 +266,7 @@
>
</item>
<item>
<div
slot=
"name"
>
发证日期
"
</div>
<div
slot=
"name"
>
发证日期
</div>
<input
slot=
"content"
v-model=
"carInfo.start_date"
placeholder=
"识别行驶证自动填充"
>
</item>
<item>
...
...
@@ -370,7 +370,7 @@ export default {
cddItemList
:
[],
// 资料清单列表
dowload_list
:
[],
// 下载图片列表
upload_list
:
[],
// 上传图片列表
carInfo
:
{
carInfo
:
{
// 行驶证
bp_id
:
this
.
$route
.
params
.
bp_id
,
vehicle_identify_num
:
''
,
address
:
''
,
...
...
@@ -385,7 +385,7 @@ export default {
words_result_num
:
''
,
success
:
''
,
},
hauseInfo
:
{
hauseInfo
:
{
// 房产证
bp_id
:
this
.
$route
.
params
.
bp_id
,
house_owner
:
''
,
public_situation
:
''
,
...
...
@@ -401,7 +401,7 @@ export default {
land_get_method
:
''
,
land_use_limit
:
''
,
},
propertyInfo
:
{
propertyInfo
:
{
// 不动产证
bp_id
:
this
.
$route
.
params
.
bp_id
,
right_person
:
''
,
public_situation
:
''
,
...
...
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