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
1b64c23b
Commit
1b64c23b
authored
Apr 28, 2024
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二手机业务增加 机号唯一性校验
parent
74207827
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
con_re_incept_modify.lview
...in/webapp/modules/cont/CON3200/con_re_incept_modify.lview
+1
-1
con_contract_modify.lview
...main/webapp/modules/cont/CON505/con_contract_modify.lview
+1
-1
prj_project_create.lview
src/main/webapp/modules/prj/PRJ500N/prj_project_create.lview
+1
-1
prj_project_maintain.lview
...ain/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
+1
-1
prj_project_maintain_wfl_new.lview
...pp/modules/prj/PRJ501N/prj_project_maintain_wfl_new.lview
+1
-1
No files found.
src/main/webapp/modules/cont/CON3200/con_re_incept_modify.lview
View file @
1b64c23b
...
...
@@ -874,7 +874,7 @@
}
if(!Leaf.isEmpty(secondary_lease)
&&
secondary_lease!='YES') {
if (
division == '92'
&&
!Leaf.isEmpty(machine_number)) {
if (
(division == '92' || division == '70')
&&
!Leaf.isEmpty(machine_number)) {
Leaf.request({
url: $('check_machine_number_id').getUrl(),
para: {
...
...
src/main/webapp/modules/cont/CON505/con_contract_modify.lview
View file @
1b64c23b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/webapp/modules/prj/PRJ500N/prj_project_create.lview
View file @
1b64c23b
...
...
@@ -486,7 +486,7 @@
var machine_number_num = 0;
var secondary_lease = project_record.get('secondary_lease');
if(!Leaf.isEmpty(secondary_lease) && secondary_lease !='YES'){
if(
division == '92'
&& !Leaf.isEmpty(machine_number)){
if(
(division == '92' || division == '70')
&& !Leaf.isEmpty(machine_number)){
Leaf.request({
url: $('check_machine_number_id').getUrl(),
para: {
...
...
src/main/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
View file @
1b64c23b
...
...
@@ -2152,7 +2152,7 @@
var
machine_number_num =
0;
var
secondary_lease =
project_record.get('secondary_lease');
if(!Leaf.isEmpty(secondary_lease)
&&
secondary_lease!='YES'){
if(
division =
=
'92'
&&
!Leaf.isEmpty(machine_number)){
if(
(
division =
=
'92'
||
division =
=
'70')
&&
!Leaf.isEmpty(machine_number)){
Leaf.request({
url:
$('check_machine_number_id').getUrl(),
para:
{
...
...
src/main/webapp/modules/prj/PRJ501N/prj_project_maintain_wfl_new.lview
View file @
1b64c23b
...
...
@@ -419,7 +419,7 @@
var machine_number_num = 0;
var secondary_lease = project_record.get('secondary_lease');
if(!Leaf.isEmpty(secondary_lease) && secondary_lease !='YES') {
if (
division == '92'
&& !Leaf.isEmpty(machine_number)) {
if (
(division == '92' || division == '70')
&& !Leaf.isEmpty(machine_number)) {
Leaf.request({
url: $('check_machine_number_id').getUrl(),
para: {
...
...
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