Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
wangxiaolu-sfa-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
sfa
wangxiaolu-sfa-ui
Commits
996b2f76
提交
996b2f76
authored
9月 08, 2025
作者:
lidongxu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix(scheduleadjustment.vue): 修改:勤策移动端_售点稽查_档期补差字段修改
上级
e37cd288
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
16 行增加
和
25 行删除
+16
-25
index.vue
...y/sales_point_inspection/examine/inspectionTask/index.vue
+0
-4
scheduleAdjustment.vue
...ection/examine/inspectionTask/tabs/scheduleAdjustment.vue
+8
-8
taskList.vue
...udit_activity/sales_point_inspection/examine/taskList.vue
+8
-13
没有找到文件。
src/views/mobile/pages/audit_activity/sales_point_inspection/examine/inspectionTask/index.vue
浏览文件 @
996b2f76
...
...
@@ -185,10 +185,6 @@ import { showImagePreview } from 'vant';
import
useUserStore
from
'@/store/modules/user'
import
{
v4
as
uuidv4
}
from
'uuid'
;
defineOptions
({
name
:
'inspectionTask'
,
})
const
router
=
useRouter
()
const
route
=
useRoute
()
...
...
src/views/mobile/pages/audit_activity/sales_point_inspection/examine/inspectionTask/tabs/scheduleAdjustment.vue
浏览文件 @
996b2f76
...
...
@@ -10,15 +10,15 @@
@
click=
"deleteItem(obj, index)"
/>
</p>
<van-cell-group
inset
>
<van-field
v-model=
"obj.
modal
"
name=
"
modal
"
<van-field
v-model=
"obj.
bcNr
"
name=
"
bcNr
"
label=
"提报内容"
placeholder=
"请输入提报内容"
auto-complete=
"off"
:rules=
"[
{ required: true, message: '请输入提报内容' }]"
@change="handleModalityChange(index)" />
<van-field
v-model=
"obj.
cost
"
name=
"
cost
"
<van-field
v-model=
"obj.
bcQk
"
name=
"
bcQk
"
label=
"执行情况"
placeholder=
"执行情况"
auto-complete=
"off"
...
...
@@ -154,7 +154,7 @@ const deleteItem = async (obj, index) => {
})
}
/*************** 基本信息 ***************/
//
形式修改
//
提报内容
const
handleModalityChange
=
async
(
index
)
=>
{
await
createInspectionTaskDetailAPI
({
taskDetail
:
{
...
...
@@ -163,9 +163,9 @@ const handleModalityChange = async (index) => {
}
})
showNotify
({
type
:
'success'
,
message
:
'
形式
,保存成功'
})
showNotify
({
type
:
'success'
,
message
:
'
提报内容
,保存成功'
})
}
//
费用修改
//
执行情况
const
handleCostChange
=
async
(
index
)
=>
{
await
createInspectionTaskDetailAPI
({
...
...
@@ -175,7 +175,7 @@ const handleCostChange = async (index) => {
}
})
showNotify
({
type
:
'success'
,
message
:
'
费用
,保存成功'
})
showNotify
({
type
:
'success'
,
message
:
'
执行情况
,保存成功'
})
}
// 上传照片
const
displayPhotosRead
=
async
(
file
,
{
name
,
index
})
=>
{
...
...
src/views/mobile/pages/audit_activity/sales_point_inspection/examine/taskList.vue
浏览文件 @
996b2f76
...
...
@@ -32,7 +32,7 @@
<
/template
>
<
template
#
label
>
<
div
class
=
"item-company"
>
{{
item
.
storeCode
}}
<
/div
>
<
div
class
=
"item-address"
>
{{
item
.
storeAddr
}}
<
/div
>
<
div
class
=
"item-address"
>
{{
item
.
address
}}
<
/div
>
<
/template
>
<
/van-cell
>
<
template
#
right
>
...
...
@@ -81,11 +81,6 @@
import
{
getInspectionTaskListAPI
}
from
'@/api'
import
{
parseTime
}
from
'@/utils'
defineOptions
({
name
:
'Sales_point_inspection'
}
)
const
router
=
useRouter
();
// 搜索
...
...
@@ -146,13 +141,13 @@ const handleClickStore = (item) => {
}
// 路由离开守卫:控制是否缓存
onBeforeRouteLeave
((
to
,
from
,
next
)
=>
{
if
(
to
.
path
===
'/audit_activity/sales_point_inspection'
)
{
// 强制刷新当前组件
resetFn
()
}
next
()
}
)
//
onBeforeRouteLeave((to, from, next) =>
{
//
if (to.path === '/audit_activity/sales_point_inspection')
{
//
// 强制刷新当前组件
//
resetFn()
//
}
//
next()
//
}
)
// 搜索地址
const
search
=
()
=>
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论