From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111
---
force-app/main/default/pages/FixtureSetManage.page | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/force-app/main/default/pages/FixtureSetManage.page b/force-app/main/default/pages/FixtureSetManage.page
index d31ec94..d932fba 100644
--- a/force-app/main/default/pages/FixtureSetManage.page
+++ b/force-app/main/default/pages/FixtureSetManage.page
@@ -121,14 +121,8 @@
j$('.col_Is_Body__c').children('input[type=checkbox]').each(function() {
if (j$(this).prop('checked')){
j$(this).parent().parent().children('.col_Is_OneToOne__c').children('input[type=checkbox]').prop('disabled', true).prop('checked', false);
- //20210727 you 鏂板搧鏀惰揣_闆嗕腑澶囧搧_寤虹珛鏂板搧鍏ュ簱鏍囧噯閰嶅
- // j$(this).parent().parent().children('.col_Fixture_Set_New__c').children('input[type=checkbox]').prop('disabled', true).prop('checked', false);
- // j$(this).parent().parent().children('.col_Fixture_Set_New_Quantity__c').children('input[type=text]').prop('disabled', true);
} else {
j$(this).parent().parent().children('.col_Is_OneToOne__c').children('input[type=checkbox]').prop('disabled', false);
- //20210727 you 鏂板搧鏀惰揣_闆嗕腑澶囧搧_寤虹珛鏂板搧鍏ュ簱鏍囧噯閰嶅
- // j$(this).parent().parent().children('.col_Fixture_Set_New__c').children('input[type=checkbox]').prop('disabled', false);
- // j$(this).parent().parent().children('.col_Fixture_Set_New_Quantity__c').children('input[type=text]').prop('disabled', false);
}
});
@@ -142,15 +136,8 @@
return;
}
j$(this).parent().parent().children('.col_Is_OneToOne__c').children('input[type=checkbox]').prop('disabled', true).prop('checked', false);
- //20210727 you 鏂板搧鏀惰揣_闆嗕腑澶囧搧_寤虹珛鏂板搧鍏ュ簱鏍囧噯閰嶅
- // j$(this).parent().parent().children('.col_Fixture_Set_New__c').children('input[type=checkbox]').prop('disabled', true).prop('checked', false);
- // j$(this).parent().parent().children('.col_Fixture_Set_New_Quantity__c').children('input[type=text]').prop('disabled', true).prop('value', '');
} else {
j$(this).parent().parent().children('.col_Is_OneToOne__c').children('input[type=checkbox]').prop('disabled', false);
- //20210727 you 鏂板搧鏀惰揣_闆嗕腑澶囧搧_寤虹珛鏂板搧鍏ュ簱鏍囧噯閰嶅
- // j$(this).parent().parent().children('.col_Fixture_Set_New__c').children('input[type=checkbox]').prop('disabled', false);
- // j$(this).parent().parent().children('.col_Fixture_Set_New_Quantity__c').children('input[type=text]').prop('disabled', false);
-
}
});
}
--
Gitblit v1.9.1