Initial commit

This commit is contained in:
zhugl
2015-07-30 13:01:42 +08:00
commit dfe9774fb1
122 changed files with 12088 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/**
* Created by Administrator on 15-5-23.
*/
(function($) {
$(document).ready(function() {
/**
set operation type
*/
$("#woextravalue_set-group select").attr('readonly','true')
});
})(django.jQuery);