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
8a671043
Commit
8a671043
authored
Jun 28, 2024
by
13420
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销售开票bug调整
parent
59080613
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
11 deletions
+1
-11
HGCW010.js
src/main/webapp/HG/CW/HGCW010.js
+1
-11
No files found.
src/main/webapp/HG/CW/HGCW010.js
View file @
8a671043
...
@@ -28,7 +28,7 @@ $(function() {
...
@@ -28,7 +28,7 @@ $(function() {
$
(
"#SELECT_BILL"
).
on
(
"click"
,
addFunc
);
$
(
"#SELECT_BILL"
).
on
(
"click"
,
addFunc
);
$
(
"#SUBMIT"
).
on
(
"click"
,
submitFunc
);
$
(
"#SUBMIT"
).
on
(
"click"
,
submitFunc
);
$
(
"#BTN_BILL"
).
on
(
"click"
,
billFunc
);
$
(
"#BTN_BILL"
).
on
(
"click"
,
billFunc
);
$
(
"#SAVE"
).
on
(
"click"
,
saveFunc
);
$
(
"#
BII_
SAVE"
).
on
(
"click"
,
saveFunc
);
grid
.
dataSource
.
bind
(
"change"
,
function
(
e
){
grid
.
dataSource
.
bind
(
"change"
,
function
(
e
){
var
item
=
e
.
items
[
0
];
var
item
=
e
.
items
[
0
];
if
(
e
.
field
==
"taxPoints"
){
if
(
e
.
field
==
"taxPoints"
){
...
@@ -42,13 +42,6 @@ $(function() {
...
@@ -42,13 +42,6 @@ $(function() {
}
}
loadChange
(
grid
,
e
,
"price"
);
loadChange
(
grid
,
e
,
"price"
);
}
}
}
}
)
)
...
@@ -97,9 +90,6 @@ function addFunc() {
...
@@ -97,9 +90,6 @@ function addFunc() {
});
});
}
}
/**
/**
* 保存
* 保存
*/
*/
...
...
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