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 420da0fa
authored
Nov 28, 2025
by
李宁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
3286187e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
channelBusiManage/src/components/OrderMonitoring.vue
huaian/demo.html
huaian/js/demo.js
huaian/js/lang.js
channelBusiManage/src/components/OrderMonitoring.vue
View file @
420da0f
...
...
@@ -458,8 +458,8 @@
<span class="
font
-
mono
"
>
¥
{{
Number
(
row
.
realMoney
).
toFixed
(
2
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
"
i
d"
label
=
"业务代码"
min
-
width
=
"160"
/>
<
el
-
table
-
column
prop
=
"
id
"
label
=
"业务名称"
min
-
width
=
"160"
/>
<
el
-
table
-
column
prop
=
"
jobI
d"
label
=
"业务代码"
min
-
width
=
"160"
/>
<
el
-
table
-
column
prop
=
"
jobName
"
label
=
"业务名称"
min
-
width
=
"160"
/>
<
el
-
table
-
column
prop
=
"status"
label
=
"校验"
width
=
"80"
>
<
template
#
default
=
"
{
row
}
">
<el-tag v-if="
!
row
.
memo
" type="
success
" size="
small
">有效</el-tag>
...
...
huaian/demo.html
View file @
420da0f
...
...
@@ -342,7 +342,7 @@
<script
src=
"js/util.js?1212"
></script>
<script
src=
"js/vue.min.js"
></script>
<script
src=
"js/vant.min.js"
></script>
<script
src=
"js/demo.js?
87555999
"
></script>
<script
src=
"js/demo.js?
0909090
"
></script>
</body>
</html>
\ No newline at end of file
huaian/js/demo.js
View file @
420da0f
...
...
@@ -802,6 +802,10 @@ $('#submitPicture').click(async ()=>{
if
(
res
.
code
==
200
){
$
(
'#pictureShowAlert'
).
hide
()
if
(
stepId
.
startsWith
(
'account_'
)){
noShootClick
=
false
}
}
else
{
util
.
toast
(
res
.
msg
)
}
...
...
huaian/js/lang.js
View file @
420da0f
...
...
@@ -6,10 +6,10 @@ if(pa){
}
//3205:苏州市
let
cheatArea
=
'3205'
let
cheatArea
=
'3205
,3201
'
if
(
cheatArea
.
includes
(
pa
.
areaType
)){
indow
.
noShootNum
=
5
w
indow
.
noShootNum
=
5
window
.
snInputNum
=
6
window
.
accountInputNum
=
6
}
else
if
(
pa
.
orderId
==
'3356158'
){
...
...
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