Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李宁
/
Activity
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 16c0d509
authored
Feb 11, 2026
by
李宁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
174820b3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
haMgr/ORDERLIST_API_INTEGRATION.md
haMgr/web-admin/src/views/OrderList.vue
huaian/demo.html
huaian/js/demo.js
haMgr/ORDERLIST_API_INTEGRATION.md
View file @
16c0d50
...
@@ -149,3 +149,8 @@
...
@@ -149,3 +149,8 @@
3.
完善错误提示信息
3.
完善错误提示信息
4.
添加更多的数据验证
4.
添加更多的数据验证
5.
考虑添加请求缓存或防抖
5.
考虑添加请求缓存或防抖
质检工单列表页面修改
筛选模块中的无法拍摄、手动输入、环境异常三个输入框,默认显示“请输入”
\ No newline at end of file
\ No newline at end of file
haMgr/web-admin/src/views/OrderList.vue
View file @
16c0d50
...
@@ -533,13 +533,13 @@ fetchData()
...
@@ -533,13 +533,13 @@ fetchData()
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"无法拍摄"
>
<el-form-item
label=
"无法拍摄"
>
<el-input-number
v-model=
"queryForm.noPhotoCountMin"
:min=
"1"
controls-position=
"right"
class=
"!w-32"
placeholder=
"
>=1
"
/>
<el-input-number
v-model=
"queryForm.noPhotoCountMin"
:min=
"1"
controls-position=
"right"
class=
"!w-32"
placeholder=
"
请输入
"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"手动输入"
>
<el-form-item
label=
"手动输入"
>
<el-input-number
v-model=
"queryForm.manualInputCountMin"
:min=
"1"
controls-position=
"right"
class=
"!w-32"
placeholder=
"
>=1
"
/>
<el-input-number
v-model=
"queryForm.manualInputCountMin"
:min=
"1"
controls-position=
"right"
class=
"!w-32"
placeholder=
"
请输入
"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"环境异常"
>
<el-form-item
label=
"环境异常"
>
<el-input-number
v-model=
"queryForm.envAbnormalCountMin"
:min=
"1"
controls-position=
"right"
class=
"!w-32"
placeholder=
"
>=1
"
/>
<el-input-number
v-model=
"queryForm.envAbnormalCountMin"
:min=
"1"
controls-position=
"right"
class=
"!w-32"
placeholder=
"
请输入
"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"是否异常"
>
<el-form-item
label=
"是否异常"
>
<el-select
v-model=
"queryForm.isAbnormal"
placeholder=
"请选择"
clearable
class=
"!w-32"
>
<el-select
v-model=
"queryForm.isAbnormal"
placeholder=
"请选择"
clearable
class=
"!w-32"
>
...
...
huaian/demo.html
View file @
16c0d50
...
@@ -374,7 +374,7 @@
...
@@ -374,7 +374,7 @@
<script
src=
"js/vue.min.js"
></script>
<script
src=
"js/vue.min.js"
></script>
<script
src=
"js/vant.min.js"
></script>
<script
src=
"js/vant.min.js"
></script>
<script
src=
"js/demo.js?sd1d35533"
></script>
<script
src=
"js/demo.js?sd1d355
1
33"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
\ No newline at end of file
huaian/js/demo.js
View file @
16c0d50
...
@@ -848,8 +848,12 @@ $('.clickButt').click(async (e) => {
...
@@ -848,8 +848,12 @@ $('.clickButt').click(async (e) => {
}
}
if
(
key
==
'bunengpai'
)
{
if
(
key
==
'bunengpai'
)
{
if
(
$
(
'#noShootTime'
).
hasClass
(
'grayNoShoot'
)){
return
}
else
{
noShootTimeIndex
+=
1
noShootTimeIndex
+=
1
$
(
'#noShootReasonAlert'
).
show
()
$
(
'#noShootReasonAlert'
).
show
()
}
return
return
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment