Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
platform
hg-smart
Commits
d5eb28d3
Commit
d5eb28d3
authored
Oct 29, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
委外执行加工表页面展示优化1
parent
9782eb36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
HGSC013.js
src/main/webapp/HG/SC/HGSC013.js
+7
-6
No files found.
src/main/webapp/HG/SC/HGSC013.js
View file @
d5eb28d3
$
(
function
()
{
$
(
function
()
{
$
(
"#QUERY"
).
on
(
"click"
,
()
=>
{
$
(
"#QUERY"
).
on
(
"click"
,
()
=>
{
vue
.
onLoading
()
vue
.
onLoading
()
});
});
...
@@ -196,7 +198,7 @@ $(function () {
...
@@ -196,7 +198,7 @@ $(function () {
}
}
},
},
mounted
(){
mounted
(){
$
(
"#inqu_status-0-depositDate"
).
val
(
dayjs
().
subtract
(
1
,
'd'
).
format
(
"YYYY-MM-DD"
))
},
},
methods
:{
methods
:{
onLoading
(){
onLoading
(){
...
@@ -207,8 +209,7 @@ $(function () {
...
@@ -207,8 +209,7 @@ $(function () {
if
(
depositDate
){
if
(
depositDate
){
inInfo
.
set
(
"inqu_status-0-depositDate"
,
dayjs
(
depositDate
).
format
(
"YYYYMMDD"
));
inInfo
.
set
(
"inqu_status-0-depositDate"
,
dayjs
(
depositDate
).
format
(
"YYYYMMDD"
));
}
else
{
}
else
{
$
(
"#inqu_status-0-depositDate"
).
val
(
dayjs
().
subtract
(
1
,
'd'
).
format
(
"YYYY-MM-DD"
));
inInfo
.
set
(
"inqu_status-0-depositDate"
,
''
);
inInfo
.
set
(
"inqu_status-0-depositDate"
,
dayjs
().
subtract
(
1
,
'd'
).
format
(
"YYYYMMDD"
));
}
}
inInfo
.
set
(
"inqu_status-0-projName"
,
$
(
"#inqu_status-0-projName"
).
val
())
inInfo
.
set
(
"inqu_status-0-projName"
,
$
(
"#inqu_status-0-projName"
).
val
())
...
@@ -310,7 +311,7 @@ $(function () {
...
@@ -310,7 +311,7 @@ $(function () {
},
},
ccl
:{
ccl
:{
...
val5
.
ccl
,
...
val5
.
ccl
,
value
:
i4
?
(
Number
(
val5
.
ccl
.
value
)
+
Number
(
val4
[
i4
-
1
].
ccl
.
value
))
/
val4
.
length
:
Number
(
val5
.
ccl
.
value
),
value
:
i4
?
(
Number
(
val5
.
ccl
.
value
)
+
Number
(
val4
[
i4
-
1
].
ccl
.
value
))
/
val4
.
length
:
Number
(
val5
.
ccl
.
value
),
rowspan
:
val4
.
length
,
rowspan
:
val4
.
length
,
show
:
!
i4
show
:
!
i4
},
},
...
@@ -321,7 +322,7 @@ $(function () {
...
@@ -321,7 +322,7 @@ $(function () {
},
},
invQty
:{
invQty
:{
...
val5
.
invQty
,
...
val5
.
invQty
,
value
:
i4
?
(
Number
(
val5
.
invQty
.
value
)
+
Number
(
val4
[
i4
-
1
].
invQty
.
value
)):
Number
(
val5
.
invQty
.
value
),
value
:
i4
&&
val5
.
invQty
.
value
?
(
Number
(
val5
.
invQty
.
value
)
+
Number
(
val4
[
i4
-
1
].
invQty
.
value
)):
Number
(
val5
.
invQty
.
value
),
rowspan
:
val4
.
length
,
rowspan
:
val4
.
length
,
show
:
!
i4
show
:
!
i4
},
},
...
@@ -332,7 +333,7 @@ $(function () {
...
@@ -332,7 +333,7 @@ $(function () {
},
},
invWeight
:{
invWeight
:{
...
val5
.
invWeight
,
...
val5
.
invWeight
,
value
:
i4
?
(
Number
(
val5
.
invWeight
.
value
)
+
Number
(
val4
[
i4
-
1
].
invWeight
.
value
)):
Number
(
val5
.
invWeight
.
value
),
value
:
i4
&&
val5
.
invWeight
.
value
?
(
Number
(
val5
.
invWeight
.
value
)
+
Number
(
val4
[
i4
-
1
].
invWeight
.
value
)):
Number
(
val5
.
invWeight
.
value
),
rowspan
:
val4
.
length
,
rowspan
:
val4
.
length
,
show
:
!
i4
show
:
!
i4
}
}
...
...
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