Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
wangxiaolu-sfa-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
sfa
wangxiaolu-sfa-ui
Commits
ac7603f5
提交
ac7603f5
authored
9月 05, 2025
作者:
lidongxu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refactor(inspectiontask/index.vue): 修改:勤策移动端_售点稽查_终端信息的样式布局位置
上级
dbcefc6f
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
35 行增加
和
15 行删除
+35
-15
index.vue
...y/sales_point_inspection/examine/inspectionTask/index.vue
+35
-15
没有找到文件。
src/views/mobile/pages/audit_activity/sales_point_inspection/examine/inspectionTask/index.vue
浏览文件 @
ac7603f5
...
@@ -6,9 +6,17 @@
...
@@ -6,9 +6,17 @@
@
click-left=
"router.back()"
>
@
click-left=
"router.back()"
>
</van-nav-bar>
</van-nav-bar>
<div
class=
"content"
>
<div
class=
"content"
>
<
p
class=
"title"
>
稽查任务:
</p
>
<
!--
<p
class=
"title"
>
稽查任务:
</p>
--
>
<!-- 终端名称 -->
<!-- 终端名称 -->
<div
class=
"terminal-wrap"
>
<div
class=
"terminal-wrap"
>
<div
class=
"terminal-name"
>
<span>
终端名称:
</span>
<van-field
v-model=
"form.storeName"
placeholder=
"请输入终端名"
@
change=
"handleStoreNameChange"
class=
"store-name-input"
/>
</div>
<div
class=
"img-info"
>
<div>
<div>
<van-image
fit=
"scale-down"
<van-image
fit=
"scale-down"
width=
"2.25rem"
width=
"2.25rem"
...
@@ -17,17 +25,14 @@
...
@@ -17,17 +25,14 @@
@
click=
"previewStoreImage"
></van-image>
@
click=
"previewStoreImage"
></van-image>
</div>
</div>
<div
class=
"terminal-info"
>
<div
class=
"terminal-info"
>
<div
class=
"terminal-name"
>
<span>
终端名称:
</span>
<van-field
v-model=
"form.storeName"
placeholder=
"请输入终端名"
@
change=
"handleStoreNameChange"
/>
</div>
<p>
终端编码:P0500052306
</p>
<p>
终端编码:P0500052306
</p>
<p>
经销商:秦皇岛红朗森商贸有限公司
</p>
<p>
经销商:秦皇岛红朗森商贸有限公司
</p>
<p>
地址:河北省秦皇岛市海港区北环路街道秦皇岛冻结附录
</p>
<p>
地址:河北省秦皇岛市海港区北环路街道秦皇岛冻结附录
</p>
</div>
</div>
</div>
</div>
</div>
<!-- 地址 -->
<!-- 地址 -->
<div
class=
"location-wrap"
>
<div
class=
"location-wrap"
>
<van-icon
name=
"location-o"
<van-icon
name=
"location-o"
...
@@ -472,13 +477,8 @@ const deleteLongTimePictureArr = async (file, { name, index }) => {
...
@@ -472,13 +477,8 @@ const deleteLongTimePictureArr = async (file, { name, index }) => {
border-radius
:
10px
;
border-radius
:
10px
;
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0
.1
);
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0
.1
);
display
:
flex
;
display
:
flex
;
gap
:
20px
;
.terminal-info
{
flex
:
1
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
justify-content
:
space-between
;
gap
:
20px
;
.terminal-name
{
.terminal-name
{
color
:
black
;
color
:
black
;
...
@@ -495,15 +495,35 @@ const deleteLongTimePictureArr = async (file, { name, index }) => {
...
@@ -495,15 +495,35 @@ const deleteLongTimePictureArr = async (file, { name, index }) => {
.van-cell
{
.van-cell
{
padding
:
0
;
padding
:
0
;
}
}
.store-name-input
{
::v-deep
(
input
)
{
border-bottom
:
1px
solid
gray
;
}
}
}
}
.img-info
{
display
:
flex
;
gap
:
20px
;
.terminal-info
{
flex
:
1
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
flex-start
;
p
{
p
{
font-size
:
14px
;
font-size
:
14px
;
margin
:
0
;
margin
:
5px
;
color
:
#a1a1a1
;
color
:
#a1a1a1
;
&
:first-child
{
margin-top
:
0
;
}
}
}
}
}
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论