Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
12217cfe
Commit
12217cfe
authored
Dec 10, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7c19fd94
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1567 additions
and
348 deletions
+1567
-348
b2bCustomerInfo.vue
src/components/sale/b2bcustomerinfo/b2bCustomerInfo.vue
+1
-2
b2bOrderlist.vue
src/components/sale/b2bcustomerinfo/b2bOrderlist.vue
+1209
-0
baseInfo.vue
src/components/sale/b2bcustomerinfo/baseInfo.vue
+2
-2
order.vue
src/components/sale/b2bcustomerinfo/order.vue
+355
-344
No files found.
src/components/sale/b2bcustomerinfo/b2bCustomerInfo.vue
View file @
12217cfe
...
...
@@ -157,8 +157,7 @@
display
:
flex
;
flex-direction
:
column
;
width
:
1010px
;
height
:
calc
(
100vh
-
520px
);
padding
:
15px
17px
0
17px
;
padding
:
15px
17px
;
background-color
:
#f4f4f6
;
overflow
:
auto
;
box-sizing
:
border-box
;
...
...
src/components/sale/b2bcustomerinfo/b2bOrderlist.vue
0 → 100644
View file @
12217cfe
This diff is collapsed.
Click to expand it.
src/components/sale/b2bcustomerinfo/baseInfo.vue
View file @
12217cfe
...
...
@@ -80,7 +80,7 @@
<span>
{{
Data
.
EnterpriseName
}}
</span>
</div>
<!-- 账号 -->
<div
class=
"q-my-sm"
v-if=
"editField=='Account'"
>
<
!--
<
div
class=
"q-my-sm"
v-if=
"editField=='Account'"
>
<div
class=
"flex justify-between items-center q-mb-sm"
>
<span>
账号
</span>
<div>
...
...
@@ -93,7 +93,7 @@
<div
class=
"flex justify-between items-center q-my-lg"
v-else
@
click=
"showEdit('Account')"
>
<span>
账号
</span>
<span>
{{
Data
.
Account
}}
</span>
</div>
</div>
-->
<!-- 详细地址 -->
<div
class=
"q-my-sm"
v-if=
"editField=='Address'"
>
<div
class=
"flex justify-between items-center q-mb-sm"
>
...
...
src/components/sale/b2bcustomerinfo/order.vue
View file @
12217cfe
This diff is collapsed.
Click to expand it.
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