Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
a4f27d92
Commit
a4f27d92
authored
Oct 12, 2024
by
余金瑶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户详情图片放大
parent
8ea84255
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
44 deletions
+42
-44
edit.vue
src/views/ecw/customer/edit.vue
+41
-43
imageDisplay.vue
src/views/ecw/order/components/imageDisplay.vue
+1
-1
No files found.
src/views/ecw/customer/edit.vue
View file @
a4f27d92
...
...
@@ -739,19 +739,19 @@
</el-form>
</el-card>
<el-
form
ref=
"setForm"
label-width=
"150px
"
>
<
el-card
class=
"box-card"
style=
"margin-top: 15px;
"
>
<
div
slot=
"header"
class=
"clearfix"
>
<span
class=
"title-text"
>
{{ $t('设置') }}
</span>
<el-button
style=
"float: right
"
size=
"small
"
type=
"primary
"
@
click=
"showSettingFlag = !showSettingFlag"
>
{{showSettingFlag ? $t('隐藏') : $t('更多')}}
</el-button
>
</div
>
<el-row
:gutter=
"10"
v-if=
"showSettingFlag"
>
<el-
card
class=
"box-card"
style=
"margin-top: 15px;
"
>
<
div
slot=
"header"
class=
"clearfix
"
>
<
span
class=
"title-text"
>
{{ $t('设置') }}
</span
>
<el-button
style=
"float: right"
size=
"small
"
type=
"primary
"
@
click=
"showSettingFlag = !showSettingFlag
"
>
{{showSettingFlag ? $t('隐藏') : $t('更多')}}
</el-button
>
</div
>
<el-form
ref=
"setForm"
label-width=
"150px"
v-if=
"showSettingFlag"
>
<el-row
:gutter=
"10"
>
<el-col
:span=
"12"
>
<el-form-item
:label=
"$t('是否显示提单价格')"
prop=
"isShowTidanPrice"
>
<el-switch
v-model=
"form.isShowTidanPrice"
></el-switch>
...
...
@@ -834,20 +834,22 @@
</el-col>
</el-row>
</el-card>
</el-form>
</el-card>
<el-card
class=
"box-card"
style=
"margin-top: 15px;"
>
<div
slot=
"header"
class=
"clearfix"
>
<span
class=
"title-text"
>
{{ $t('财务') }}
</span>
<el-button
style=
"float: right"
size=
"small"
type=
"primary"
@
click=
"showFinanceFlag = !showFinanceFlag"
>
{{showFinanceFlag ? $t('隐藏') : $t('更多')}}
</el-button
>
</div>
<el-row
:gutter=
"10"
v-if=
"showFinanceFlag"
>
<el-card
class=
"box-card"
style=
"margin-top: 15px;"
>
<div
slot=
"header"
class=
"clearfix"
>
<span
class=
"title-text"
>
{{ $t('财务') }}
</span>
<el-button
style=
"float: right"
size=
"small"
type=
"primary"
@
click=
"showFinanceFlag = !showFinanceFlag"
>
{{showFinanceFlag ? $t('隐藏') : $t('更多')}}
</el-button
>
</div>
<el-form
ref=
"financeForm"
label-width=
"150px"
v-if=
"showFinanceFlag"
>
<el-row
:gutter=
"10"
>
<el-col
:span=
"12"
>
<el-form-item
:label=
"$t('公司名称')"
prop=
"company"
>
<el-input
...
...
@@ -905,8 +907,7 @@
</el-form-item>
</el-col>
<h3>
{{$t('开票信息')}}
</h3>
<h3
style=
"font-size: 15px;"
>
{{$t('开票信息')}}
</h3>
<el-col
:span=
"12"
>
<el-form-item
:label=
"$t('发票抬头')"
prop=
"invoiceTitle"
>
<el-input
...
...
@@ -974,22 +975,19 @@
</el-form-item>
</el-col>
</el-row>
</el-card>
</el-form>
</el-form>
<el-card
class=
"box-card"
style=
"margin-top: 15px;"
>
<div
slot=
"header"
class=
"clearfix"
>
<span
class=
"title-text"
>
{{ $t("银行信息") }}
</span>
<el-button
style=
"float: right"
size=
"small"
type=
"primary"
@
click=
"addBankData"
>
+
</el-button
>
</div>
<el-form
ref=
"bankForm"
:model=
"form"
>
<el-table
border
:data=
"form.customerBanks"
>
<el-form
ref=
"bankForm"
:model=
"form"
v-if=
"showFinanceFlag"
>
<el-row
type=
"flex"
class=
"row-bg"
justify=
"space-between"
>
<span
style=
"font-size: 15px; line-height: 30px"
>
{{$t('银行信息')}}
</span>
<el-button
size=
"small"
type=
"primary"
@
click=
"addBankData"
>
+
</el-button
>
</el-row>
<el-table
border
:data=
"form.customerBanks"
style=
"margin-top: 10px"
>
<el-table-column
:label=
"$t('序号')"
type=
"index"
...
...
src/views/ecw/order/components/imageDisplay.vue
View file @
a4f27d92
...
...
@@ -10,7 +10,7 @@
:visible.sync=
"visible"
width=
"80%"
>
<div
style=
"display: flex;flex-wrap: wrap;"
>
<el-image
style=
"width: 200px;height: 200px;margin-right: 10px;margin-bottom: 10px"
v-for=
"(item) in list"
:src=
"bizId ? item.url : item"
>
<el-image
style=
"width: 200px;height: 200px;margin-right: 10px;margin-bottom: 10px"
v-for=
"(item) in list"
:src=
"bizId ? item.url : item"
:preview-src-list=
"[bizId ? item.url : item]"
>
<video
controls
width=
"148px"
height=
"148px"
slot=
"error"
:src=
"bizId ? item.url : item"
></video>
</el-image>
</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