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
7e0ff37b
Commit
7e0ff37b
authored
Feb 21, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
ef445a10
Pipeline
#4910
canceled with stages
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
14 additions
and
14 deletions
+14
-14
confirm-detail.vue
src/pages/carConfirm/confirm-detail.vue
+1
-1
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+1
-1
repay-detail.vue
src/pages/contractInquire/repay-detail.vue
+1
-1
repay-details.vue
src/pages/contractRepayment/repay-details.vue
+1
-1
add-car.vue
src/pages/contractStart/add-car.vue
+3
-3
home-page.vue
src/pages/home/home-page.vue
+1
-1
my-product-list.Vue
src/pages/myProductCollection/my-product-list.Vue
+2
-2
contract-record.vue
src/pages/pay/payment/contract-record.vue
+1
-1
product-detailed.vue
src/pages/productQuery/product-detailed.vue
+1
-1
product-list.vue
src/pages/productQuery/product-list.vue
+2
-2
No files found.
src/pages/carConfirm/confirm-detail.vue
View file @
7e0ff37b
...
...
@@ -86,7 +86,7 @@
<input
slot=
"content"
v-model=
"info.division_n"
readonly
placeholder=
"暂无数据"
>
</item>
<item>
<div
slot=
"name"
>
设备识别
号
</div>
<div
slot=
"name"
>
产品型
号
</div>
<input
slot=
"content"
v-model=
"info.product_code"
readonly
placeholder=
"暂无数据"
>
</item>
<item>
...
...
src/pages/contractCreate/creat-rent-info.vue
View file @
7e0ff37b
...
...
@@ -251,7 +251,7 @@
<p
class=
"seconds1"
>
{{
item
.
bp_name
}}
</p>
</div>
<div
class=
"centers"
>
<p
class=
"firsts1"
>
设备识别
号
</p>
<p
class=
"firsts1"
>
产品型
号
</p>
<p
class=
"seconds1"
>
{{
item
.
product_code
}}
</p>
</div>
</div>
...
...
src/pages/contractInquire/repay-detail.vue
View file @
7e0ff37b
...
...
@@ -38,7 +38,7 @@
<div
slot=
"content"
>
{{
detailInfo
.
division_n
}}
</div>
</item>
<item>
<div
slot=
"name"
>
设备识别
号
</div>
<div
slot=
"name"
>
产品型
号
</div>
<div
slot=
"content"
>
{{
detailInfo
.
product_code
}}
</div>
</item>
<item>
...
...
src/pages/contractRepayment/repay-details.vue
View file @
7e0ff37b
...
...
@@ -26,7 +26,7 @@
<div
slot=
"content"
>
{{
detailInfo
.
division_n
?
detailInfo
.
division_n
:
"暂无数据"
}}
</div>
</item>
<item>
<div
slot=
"name"
>
设备识别
号
</div>
<div
slot=
"name"
>
产品型
号
</div>
<div
slot=
"content"
>
{{
detailInfo
.
product_code
?
detailInfo
.
product_code
:
"暂无数据"
}}
</div>
</item>
<item>
...
...
src/pages/contractStart/add-car.vue
View file @
7e0ff37b
...
...
@@ -121,7 +121,7 @@
<input
slot=
"content"
v-model=
"detail.division_n"
readonly
placeholder=
"暂无数据"
>
</item>
<item
v-if=
"read"
>
<div
slot=
"name"
>
设备识别
号
</div>
<div
slot=
"name"
>
产品型
号
</div>
<input
slot=
"content"
v-model=
"detail.product_code"
readonly
placeholder=
"暂无数据"
>
</item>
<item>
...
...
@@ -191,7 +191,7 @@
<div
class=
"bottom-top"
>
<input
placeholder=
"请输入产品名称"
>
<img
src=
"@/assets/contractStart/delete.png"
>
<input
placeholder=
"请输入
设备识别
号"
>
<input
placeholder=
"请输入
产品型
号"
>
<img
src=
"@/assets/contractStart/delete.png"
>
<span
/>
</div>
...
...
@@ -212,7 +212,7 @@
</span>
</li>
<li>
<span
class=
"name"
>
设备识别
号
</span>
 
 
GTZ226
<span
class=
"name"
>
产品型
号
</span>
 
 
GTZ226
<span
class=
"to-right"
>
<span
class=
"name"
>
产品名称
</span>
 
 
*****
</span>
...
...
src/pages/home/home-page.vue
View file @
7e0ff37b
...
...
@@ -54,7 +54,7 @@
<div
class=
"top"
>
{{
list
.
product_name
}}
</div>
<img
src=
"@/assets/homePage/hot.png"
class=
"hot"
>
<div
class=
"center"
><span
class=
"firsts"
>
经销商
</span>
<span
class=
"seconds"
>
{{
list
.
bp_name
}}
</span></div>
<div
class=
"center"
><span
class=
"firsts"
>
设备识别
号
</span>
<span
class=
"seconds"
>
{{
list
.
product_code
}}
</span></div>
<div
class=
"center"
><span
class=
"firsts"
>
产品型
号
</span>
<span
class=
"seconds"
>
{{
list
.
product_code
}}
</span></div>
<div
class=
"center"
><span
class=
"firsts"
>
地址
</span>
<span
class=
"seconds"
>
{{
list
.
province_id_n
===
list
.
city_id_n
?
list
.
city_id_n
+
list
.
district_id_n
:
list
.
province_id_n
+
list
.
city_id_n
+
list
.
district_id_n
}}
</span></div>
</div>
</item>
...
...
src/pages/myProductCollection/my-product-list.Vue
View file @
7e0ff37b
...
...
@@ -14,7 +14,7 @@
<!-- 搜索 -->
<div
class=
"search has-header"
>
<input
v-model=
"searchInput"
type=
"text"
placeholder=
"请输入经销商/产品名称/
设备识别
号"
>
<input
v-model=
"searchInput"
type=
"text"
placeholder=
"请输入经销商/产品名称/
产品型
号"
>
</div>
<scroll
ref=
"scroll"
...
...
@@ -39,7 +39,7 @@
<p
class=
"seconds1"
>
{{
item
.
bp_name
}}
</p>
</div>
<div
class=
"centers"
>
<p
class=
"firsts1"
>
设备识别
号
</p>
<p
class=
"firsts1"
>
产品型
号
</p>
<p
class=
"seconds1"
>
{{
item
.
product_code
}}
</p>
</div>
</div>
...
...
src/pages/pay/payment/contract-record.vue
View file @
7e0ff37b
...
...
@@ -43,7 +43,7 @@
</div>
<div
class=
"list"
>
<div>
<span>
设备识别
号
</span>
<span>
产品型
号
</span>
<span>
{{
detail
.
product_code
}}
</span>
</div>
<div>
...
...
src/pages/productQuery/product-detailed.vue
View file @
7e0ff37b
...
...
@@ -35,7 +35,7 @@
</swipe>
<div
class=
"base-content"
>
<div
class=
"top-code"
>
<div>
设备识别
号
{{
baseInfo
.
product_code
}}
</div>
<div>
产品型
号
{{
baseInfo
.
product_code
}}
</div>
<div>
{{
baseInfo
.
division_n
}}
</div>
</div>
<div
class=
"pro-name"
>
{{
baseInfo
.
product_name
}}
</div>
...
...
src/pages/productQuery/product-list.vue
View file @
7e0ff37b
...
...
@@ -13,7 +13,7 @@
</h-header>
<!-- 搜索 -->
<div
class=
"search has-header"
>
<input
v-model=
"searchInput"
type=
"text"
placeholder=
"请输入经销商/产品名称/
设备识别
号"
>
<input
v-model=
"searchInput"
type=
"text"
placeholder=
"请输入经销商/产品名称/
产品型
号"
>
</div>
<scroll
ref=
"scroll"
...
...
@@ -39,7 +39,7 @@
<p
class=
"seconds1"
>
{{
item
.
bp_name
}}
</p>
</div>
<div
class=
"centers"
>
<p
class=
"firsts1"
>
设备识别
号
</p>
<p
class=
"firsts1"
>
产品型
号
</p>
<p
class=
"seconds1"
>
{{
item
.
product_code
}}
</p>
</div>
</div>
...
...
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