Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
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
hlcm
leaf-hlcm
Commits
ae19d770
Commit
ae19d770
authored
Nov 01, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】去除调试语句
parent
85a8cd56
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
acr_invoice_vat.lview
src/main/webapp/modules/acr/ACR515/acr_invoice_vat.lview
+1
-0
contract_penalty_reduction_create.lview
...ules/cont/CON1020/contract_penalty_reduction_create.lview
+1
-3
No files found.
src/main/webapp/modules/acr/ACR515/acr_invoice_vat.lview
View file @
ae19d770
...
@@ -241,6 +241,7 @@
...
@@ -241,6 +241,7 @@
function acr515_invoice_import(){
function acr515_invoice_import(){
var kind = $('acr515_invoiceVatParaDs').getAt(0).get('invoice_kind');
var kind = $('acr515_invoiceVatParaDs').getAt(0).get('invoice_kind');
//默认为2
kind=2;
kind=2;
window.location.href = $('acr515_interface_import_link').getUrl()+'?kind='+kind;
window.location.href = $('acr515_interface_import_link').getUrl()+'?kind='+kind;
}
}
...
...
src/main/webapp/modules/cont/CON1020/contract_penalty_reduction_create.lview
View file @
ae19d770
...
@@ -125,9 +125,7 @@
...
@@ -125,9 +125,7 @@
function getXml() {
function getXml() {
var req_ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_contract_case_record');
var req_ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_contract_case_record');
var req_record = $(req_ds_id).getAt(0);
var req_record = $(req_ds_id).getAt(0);
console.log(req_record)
var record_id = req_record.data.record_id
var record_id = req_record.data.record_id;
debugger
if (!record_id) {
if (!record_id) {
Leaf.showMessage('${l:HLS.PROMPT}', '请先保存再提交数据!');
Leaf.showMessage('${l:HLS.PROMPT}', '请先保存再提交数据!');
window['${/parameter/@bp_seq}${/parameter/@layout_code}_unlock_layout_dynamic_window']();
window['${/parameter/@bp_seq}${/parameter/@layout_code}_unlock_layout_dynamic_window']();
...
...
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