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
6dbd51a1
Commit
6dbd51a1
authored
Jun 26, 2024
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金资产管理费进项票税率自定义-资产管理费部分优化开发
parent
5402e77b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
75 additions
and
74 deletions
+75
-74
csh_asset_reconciliation.lview
...webapp/modules/csh/CSH1500/csh_asset_reconciliation.lview
+3
-3
con_comsn_reconcilia_query.lview
...ebapp/modules/csh/CSH551/con_comsn_reconcilia_query.lview
+11
-2
zj_wfl_approve.lview
src/main/webapp/modules/zjwfl/ZJWFL5110/zj_wfl_approve.lview
+61
-69
No files found.
src/main/webapp/modules/csh/CSH1500/csh_asset_reconciliation.lview
View file @
6dbd51a1
...
@@ -45,11 +45,11 @@
...
@@ -45,11 +45,11 @@
}
}
}
}
if(Ext.isEmpty(records[i].data.vat_rate)||Ext.isEmpty(records[i].data.vat_rate_date)){
if(Ext.isEmpty(records[i].data.vat_rate)||Ext.isEmpty(records[i].data.vat_rate_date)){
$L.showMessage("提示",'当前代理店未填写【进项票税率】/【进项票税率到期日】
,请前往“租前管理-主数据管理-代理店管理”功能填写!');
$L.showMessage("提示",'当前代理店未填写进项票税率/进项票税率到期日
,请前往“租前管理-主数据管理-代理店管理”功能填写!');
return;
return;
}
}
if(Leaf.formatDate(records[i].data.vat_rate_date)<Leaf.formatDate(new Date())){
if(Leaf.formatDate(records[i].data.vat_rate_date)<Leaf.formatDate(new Date())){
$L.showMessage("提示",'当前代理店的进项票税率到期日为'+Leaf.formatDate(records[i].data.vat_rate_date)+',请前往“租前管理-主数据管理-代理店管理”功能重新维护到期日
!');
$L.showMessage("提示",'当前代理店的进项票税率到期日为'+Leaf.formatDate(records[i].data.vat_rate_date)+',请前往“租前管理-主数据管理-代理店管理”功能重新维护
!');
return;
return;
}
}
records[i].set('_status','execute');
records[i].set('_status','execute');
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
}
}
var vat_rate =records[0].get('vat_rate');
var vat_rate =records[0].get('vat_rate');
var vat_rate_date =Leaf.formatDate(records[0].get('vat_rate_date'));
var vat_rate_date =Leaf.formatDate(records[0].get('vat_rate_date'));
Leaf.showConfirm('${l:PROMPT}', '当前代理店的进项票税率为'+vat_rate+'
,有效期到'+vat_rate_date+',
确认提交资产管理费对账工作流?', function () {
Leaf.showConfirm('${l:PROMPT}', '当前代理店的进项票税率为'+vat_rate+'
%,有效期到'+vat_rate_date+',<br/>
确认提交资产管理费对账工作流?', function () {
Leaf.request({
Leaf.request({
url: $('asset_check_wfl_link_id').getUrl(),
url: $('asset_check_wfl_link_id').getUrl(),
para: ParaData,
para: ParaData,
...
...
src/main/webapp/modules/csh/CSH551/con_comsn_reconcilia_query.lview
View file @
6dbd51a1
...
@@ -184,13 +184,22 @@
...
@@ -184,13 +184,22 @@
Leaf.showMessage('${l:PROMPT}',
'代理店或佣金政策与所选合同不匹配,请重新查询后再选择数据提交审批');
Leaf.showMessage('${l:PROMPT}',
'代理店或佣金政策与所选合同不匹配,请重新查询后再选择数据提交审批');
return;
return;
}
}
if(Ext.isEmpty(records[i].data.vat_rate)||Ext.isEmpty(records[i].data.vat_rate_date)){
$L.showMessage("提示",'当前代理店未填写进项票税率/进项票税率到期日,请前往“租前管理-主数据管理-代理店管理”功能填写!');
return;
}
if(Leaf.formatDate(records[i].data.vat_rate_date)<Leaf.formatDate(new
Date())){
$L.showMessage("提示",'当前代理店的进项票税率到期日为'+Leaf.formatDate(records[i].data.vat_rate_date)+',请前往“租前管理-主数据管理-代理店管理”功能重新维护!');
return;
}
param.push({
param.push({
'contract_id':
records[i].get('contract_id')
'contract_id':
records[i].get('contract_id')
});
});
}
}
var
vat_rate =
records[0].get('vat_rate');
Leaf.showConfirm('${l:HLS.PROMPT}',
'是否确认提交审批?',
function()
{
var
vat_rate_date =
Leaf.formatDate(records[0].get('vat_rate_date'));
Leaf.showConfirm('${l:HLS.PROMPT}',
'当前代理店的进项票税率为'+vat_rate+'%,有效期到'+vat_rate_date+',<br
/>
确认提交佣金计提工作流?', function() {
window['${/parameter/@layout_code}_lock_layout_dynamic_window']();
window['${/parameter/@layout_code}_lock_layout_dynamic_window']();
Leaf.request({
Leaf.request({
url: $('${/parameter/@layout_code}_submit_comsn_selected_link_id').getUrl(),
url: $('${/parameter/@layout_code}_submit_comsn_selected_link_id').getUrl(),
...
...
src/main/webapp/modules/zjwfl/ZJWFL5110/zj_wfl_approve.lview
View file @
6dbd51a1
...
@@ -567,11 +567,6 @@
...
@@ -567,11 +567,6 @@
return;
return;
}
}
var comment_record = $('comment_text_ds').getCurrentRecord();
if (action_type == 1 && comment_record && !comment_record.get('comment_text')) {
//comment_record.set('comment_text', '同意');
}
var record_id = '${/parameter/@record_id}';
var record_id = '${/parameter/@record_id}';
var comment_text = $('comment_text_id').getValue();
var comment_text = $('comment_text_id').getValue();
var wfl_ajax_flag = 'N';
var wfl_ajax_flag = 'N';
...
@@ -629,9 +624,6 @@
...
@@ -629,9 +624,6 @@
zjwfl5110_approvePage_noMask();
zjwfl5110_approvePage_noMask();
},300,showConfirmHight);
},300,showConfirmHight);
win.on('close', function() {
win.on('close', function() {
if (action_type == 1
&&
comment_record
&&
comment_record.get('comment_text') == '同意') {
comment_record.set('comment_text', '');
}
if (wfl_ajax_flag == 'N') {
if (wfl_ajax_flag == 'N') {
zjwfl5110_approvePage_noMask();
zjwfl5110_approvePage_noMask();
}
}
...
...
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