Commit ae19d770 authored by stone's avatar stone

【fix】去除调试语句

parent 85a8cd56
......@@ -241,6 +241,7 @@
function acr515_invoice_import(){
var kind = $('acr515_invoiceVatParaDs').getAt(0).get('invoice_kind');
//默认为2
kind=2;
window.location.href = $('acr515_interface_import_link').getUrl()+'?kind='+kind;
}
......
......@@ -125,9 +125,7 @@
function getXml() {
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);
console.log(req_record)
var record_id = req_record.data.record_id;
debugger
var record_id = req_record.data.record_id
if (!record_id) {
Leaf.showMessage('${l:HLS.PROMPT}', '请先保存再提交数据!');
window['${/parameter/@bp_seq}${/parameter/@layout_code}_unlock_layout_dynamic_window']();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment